Skip to content

Commit 6e24857

Browse files
1.2.5 change log
1 parent a8a66a4 commit 6e24857

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Changelog.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,3 +104,18 @@ What was added:
104104
* Fixing bug when blank characters despair from string, also now string can contains any character except quote and nextline!
105105
* SerialX API is now partially opensource, the sources are included in main Jar, however according to the License you cant appropriate any of this code without including its origins!
106106
#
107+
108+
# SerialX 1.2.5
109+
110+
Release date: 4.11.2021 (Afternoon)
111+
112+
What was added:
113+
* Serializer can now serialize into any Appendable which includes all Writers, StringBuilder and many others which gives you alot of uportunities!
114+
* Serializer can now read from any CharSequence or any Reader object!
115+
* Serializer is now fully capable of reading JSON!
116+
* Serializer can read specific object or variable while ignoring any other stuff which saves alot of performance (this is experimental)!
117+
* Slight increase of reading performance!
118+
* Utility to work with JSON like JsonScope!
119+
* Alot of new utility in Scope object such as filtering or object transformation!
120+
* Small bugs fixed!
121+
#

0 commit comments

Comments
 (0)