Release 0.23.0
What's Changed
- #471 Re-write of the internals of how the stdlib works along with new
Inspect
andUnitTest
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
toSystem
module - #496 Add
Env.readFile()
- #502 Fix compilation error with SQLite amalgamation
New Contributors
- @briandowns made their first contribution in #482
- @gvwilson made their first contribution in #488
- @abeaumont made their first contribution in #502
Full Changelog: v0.22.0...v0.23.0