Skip to content

Commit e36fc40

Browse files
committed
updated
1 parent c8ed0d6 commit e36fc40

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

README.md

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -33,32 +33,6 @@ For instance I have been very actively using the framework in [the ZX-Poly emula
3333
- naming of fields has been made more tolerant, now it is allowed to have field names with names similar to data types
3434
- improved check of field names in JBBPDslBuilder [#21](https://github.com/raydac/java-binary-block-parser/issues/21)
3535

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
40-
- removed deprecated method `JBBPFinderException#getNameOrPath`
41-
- 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.__
60-
- minor refactoring
61-
6236
[Full changelog](https://github.com/raydac/java-binary-block-parser/blob/master/changelog.txt)
6337

6438
# Maven dependency

0 commit comments

Comments
 (0)