File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,11 @@ that for Java. So I developed the JBBP library.<br>
1717
1818# Change log
1919
20+ - __ 2.1.1 (SNAPSHOT)__
21+ - added JBBPUtils#findMaxStaticArraySize method to calculate maximal static array size in a script
22+ - opened some internal API
23+ - minor refactoring
24+
2025- __ 2.1.0 (05-nov-2024)__
2126 - minor changes in API for ` JBBPVarFieldProcessor ` and ` JBBPCustomFieldTypeProcessor `
2227 - provided way to control size of arrays read as stream
@@ -25,11 +30,6 @@ that for Java. So I developed the JBBP library.<br>
2530 expressions [ #45 ] ( https://github.com/raydac/java-binary-block-parser/issues/41 )
2631 - improved tests
2732
28- - __ 2.0.6 (01-jul-2023)__
29- - unexpected exception during JBBPDslBuilder.AnnotatedClass method
30- call [ #42 ] ( https://github.com/raydac/java-binary-block-parser/issues/42 )
31- - improved tests
32-
3333[ Full changelog] ( https://github.com/raydac/java-binary-block-parser/blob/master/changelog.txt )
3434
3535# Maven dependency
Original file line number Diff line number Diff line change 1+ 2.1.1 (SNAPSHOT)
2+ - added JBBPUtils#findMaxStaticArraySize method to calculate maximal static array size in a script
3+ - opened some internal API
4+ - minor refactoring
5+
162.1.0 (05-nov-2024)
27 - minor changes in API for JBBPVarFieldProcessor and JBBPCustomFieldTypeProcessor
38 - provided way to control size of arrays read as stream rest [#44](https://github.com/raydac/java-binary-block-parser/issues/41)
You can’t perform that action at this time.
0 commit comments