Release 1.4.4
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