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-23Lines changed: 1 addition & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,29 +32,7 @@ Change log
32
32
-__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.__
33
33
- minor refactoring
34
34
35
-
-**1.2.0 (10-JUN-2015)**
36
-
- Refactoring
37
-
- Improved tree of JBBP exceptions
38
-
- Fixed NPE in JBBPTextWriter for String field mapped to byte array
39
-
- Added support of custom field types through JBBPCustomFieldTypeProcessor
40
-
- Added JBBPCustomFieldTypeProcessorAggregator, auxiliary class to join several JBBPCustomFieldTypeProcessors
41
-
- Fixed JBBPTextWriter, added support of logging for JBBPAbstractField objects
42
-
- Added support of payload objects in JBBPAbstractField
43
-
- Improved inside script compiler and interpreter to support future extensions.
44
-
- Fixed expression evaluator to support single char field names in expressions.
45
-
- Added support of expressions in extra field numeric data part (example bit:(field*2))
46
-
47
-
-**1.1.0 (03-FEB-2015)**
48
-
- Added support for mapped classes output into JBBPOut
49
-
- Added JBBPTextWriter to log binary data as text with commentaries,tabs and separators
50
-
- Fixed read byte counter, now it counts only fully processed bytes, if only several bits have been read from byte then the byte will not be counted until whole read
51
-
- Fixed static fields including in mapping processes if class has marked by default Bin annotation
52
-
- Added flag JBBPParser#FLAG_SKIP_REMAINING_FIELDS_IF_EOF to ignore remaining fields during parsing if EOF without exception
53
-
- Added flag JBBPMapper#FLAG_IGNORE_MISSING_VALUES to ignore mapping for values which are not found in parsed source
0 commit comments