You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-__removed DslBinCustom annotation, use @Bin annotation instead__
20
-
-__renamed attributes of @Bin annotation to their correct form__
21
-
-__reworked object mapping system, removed hacks to instantiate classes, now only mapping to objects allowed, support of private fields mapping is removed__
22
-
-__minimal JDK version now 1.8+__
23
-
-__minimal Android API now 3.0+__
24
-
- added support of getters and setters into mapping
25
-
- added `Object newInstance(Class)` method support of mapped classes to generate instances for local classes
26
-
- added generating of `makeFIELD()` method for structure types in Java class converter
27
-
- refactoring
18
+
-**2.0.0-SNAPSHOT**
19
+
-__removed DslBinCustom annotation, use @Bin annotation instead__
20
+
-__renamed attributes of @Bin annotation to their correct form__
21
+
-__reworked object mapping system, removed hacks to instantiate classes, now only mapping to objects allowed, support of private fields mapping is removed__
22
+
-__minimal JDK version now 1.8+__
23
+
-__minimal Android API now 3.0+__
24
+
- added support of getters and setters into mapping
25
+
- added `Object newInstance(Class)` method support of mapped classes to generate instances for local classes
26
+
- added generating of `makeFIELD()` method for structure types in Java class converter
27
+
- refactoring
28
28
29
29
-**1.4.1 (20-aug-2018)**
30
30
- fixed incompatibility in tokenizer regex syntax for Android SDK [#23](https://github.com/raydac/java-binary-block-parser/issues/23)
0 commit comments