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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,8 @@ Change log
19
19
===========
20
20
-**1.3.0-SNAPSHOT**
21
21
-__Fixed issue [#16 NullPointerException when referencing a JBBPCustomFieldTypeProcessor parsed field"](https://github.com/raydac/java-binary-block-parser/issues/16), many thanks to @use-sparingly for the bug report__
22
-
- added Maven plugin to auto-generate Java classes (1.6+) from JBBP scripts
23
-
- added Gradle plugin to auto-generate Java classes (1.6+) from JBBP scripts
22
+
- added Maven plugin to generate sources from JBBP scripts
23
+
- added Gradle plugin to generate sources from JBBP scripts
24
24
- added extra byte array reading writing methods with byte order support into JBBPBitInputStream and JBBPBitOutputStream
25
25
- added converter of compiled parser data into Java class sources (1.6+)
26
26
- added method to read unsigned short values as char [] into JBBPBitInputStream
0 commit comments