Java-SerialX v1.2.0._pre Release Notes
-
๐ Release date: 3.18.2021 (Afternoon)
What was added:
- ๐ New Scope object that are now values and variables loaded in to so now its not necesarry to load indepednent values and variables separatly!
- Scope is the physical manifestation of loaded content in your program!
- Ability to create sub-scopes / neasted scopes in side of parent scopes or file itself similarly to JSON! For example: { \/*scope*\/ }
- Ability to serialize string normaly in quotes like in java! But certain syntactical characters from SerialX cant be present!
- ๐ "splitValues" method was removed becasue it was out of purpous of library itself.
- Comma now works as semicolon!
- Tremendous reading performence boost! Large quantity reading is now up to 50x faster than in previous version.
- ๐ Fixing a bug when order of elements being messed up during serialization.
- ๐ Fixing a bug with hexadecimal and binary number formats.
- ๐ Fixing some other less important bugs.
- ๐ 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! #