Skip to content

Release 0.23.0

Compare
Choose a tag to compare
@Jason2605 Jason2605 released this 29 Dec 21:08
· 616 commits to master since this release
4381290

What's Changed

  • #471 Re-write of the internals of how the stdlib works along with new Inspect and UnitTest libraries
  • #474 Allow inherited class to be based on an expression rather than single identifier
  • #475 Add _class attribute to instances
  • #480 Fix an issue where methods wasn't always returning all methods
  • #482 Add additional Math constants
  • #483 Add new Log module to the stdlib
  • #484 Add new .getAttributes() to instances
  • #485 Add more constants to the HTTP library
  • #488 Add code of conduct
  • #489 Add optional argument to str.split() to determine split count
  • #492 Remove ! for logical negation
  • #495 Add .chown and .chmod to System module
  • #496 Add Env.readFile()
  • #502 Fix compilation error with SQLite amalgamation

New Contributors

Full Changelog: v0.22.0...v0.23.0