From d49e6277129225a2fc4b6de5edb261f93f923c38 Mon Sep 17 00:00:00 2001 From: Howard Peng Date: Wed, 27 Sep 2023 16:21:43 +0800 Subject: [PATCH] Update --- CHANGELOG.md | 10 +++++++ README.md | 9 ++++-- docs/01-a-simple-counter.html | 16 +++++----- docs/01-hello-world.html | 16 +++++----- docs/01-the-deployable-trait.html | 16 +++++----- docs/02-addresses.html | 16 +++++----- docs/02-bools.html | 16 +++++----- docs/02-constants.html | 16 +++++----- docs/02-integer-ops.html | 16 +++++----- docs/02-integers.html | 16 +++++----- docs/02-strings.html | 16 +++++----- docs/02-variables.html | 16 +++++----- docs/03-emit.html | 16 +++++----- docs/03-errors.html | 16 +++++----- docs/03-getters.html | 16 +++++----- docs/03-messages-between-contracts.html | 16 +++++----- docs/03-receive-coins.html | 16 +++++----- docs/03-receivers.html | 16 +++++----- docs/03-send-coins.html | 16 +++++----- docs/03-sender.html | 16 +++++----- docs/03-structs.html | 16 +++++----- docs/03-textual-messages.html | 16 +++++----- docs/04-arrays.html | 16 +++++----- docs/04-current-time.html | 16 +++++----- docs/04-decimal-point.html | 16 +++++----- docs/04-functions.html | 16 +++++----- docs/04-if-statements.html | 16 +++++----- docs/04-loops.html | 16 +++++----- docs/04-maps.html | 16 +++++----- docs/04-optionals.html | 16 +++++----- docs/05-the-ownable-trait.html | 16 +++++----- docs/05-the-ownable-transferable-trait.html | 16 +++++----- docs/05-the-resumable-trait.html | 16 +++++----- docs/05-the-stoppable-trait.html | 16 +++++----- docs/05-your-own-trait.html | 16 +++++----- docs/06-authenticating-children.html | 16 +++++----- docs/06-calc-contract-address.html | 16 +++++----- docs/06-communicating-children.html | 16 +++++----- docs/06-contract-deploy-another.html | 16 +++++----- docs/06-multiple-contract-instances.html | 16 +++++----- docs/06-parent-child.html | 16 +++++----- docs/06-unbounded-arrays.html | 25 +++++++++------- docs/06-unbounded-maps.html | 29 ++++++++++--------- docs/_app/immutable/chunks/1.16951698.js | 1 - docs/_app/immutable/chunks/1.1cb15c1b.js | 1 + docs/_app/immutable/chunks/2.1a3896b5.js | 1 + docs/_app/immutable/chunks/2.44785e67.js | 1 - docs/_app/immutable/chunks/4.58d1eede.js | 1 + docs/_app/immutable/chunks/4.c091985c.js | 1 - .../chunks/{44.70b5c93e.js => 44.b82f4389.js} | 2 +- .../immutable/chunks/singletons.0c455cee.js | 1 - .../immutable/chunks/singletons.b4a3f239.js | 1 + ...-unbounded-arrays-page.svelte.ef3f1d9c.js} | 23 ++++++++++----- ...s => (examples)-layout.svelte.04b535d2.js} | 3 +- ...e.c8f4b2bc.js => _page.svelte.ca6303f2.js} | 2 +- .../{app.2e78edbc.js => app.7cfde2f3.js} | 2 +- ...e.1fa46776.js => error.svelte.4048c41d.js} | 2 +- .../{start.add7d32d.js => start.47703ae1.js} | 2 +- docs/_app/version.json | 2 +- docs/all.html | 14 ++++----- docs/index.html | 16 +++++----- package.json | 2 +- src/routes/(examples)/+layout.svelte | 11 +++---- .../06-unbounded-arrays/+page.svelte | 1 + .../(examples)/06-unbounded-arrays/content.md | 13 +++++---- .../06-unbounded-arrays/contract.tact | 7 +++-- 66 files changed, 422 insertions(+), 385 deletions(-) delete mode 100644 docs/_app/immutable/chunks/1.16951698.js create mode 100644 docs/_app/immutable/chunks/1.1cb15c1b.js create mode 100644 docs/_app/immutable/chunks/2.1a3896b5.js delete mode 100644 docs/_app/immutable/chunks/2.44785e67.js create mode 100644 docs/_app/immutable/chunks/4.58d1eede.js delete mode 100644 docs/_app/immutable/chunks/4.c091985c.js rename docs/_app/immutable/chunks/{44.70b5c93e.js => 44.b82f4389.js} (56%) delete mode 100644 docs/_app/immutable/chunks/singletons.0c455cee.js create mode 100644 docs/_app/immutable/chunks/singletons.b4a3f239.js rename docs/_app/immutable/entry/{(examples)-06-unbounded-arrays-page.svelte.6ee49cd0.js => (examples)-06-unbounded-arrays-page.svelte.ef3f1d9c.js} (92%) rename docs/_app/immutable/entry/{(examples)-layout.svelte.322916d1.js => (examples)-layout.svelte.04b535d2.js} (98%) rename docs/_app/immutable/entry/{_page.svelte.c8f4b2bc.js => _page.svelte.ca6303f2.js} (84%) rename docs/_app/immutable/entry/{app.2e78edbc.js => app.7cfde2f3.js} (97%) rename docs/_app/immutable/entry/{error.svelte.1fa46776.js => error.svelte.4048c41d.js} (93%) rename docs/_app/immutable/entry/{start.add7d32d.js => start.47703ae1.js} (99%) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5cba42..f99a86a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Original goal is followed [Tact Compiler Changelog](https://github.com/tact-lang/tact/tree/main), and keep this project in sync. Enjoy! ❤️❤️❤️ +## [0.3.0] - 2023-09-27 + +### Added + +- Emoji support in terminal log. (📝, 🔍, 📤) + +### Changed + +- Optimized `src/routes/(examples)/06-unbounded-arrays/content.md` text and add the callout blocks. + ## [0.2.0] - 2023-09-08 ### Added diff --git a/README.md b/README.md index e2fd7f6..78f2ca6 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,13 @@ -- [Changelog](/CHANGELOG.md) -- [Tact TG Group](https://t.me/tactlang) +- [🔍 Changelog](/CHANGELOG.md) +- [🫂 TG Group](https://t.me/tactlang) ## Developing +### About Tact Source Code + +1. Tact code is under the `src` directory. The `src` directory contains the following files: `src/routes/(examples)` - The source code for the examples. +2. The terminal output is located in `src/routes/(examples)/+layout.svelte` file. + Once you've run `npm install` start a development server: ```bash diff --git a/docs/01-a-simple-counter.html b/docs/01-a-simple-counter.html index 9d9b242..c36299c 100644 --- a/docs/01-a-simple-counter.html +++ b/docs/01-a-simple-counter.html @@ -34,15 +34,15 @@ - + - + - + - + @@ -113,7 +113,7 @@