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! #