Skip to content

Release 1.4.4

Compare
Choose a tag to compare
@anton-trunov anton-trunov released this 18 Aug 01:20
· 172 commits to main since this release
e0fde4a

Added

  • Initial version of the API providing AST equivalence check: PR #689

Fixed

  • Returning self from getters is now allowed: PR #666
  • Remainder fields in the middle of a struct are now forbidden: PR #697
  • Defining two native functions from the same FunC function now does not fail compilation: PR #699
  • Map types are checked for well-formedness in all type ascriptions: PR #704

Release contributors