- NEW: Support for incremental build mode in Gradle
- FIX: Class fields are not serialized in case both class and its subclass are @AutoSerializable (#3)
- FIX: writeInline method breaks compilation if classes in hierarchy have the same name (#4)
- FIX: @Ordinal causes compile error if marked field is of nested class
- NEW: Java 8 support
- FIX: Fields of @AutoSerializable classes should be transient
- FIX: EGEN annotation is not processed in combination with other if it isn't on the first place
- FIX: EGEN exceptions are not reported in
egen_output.txt
NOTE: Java 7 support dropped
Initial public version