Release notes - 1.67
1.67.0
2025-08-14
Bug Fixes
- lang-server: fix silent crash on startup (c044704)
- lang-server: fix silent crash on startup (4c6895e)
- vscode: remove println() statement that breaks vscode implementation. (fcfc4ca)
- vscode: remove println() statement that breaks vscode implementation. (98f752f)
Features
- core: Improve type inference, inferring type of array if not specified, add support for IN and NOT IN as operators (82a1214)
- vscode: add support for transpiling other languages inside the language server. (c3481c4)
- vscode: add support for transpiling other languages inside the language server. (77b6991)
1.67.1
2025-08-14
Features
- core: annotations now support inheritence (45b5a79)