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
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,3 +62,21 @@ What was added:
62
62
* Functions that allows you to insert custom code (comments and stuff)!
63
63
* Fixing "long-lived" bugs such as the on with double slash comment, hopefuly for the last!
64
64
#
65
+
66
+
# SerialX 1.2.0_pre - V2
67
+
68
+
Release date: 12.6.2020 (Afternoon)
69
+
70
+
What was added:
71
+
* New Scope object that are now values and variables loaded in to so now its not necesarry to load indepednent values and variables separatly!
72
+
* Scope is not physical manifestation of loaded content in your program!
73
+
* Ability to create sub-scopes / neasted scopes in side of parent scopes or file itself similarly to JSON! For example: { \/\*scope\*\/ }
74
+
* Ability to serialize string normaly in quotes like in java! But certain syntactical characters from SerialX cant be present!
75
+
* "splitValues" method was removed becasue it was out of purpous of library itself.
76
+
* Comma now works as semicolon!
77
+
* Trumendous reading performence boost! Large quantity reading is now up to 50x faster than in previous version.
78
+
* Fixing a bug when order of elements being messed up during serialization.
79
+
* Fixing a bug with hexadecimal and binary number formats.
80
+
* Fixing some other less important bugs.
81
+
* Note: Since this is pre release, there are probably some bugs but hopefully nothing totaly broken. Also this prerelease can only read scopes, not write!
0 commit comments