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.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -145,6 +145,8 @@ What was added:
145
145
* ComparisonOperators - for comparing objects, for instance 6 > 5
146
146
* ConditionalAssignmentOperators - that provides ternary operator (?:) and null coalescing (??)
147
147
* NegationOperator - to negate stuff, for example !true
148
+
##
149
+
* As mentioned. you can create your own parsers or even replace already existing ones with yours!
148
150
* SerializationProtocol API - long known protocol system for more complex objects. It contains 8 protocols as before! Now protocols are operated by ObjectConverter!
149
151
* New import system that allows you to import some class once with certain alias and then use it with that alias, similar to java!
150
152
* Too big integers are now automatically converted into long without necessarily of using L suffix!
0 commit comments