Skip to content

v1.3.2

Choose a tag to compare

@pt-main pt-main released this 22 Jun 23:40
· 7 commits to main since this release
44007c6
  • Api redesign
    • Constants and types moved to public/
    • Lexer from v1.1.5 (for stable working)
  • More function and fixes for type safety
    • ScopeGet[T] method for safely get value of type T from scope
    • Added core.Option for safety untyped arguments
    • Added types to configs while it possible
  • Better error handling
    • Handling panics in standart events
    • More colors in output
  • Refactoring plugin system
  • Other fixes and small adds