Release 0.22.0
Release 0.22.0
Change log
These are all the changes since 0.21.0
- Add
list.findIndex()
#448 - Allow enums to have a generated value #458
- Require import for the
System
module #460 - Update Math constants to be consistent in their casing, update docs, update debug flag #459
obj.getAttribute
returns a bound method rather than a function #461- Add
obj.methods()
#462 - Add
dict.merge()
#463- NOTE: This functionality has been re-written and now is different to the functionality given when the PR was merged.
- Add the ability to define a default value for
Env.get()
#466 - Add
Result.matchWrap()
#470