Skip to content

Releases: tact-lang/tact

Release 1.1.0-beta.6

27 Mar 22:12
Compare
Choose a tag to compare
Release 1.1.0-beta.6 Pre-release
Pre-release

Changed

  • Optimization of gas usage of low level primitives

Release 1.1.0-beta.5

25 Mar 12:54
Compare
Choose a tag to compare
Release 1.1.0-beta.5 Pre-release
Pre-release

Changed

  • Optimization of String.asComment() that tries to compute it compile time if possible

Release 1.1.0-beta.4

23 Mar 17:04
Compare
Choose a tag to compare
Release 1.1.0-beta.4 Pre-release
Pre-release

Added

  • Ability to compare cells

Fixed

  • Fixed contract crash when equality check involving nullable variables

Changed

  • Change logic of && and ||. Now second argument is not calculated when first argument is false or true respectively.

Release 1.1.0-beta.3

22 Mar 12:26
Compare
Choose a tag to compare
Release 1.1.0-beta.3 Pre-release
Pre-release

Added

  • emit function to emit events

Fixed

  • Fixed possible inconsistent behaviour when calling mutating get methods from inside of the contract
  • Fixed regression of order of functions in generated files

Release 1.1.0-beta.2

22 Mar 00:50
Compare
Choose a tag to compare
Release 1.1.0-beta.2 Pre-release
Pre-release

Changed

  • Tact now emits func in multiple files, optimized not only for blockchain, but also for human

Release 1.1.0-beta.1

20 Mar 11:47
Compare
Choose a tag to compare
Release 1.1.0-beta.1 Pre-release
Pre-release

Fixed

  • Some functions for deep structures with optionals not emitted
  • Crash in bindings generator on boolean value in dictionary

Release 1.1.0-beta.0

14 Mar 11:46
Compare
Choose a tag to compare
Release 1.1.0-beta.0 Pre-release
Pre-release

Fixed

  • overwrites -> override
  • Invalid check function error generation
  • Error message for address(0)

Release 1.0.0

08 Mar 20:15
Compare
Choose a tag to compare

Added

  • sender() function to get message sender address

Release 1.0.0-rc.13

08 Mar 12:15
Compare
Choose a tag to compare
Release 1.0.0-rc.13 Pre-release
Pre-release

Changed

  • Upgrade func to 0.4.2

Fixed

  • Windows paths support

Release 1.0.0-rc.12

03 Mar 15:05
Compare
Choose a tag to compare
Release 1.0.0-rc.12 Pre-release
Pre-release

Fixed

  • pow is now compile-only function

Changed

  • Use new FunC wasm bundle