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
Copy file name to clipboardExpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@ For instance I have been very actively using the framework in [the ZX-Poly emula
16
16
17
17
# Change log
18
18
-**1.4.1 (SNAPSHOT)**
19
+
- added DslBinCustom annotation to provide way to mark custom type fields for JBBPDslBuilder
19
20
- fixed NPE in JBBPDslBuilder for not-provided outBitNumber attribute in annotated field marked as type BIT or BIT_ARRAY [#20](https://github.com/raydac/java-binary-block-parser/issues/20)
20
21
- naming of fields has been made more tolerant, now it is allowed to have field names with names similar to data types
21
22
- improved check of field names in JBBPDslBuilder [#21](https://github.com/raydac/java-binary-block-parser/issues/21)
Copy file name to clipboardExpand all lines: changelog.txt
+1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
Change log
2
2
--------------------------
3
3
1.4.1
4
+
- added DslBinCustom annotation to provide way to mark custom type fields for JBBPDslBuilder
4
5
- fixed NPE in JBBPDslBuilder for not-provided outBitNumber attribute in annotated field marked as type BIT or BIT_ARRAY [#20](https://github.com/raydac/java-binary-block-parser/issues/20)
5
6
- naming of fields has been made more tolerant, now it is allowed to have field names with names similar to data types
6
7
- improved check of field names in JBBPDslBuilder [#21](https://github.com/raydac/java-binary-block-parser/issues/21)
0 commit comments