File tree Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,13 @@ that for Java. So I developed the JBBP library.<br>
1717
1818# Change log
1919
20+ - __ 3.0.1 (SNAPSHOT)__
21+ - added MSB0_DIRECT bit order mode, MSB0 without
22+ reverse [ #46 ] ( https://github.com/raydac/java-binary-block-parser/issues/46 )
23+ - added JBBPBitInputStream#isDetectedPartlyReadBitField to check that only part of bit field read during last
24+ operation
25+ - added flag into constructor for JBBPBitInputStream to force return -1 instead of partly read bit field data
26+
2027- __ 3.0.0 (16-nov-2024)__
2128 - __ Minimum JDK Version: Updated to 11.0.__
2229 - __ Minimum Supported Android: Updated to 12 (API 32).__
@@ -29,9 +36,9 @@ that for Java. So I developed the JBBP library.<br>
2936- __ 2.1.0 (05-nov-2024)__
3037 - minor changes in API for ` JBBPVarFieldProcessor ` and ` JBBPCustomFieldTypeProcessor `
3138 - provided way to control size of arrays read as stream
32- rest [ #44 ] ( https://github.com/raydac/java-binary-block-parser/issues/41 )
39+ rest [ #44 ] ( https://github.com/raydac/java-binary-block-parser/issues/44 )
3340 - provided way to control size of arrays which size calculated through
34- expressions [ #45 ] ( https://github.com/raydac/java-binary-block-parser/issues/41 )
41+ expressions [ #45 ] ( https://github.com/raydac/java-binary-block-parser/issues/45 )
3542 - improved tests
3643
3744[ Full changelog] ( https://github.com/raydac/java-binary-block-parser/blob/master/changelog.txt )
Original file line number Diff line number Diff line change 113.0.1 (SNAPSHOT)
2- - added MSB0_DIRECT bit order mode, MSB0 without reverse
2+ - added MSB0_DIRECT bit order mode, MSB0 without reverse [#46](https://github.com/raydac/java-binary-block-parser/issues/46)
33 - added JBBPBitInputStream#isDetectedPartlyReadBitField to check that only part of bit field read during last operation
44 - added flag into constructor for JBBPBitInputStream to force return -1 instead of partly read bit field data
55
1313
14142.1.0 (05-nov-2024)
1515 - minor changes in API for JBBPVarFieldProcessor and JBBPCustomFieldTypeProcessor
16- - provided way to control size of arrays read as stream rest [#44](https://github.com/raydac/java-binary-block-parser/issues/41 )
17- - provided way to control size of arrays which size calculated through expressions [#45](https://github.com/raydac/java-binary-block-parser/issues/41 )
16+ - provided way to control size of arrays read as stream rest [#44](https://github.com/raydac/java-binary-block-parser/issues/44 )
17+ - provided way to control size of arrays which size calculated through expressions [#45](https://github.com/raydac/java-binary-block-parser/issues/45 )
1818 - improved tests
1919
20202.0.6 (01-jul-2023)
You can’t perform that action at this time.
0 commit comments