Skip to content

Commit 7947dab

Browse files
adding 1.2.2 changelog
1 parent ab9993b commit 7947dab

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

Changelog.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Release date: 3.18.2021 (Afternoon)
6969

7070
What was added:
7171
* 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!
72+
* Scope is the physical manifestation of loaded content in your program!
7373
* Ability to create sub-scopes / neasted scopes in side of parent scopes or file itself similarly to JSON! For example: { \/\*scope\*\/ }
7474
* Ability to serialize string normaly in quotes like in java! But certain syntactical characters from SerialX cant be present!
7575
* "splitValues" method was removed becasue it was out of purpous of library itself.
@@ -80,3 +80,25 @@ What was added:
8080
* Fixing some other less important bugs.
8181
* 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!
8282
#
83+
84+
# SerialX 1.2.2
85+
86+
Release date: 4.11.2021 (Afternoon)
87+
88+
What was added:
89+
* Ability to serialize Scope object!
90+
* Ability to clone Objects using Serializer!
91+
* Now you can access Java utility from SerialX, you can invoke public sttaic methods and fields directly from SerialX!
92+
* SelfSerializable interface which gives you ability to serialize objects without protocol by calling public constructors!
93+
* Static field "new" to obtain clone of variable and "class" to obtain class of variables value!
94+
* 4 new protocols:
95+
* * MapProtocol - to serialize maps!
96+
* * ScopeProtocols (reading only) to read scopes using protocol!
97+
* * AutoProtocol - will automaticaly serialize selected fields with getters and setters!
98+
* * SelfSerializableProtocol - operates with SelfSerializable interface!
99+
* Trumendous writing performence boost! Large quantity writing is now up to 80x faster than in previous version.
100+
* Eliminating usage of Regex completely which resaults in to even faster reading!
101+
* Now you can access variables of scopes by "." directly in SerialX!
102+
* Fixing bug when blank characters despair from string, also now string can contains any character except quote and nextline!
103+
* SerialX API is now partially opensource, however according to the License you cant appropriate any of this code without including its origins!
104+
#

0 commit comments

Comments
 (0)