Skip to content

2.0.0-BETA

Pre-release
Pre-release
Compare
Choose a tag to compare
@Valkryst Valkryst released this 25 Aug 18:05
· 1343 commits to master since this release
  • Added the ability to load most, if not an entire, GUI from JSON rather than hardcoding everything.
    • Had to touch a lot of code to get this working, so it may have introduced bugs.
    • Seems to work well. There's a new test class for it here.
    • Still need to refine the implementation and write a guide for it.
    • Supports single/multiline comments in the JSON, but the RegEx for this isn't well tested.
    • I don't recommend using this feature just yet, at-least not for anything other than tests and quick GUI mockups. The loading code may go through some major changes.
  • Misc code changes and updates.