You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.txt
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,13 @@ Change log
2
2
--------------------------
3
3
4
4
1.1.0
5
-
- Added support of writing of mapped classes into JBBPOut
5
+
- Added support to write mapped classes into JBBPOut
6
6
- Added JBBPTextWriter to log binary data as text with commentaries,tabs and separators
7
7
- Fixed read byte counter, now it counts only fully processed bytes, if only several bits have been read from byte then the byte will not be counted until whole read
8
-
- Fixed including of static fields in mapping processes if class has marked by default Bin annotation
8
+
- Fixed static fields including in mapping processes if class has marked by default Bin annotation
9
9
- Added flag JBBPParser#FLAG_SKIP_REMAINING_FIELDS_IF_EOF to ignore remaining fields during parsing if EOF without exception
10
10
- Added flag JBBPMapper#FLAG_IGNORE_MISSING_VALUES to ignore mapping for values which are not found in parsed source
0 commit comments