All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Original goal is followed Tact Compiler Changelog, and keep this project in sync. Enjoy! ❤️❤️❤️
- Add 2 PRs from Breakfast
- Modify and add the new content and fix the grammer errors
- Add the Jetton Token Standard example.
- Turn
src/routes/(examples)/00-hello-world
from 01 to 00. - Optimzed
src/routes/(examples)/06-communicating-children/contract.tact
code in dump log. - Optimzed
src/routes/(examples)/06-authenticating-children/contract.tact
code in dump log. - Change the name of
06-communicating-children
to06-communicating-subcontract
.
- Added
😃, 😑
in dump log insrc/routes/(examples)/06-authenticating-children
for better understanding. require(sender() == parent, "not the parent");
insrc/routes/(examples)/06-authenticating-children/contract.tact
file.
- Emoji support in terminal log. (📝, 🔍, 📤)
- Optimized
src/routes/(examples)/06-unbounded-arrays/content.md
text and add the callout blocks. - Fixed some type errors in the
src/routes/(examples)/06-unbounded-arrays/content.md
file. - Fixed the text typo in the terminal log.
- The first version of ChangeLog.md
- Update the compiler version in the package.json
- Fix the
reply
syntax to theself.reply
.