Skip to content

Commit c147f08

Browse files
committed
update
1 parent d6db671 commit c147f08

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@ For instance I have been very actively using the framework in [the ZX-Poly emula
1515
![Use cases](https://github.com/raydac/java-binary-block-parser/blob/master/docs/jbbp_mm.png)
1616

1717
# Change log
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
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
2828

2929
- **1.4.1 (20-aug-2018)**
3030
- fixed incompatibility in tokenizer regex syntax for Android SDK [#23](https://github.com/raydac/java-binary-block-parser/issues/23)

0 commit comments

Comments
 (0)