8000 Releases · nx-fi/tact · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: nx-fi/tact

Release 1.3.1-2

09 Jun 13:29
6eee995
Compare
Choose a tag to compare
Release 1.3.1-2 Pre-release
Pre-release

Changed

  • Updated emulator and opcode npm dependency
  • Merged with official v1.3.1

Release 1.3.1-1

05 Jun 23:24
14ad37d
Compare
Choose a tag to compare
Release 1.3.1-1 Pre-release
Pre-release

Changed

  • Nothing

Release 1.3.1-0

05 Jun 11:09
a8a34aa
Compare
Choose a tag to compare
Release 1.3.1-0 Pre-release
Pre-release

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 and log 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
0