Skip to content

SerialX 1.2.0_pre - V2

Pre-release
Pre-release
Compare
Choose a tag to compare
@SimplyProgrammer SimplyProgrammer released this 18 Mar 17:27
· 137 commits to master since this release
134d525

Version 2 the overhaul!

What was added:

  • New Scope object that is now values and variables loaded into so now its not necessary to load independent values and variables separately!
  • 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 normally in quotes like in java! But certain syntactical characters from SerialX cant be present!
  • "splitValues" method was removed because it was out of purpose of library itself.
  • Comma now works as semicolon!
  • Tremendous reading performance 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 totally broken. Also this prerelease can only read scopes, not write!