Skip to content

Releases: tact-lang/tact

Release 1.0.0-rc.11

02 Mar 13:35
Compare
Choose a tag to compare
Release 1.0.0-rc.11 Pre-release
Pre-release

Added

  • exported check function for language server support

Release 1.0.0-rc.9

01 Mar 13:19
Compare
Choose a tag to compare
Release 1.0.0-rc.9 Pre-release
Pre-release

Changed

  • Contracts now work only with basic workchain. To enable masterchain support set masterchain: true in tact.conf.json

Added

  • pow function for exponentiation
  • address() compile-time function for creating addresses from strings
  • cell() compile-time function for creating cells from base64 strings
  • interfaces field to ABI
  • report workchain support in interfaces

Release 1.0.0-rc.10

01 Mar 20:03
Compare
Choose a tag to compare
Release 1.0.0-rc.10 Pre-release
Pre-release

Changed

  • Contracts now can be deployed only to the basic workchain unless masterchain set true
  • Checking field initialisation in init function

Release 1.0.0-rc.8

27 Feb 17:15
Compare
Choose a tag to compare
Release 1.0.0-rc.8 Pre-release
Pre-release

Added

  • logger interface to programmatic API

Release 1.0.0-rc.7

26 Feb 20:10
Compare
Choose a tag to compare
Release 1.0.0-rc.7 Pre-release
Pre-release

Added

  • verify function to verify compiled package

Release 1.0.0-rc.6

26 Feb 18:39
Compare
Choose a tag to compare
Release 1.0.0-rc.6 Pre-release
Pre-release

Fixed

  • Fixing npm exports

Release 1.0.0-rc.5

26 Feb 18:22
Compare
Choose a tag to compare
Release 1.0.0-rc.5 Pre-release
Pre-release

Fixed

  • Fixing npm exports for typescript

Release 1.0.0-rc.4

26 Feb 18:11
Compare
Choose a tag to compare
Release 1.0.0-rc.4 Pre-release
Pre-release

Fixed

  • Fixing npm exports for typescript

Release 1.0.0-rc.3

26 Feb 18:00
Compare
Choose a tag to compare
Release 1.0.0-rc.3 Pre-release
Pre-release

Fixed

  • Fixed browser/node typings and exports
  • Fixed browser environment execution

Release 1.0.0-rc.2

26 Feb 17:02
Compare
Choose a tag to compare
Release 1.0.0-rc.2 Pre-release
Pre-release

Fixed

  • Fixed missing mkdirp dependency