File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,10 @@ that for Java. So I developed the JBBP library.<br>
17
17
18
18
# Change log
19
19
20
+ - __ 2.0.4 (SNAPSHOT)__
21
+ - provided way to filter fields for mapping operations and write object
22
+ operations [ #36 ] ( https://github.com/raydac/java-binary-block-parser/issues/36 )
23
+
20
24
- __ 2.0.3 (03-jan-2021)__
21
25
- added service methods ` JBBPUtils.traceData ` to print dump of an input stream into a PrintStream
22
26
- improved ` JBBPTokenizerException ` to show marked error
Original file line number Diff line number Diff line change
1
+ 2.0.4 (SNAPSHOT)
2
+ - provided way to filter fields for mapping operations and write object operations [#36](https://github.com/raydac/java-binary-block-parser/issues/36)
3
+
1
4
2.0.3 (03-jan-2021)
2
5
- added service methods `JBBPUtils.traceData` to print dump of an input stream into a PrintStream
3
6
- improved `JBBPTokenizerException` to show marked error position [#30](https://github.com/raydac/java-binary-block-parser/issues/30)
You can’t perform that action at this time.
0 commit comments