Skip to content

Commit dfc2f1e

Browse files
committed
updated
1 parent 016a413 commit dfc2f1e

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff 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)

changelog.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
3.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

@@ -13,8 +13,8 @@
1313

1414
2.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

2020
2.0.6 (01-jul-2023)

0 commit comments

Comments
 (0)