Releases: nx-fi/tact
Releases · nx-fi/tact
Release 1.3.1-2
Changed
- Updated emulator and opcode npm dependency
- Merged with official v1.3.1
Release 1.3.1-1
Changed
- Nothing
Release 1.3.1-0
Added
- Tests for recursive functions: PR #359
- API for AST traversal: PR #368
- Spell checking for the whole code base: PR #372
Changed
- GitHub actions updated to use NodeJS 20: PR #360
- Refactor AST types to simplify access to third-party tools: PR #325
- Refactor the compiler API used to access AST store: PR #326
- Update JSON Schema to inform about usage in Blueprint: PR #330
- The Tact grammar has been refactored for better readability: PR #365
Fixed
log2
andlog
math functions were adjusted for consistency in error throwing: PR #342- Shadowing built-in static functions is now forbidden: PR #351
- Augmented assignment now throws compilation error for non-integer types: PR #356
- Built-in function
address()
now handles parse errors correctly: PR #357 - All identifiers in error messages are now quoted for consistency: PR #363
- The grammar of the unary operators has been fixed, constant and function declarations are prohibited for contracts and at the top level of Tact modules: PR #365
- Typos in ABI generation: : PR #372
__tact_load_address_opt
code generation: PR #373