Skip to content

Commit dd9d61e

Browse files
committed
added link to full changelog
1 parent 29d5d60 commit dd9d61e

File tree

1 file changed

+1
-23
lines changed

1 file changed

+1
-23
lines changed

README.md

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -32,29 +32,7 @@ Change log
3232
- __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.__
3333
- minor refactoring
3434

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
54-
- Added new auxiliary methods in JBBPUtils
55-
56-
- **1.0 (08-AUG-2014)**
57-
- The Initial version
35+
[Full changelog](https://github.com/raydac/java-binary-block-parser/blob/master/changelog.txt)
5836

5937
# Maven dependency
6038
The Framework has been published in the Maven Central and can be easily added as a dependency

0 commit comments

Comments
 (0)