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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,8 @@ For instance I have been very actively using the framework in [the ZX-Poly emula
16
16
17
17
# Change log
18
18
-**1.4.0 (under development)**
19
+
- added type `val` which allows to create virtual field with calculated value, can play role of variable in scripts
20
+
-`val` and `var` have been added into reserved words and can't be used as field names
19
21
- added field `outByteOrder` attribute to `Bin` annotation, it affects logic of `JBBPOut#Bin` for output of annotated objects which fields should be saved with different byte order
- added [auxiliary class to build JBBP script](https://github.com/raydac/java-binary-block-parser/blob/master/jbbp/src/main/java/com/igormaznitsa/jbbp/utils/JBBPDslBuilder.java)
Copy file name to clipboardExpand all lines: changelog.txt
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
Change log
2
2
--------------------------
3
3
1.4.0
4
+
- added type `val` which allows to create virtual field with calculated value, can play role of variable in scripts
5
+
- `val` and `var` have been added into reserved words and can't be used as field names
4
6
- added field `outByteOrder` attribute to `Bin` annotation, it affects logic of `JBBPOut#Bin` for output of annotated objects which fields should be saved with different byte order
- added [auxiliary class to build JBBP script](https://github.com/raydac/java-binary-block-parser/blob/master/jbbp/src/main/java/com/igormaznitsa/jbbp/utils/JBBPDslBuilder.java)
0 commit comments