This repository has been archived by the owner on Feb 17, 2023. It is now read-only.
Releases: ton-core/tact
Releases · ton-core/tact
Release 0.9.2
Release 0.9.1
Changed
- Update
dump
function to handle booleans and strings, better type checking or arguments - Report
org.ton.debug.v0
interface if debug mode is enabled - Update bindings generator to support
ton-emulator >= v2.1.0
Release 0.9.0
Added
- Importing
func
files
Changed
- Upgrade
func
to0.4.1
- Enforce
func
version in generated files - Enable critical pragmas by default
- Enable inlining in a lot of places thanks to fixed crashes in
func
Release 0.8.11
Fixed
- Optional
Address
fields in typescript bindings
Added
Address.asSlice
for manual address parsing@stdlib/content
library withcreateOffchainContent
functions
Release 0.8.10
Fixed
>>
and<<
operations- Type checking of struct constructors