You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Binary and octal literals with underscores as numerical separators: PR #99
Ternary conditional operator (condition ? then : else): PR #97
The --version command-line flag for the Tact executable: PR #137
The SendBounceIfActionFail send mode constant to the standard library: PR #122
Changed
Decimal and hexadecimal literals now allow underscores as numerical separators: PR #99
The equality and non-equality operators (== and !=) now support slices and strings by comparing the hashes of the left-hand and right-hand sides : PR #105
Continuous integration now tests the dev tact-template's version with the dev version of Tact: PR #111
Continuous integration now tests the latest Blueprint's version with the dev version of Tact: PR #152
Continuous integration now checks there are no ESLint warnings: PR #157