Skip to content

5.2.0

Choose a tag to compare

@MangelMaxime MangelMaxime released this 11 Jun 18:20
· 21 commits to main since this release

🚀 Features

  • (beam) Support Erlang/BEAM target in standalone compiler (#4644) (30310e4)

🐞 Bug Fixes

  • (beam) Collapse array-literal process-dict ref round-trips in FFI/Emit calls (#4626) (234ee08)
  • (beam) Make Emit $N substitution a single left-to-right pass (#4631) (48af8db)
  • (js/ts) Throw an error when trying to set non-property memeber inside of jsOptions (#4624) (2d9673f)
  • (js/ts) Reject JS-permissive date strings that .NET TryParse rejects (#4588) (09003de)
  • (js/ts) Make Exception.ToString() return the message instead of "Exception" (#4635) (4c36f76)
  • (python) Avoid union case field name collision with Union.name (#4647) (ff5df24)
  • (python) Make [] union static members work (#4634) (#4636) (15eb83e)

View changes on Github