Skip to content

Commit b858024

Browse files
V2
1 parent 8146ef9 commit b858024

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

Changelog.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,21 @@ What was added:
6262
* Functions that allows you to insert custom code (comments and stuff)!
6363
* Fixing "long-lived" bugs such as the on with double slash comment, hopefuly for the last!
6464
#
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!
82+
#

0 commit comments

Comments
 (0)