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
-26Lines changed: 0 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,32 +33,6 @@ For instance I have been very actively using the framework in [the ZX-Poly emula
33
33
- naming of fields has been made more tolerant, now it is allowed to have field names with names similar to data types
34
34
- improved check of field names in JBBPDslBuilder [#21](https://github.com/raydac/java-binary-block-parser/issues/21)
35
35
36
-
-**1.4.0 (29-jul-2018)**
37
-
- added type `val` which allows to create virtual field with calculated value, can play role of variable in scripts
38
-
-`val` and `var` have been added into reserved words and can't be used as field names
39
-
- added field `outByteOrder` attribute to `Bin` annotation, it affects logic of `JBBPOut#Bin` for output of annotated objects which fields should be saved with different byte order
- added [auxiliary class to build JBBP script](https://github.com/raydac/java-binary-block-parser/blob/master/jbbp/src/main/java/com/igormaznitsa/jbbp/utils/JBBPDslBuilder.java)
42
-
- added flag `JBBPParser#FLAG_NEGATIVE_EXPRESSION_RESULT_AS_ZERO` to recognize negative expression result as zero
43
-
- improved Java 6 class source generator to process FLAG_SKIP_REMAINING_FIELDS_IF_EOF for structure fields
44
-
- added stable automatic module name `igormaznitsa.jbbp` into manifest file
45
-
- added support of float, double and string java types, as `floatj`,`doublej` and `stringj`
46
-
47
-
-**1.3.0 (02-sep-2017)**
48
-
-__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__
49
-
-[added Maven plugin to generate sources from JBBP scripts](https://search.maven.org/#artifactdetails%7Ccom.igormaznitsa%7Cjbbp-maven-plugin%7C1.3.0%7Cmaven-plugin)
50
-
-[added Gradle plugin to generate sources from JBBP scripts](https://plugins.gradle.org/plugin/com.igormaznitsa.gradle.jbbp)
51
-
- added extra byte array reading writing methods with byte order support into JBBPBitInputStream and JBBPBitOutputStream
52
-
- added converter of compiled parser data into Java class sources (1.6+)
53
-
- added method to read unsigned short values as char [] into JBBPBitInputStream
54
-
- Class version target has been changed to Java 1.6
55
-
- fixed compatibiity of tests with Java 1.6
56
-
- Minor refactoring
57
-
58
-
-**1.2.1 (28-JUL-2016)**
59
-
-__Fixed issue [#10 "assertArrayLength throws exception in multi-thread"](https://github.com/raydac/java-binary-block-parser/issues/10), many thanks to @sky4star for the bug report.__
0 commit comments