Skip to content

Commit 0f092bf

Browse files
committed
updated
1 parent 560c346 commit 0f092bf

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

README.md

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

changelog.txt

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

0 commit comments

Comments
 (0)