Skip to content
This repository was archived by the owner on Jan 3, 2025. It is now read-only.

Releases: Col-E/Simple-Memory-Compiler

2.2 - Fix NPE

11 Sep 22:07

Choose a tag to compare

When running under a JRE a NullPointerException was thrown and that wasn't too helpful for users.
Now it's an IllegalStateException telling you to use a JDK because JRE's don't come with a compiler.

2.1- Satisfying JitPack

08 Apr 07:14

Choose a tag to compare

Thanks to IwoTens in #1 for this release.

Now JitPack won't complain about Java9+ source version in the pom

2.0 - Major update / Java 11 support

17 Nov 08:30

Choose a tag to compare

The real question is, how can I get JitPack to support this release? It doesn't take kindly to Java9+

Initial release

16 May 09:23

Choose a tag to compare

1.0

Initial commit