# Changelog for TiScript ## v0.0.3 - 2024/08/09 changes: https://github.com/gfx/tiscript/compare/v0.0.2...v0.0.3 * Added `**` operator * Added union types ## v0.0.2 - 2024/08/06 changes: https://github.com/gfx/tiscript/compare/v0.0.1...v0.0.2 * Made sure that this project is `wasm-wasi` compatible. * Added: `satisfies` and `type` ## v0.0.1 - 2024/07/27 Initial release to crates.io.