Releases: Florian-Thake/TeaScript-Cpp-Library
TeaScript Library v0.15.1
This is a patch release for addressing issue #6
The "header only" compile mode was broken if Engine.hpp
or CoroutineScriptEnigne.hpp
were included in more than one .cpp file.
This annoying issue is fixed now.
TeaScript Library v0.15.0
The TeaScript 0.15.0 Release comes with a Web Server / Web Client module preview, full JSON read/write support and more.
More details here: https://tea-age.solutions/2024/09/01/release-of-teascript-0-15-0/
TeaScript Library v0.14.0
The TeaScript 0.14.0 Release comes with the Tea StackVM, a Compiler, Dis-/Assembler, Suspend+Continue, Yield, improved debugging and more.
More details here: https://tea-age.solutions/2024/05/15/release-of-teascript-0-14-0/
TeaScript Library v0.13.0
The TeaScript 0.13.0 Release comes with Buffer, U8, U64, bit ops, UTF-8 Iterator, hex integrals, MPL-2.0 license and more.
More infos here: https://tea-age.solutions/2024/03/04/release-of-teascript-0-13-0/
TeaScript Library v0.12.0
The TeaScript 0.12.0 Release comes with Colored Output, Format String, Forall Loop, Sequences and interactive debugging.
More infos here: https://tea-age.solutions/2024/01/18/release-of-teascript-0-12-0/
TeaScript Library v0.11.0
The TeaScript 0.11.0 Release comes with integrated TOML Support, Subscript Operator, Raw String Literals and more.
More infos here: https://tea-age.solutions/2023/12/11/release-of-teascript-0-11-0/
TeaScript Library v0.10.0
The TeaScript 0.10.0 Release comes with Tuple/Named Tuple, Passthrough data type, fine grained Core Library config, extended file system functions and (experimental) partial evaluation (and more).
Also, the TeaScript Library is dual licensed now and published here under the AGPL 3.0.
More infos here: https://tea-age.solutions/2023/03/10/release-of-teascript-0-10-0/
TeaScript Library v0.9.0
Initial Release of TeaScript C++ Library package, version 0.9.0
A bundle with more example scripts is available here:
https://tea-age.solutions/downloads/
Please, see https://tea-age.solutions/teascript/overview-and-highlights/
for details about TeaScript in general.