Skip to content

Release 0.22.0

Compare
Choose a tag to compare
@Jason2605 Jason2605 released this 24 Oct 22:23
· 899 commits to master since this release
1195662

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