Breaking Changes
Support for implicit arguments has been removed.
Previously, it was possible to omit certain arguments, for example:
message "Test"
You must now explicitly provide the variable:
message player "Test"
This change improves determinism in pattern matching and simplifies tooling.
Internal Changes
- Refactored the type system, including multiple small bug fixes and improvements to inline expression handling.
- The defaults module has been restructured and split into multiple files.
- documentation.json has been updated on lumendocs.dev.