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: README.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,10 @@ For instance I have been very actively using the framework in [the ZX-Poly emula
17
17
18
18
Change log
19
19
===========
20
-
-**1.2.0**
20
+
-**1.2.1-SNAPSHOT (Under development)**
21
+
-__Fixed issue [#10 "assertArrayLength throws exception in multi-thread"](https://github.com/raydac/java-binary-block-parser/issues/10), many thanks to @sky4star for the bug report.__
22
+
23
+
-**1.2.0 (10-JUN-2015)**
21
24
- Refactoring
22
25
- Improved tree of JBBP exceptions
23
26
- Fixed NPE in JBBPTextWriter for String field mapped to byte array
@@ -28,15 +31,17 @@ Change log
28
31
- Improved inside script compiler and interpreter to support future extensions.
29
32
- Fixed expression evaluator to support single char field names in expressions.
30
33
- Added support of expressions in extra field numeric data part (example bit:(field*2))
31
-
-**1.1.0**
34
+
35
+
-**1.1.0 (03-FEB-2015)**
32
36
- Added support for mapped classes output into JBBPOut
33
37
- Added JBBPTextWriter to log binary data as text with commentaries,tabs and separators
34
38
- 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
35
39
- Fixed static fields including in mapping processes if class has marked by default Bin annotation
36
40
- Added flag JBBPParser#FLAG_SKIP_REMAINING_FIELDS_IF_EOF to ignore remaining fields during parsing if EOF without exception
37
41
- Added flag JBBPMapper#FLAG_IGNORE_MISSING_VALUES to ignore mapping for values which are not found in parsed source
0 commit comments