Skip to content

v1.2.14

Compare
Choose a tag to compare
@WingedSeal WingedSeal released this 27 May 15:44
· 310 commits to main since this release

Changelog v1.2.14

✨Added:

  • Add CLI for jmc
    • jmc run (default)
    • jmc init ...
    • jmc compile
    • jmc config ...
    • Run jmc -h for more information

🔧Fix:

  • Fix Timer.add
  • Fix backtick bug for multiline string
  • Fix variable operation not working for selector with
  • Fix : in obj:selector[]

🎉Change:

  • Raise error when there is no space between string and keyword
  • Change @import to import
  • Switch-case statements can now start at any number (by @Nico314159)
  • Allow obj:selector in condition
  • Fix negative sign in condition raising error