Skip to content

Releases: Florian-Thake/TeaScript-Cpp-Library

TeaScript Library v0.15.1

03 Nov 12:13

Choose a tag to compare

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

01 Sep 15:28
6a7f348

Choose a tag to compare

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

15 May 17:47

Choose a tag to compare

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

04 Mar 16:54
3a64300

Choose a tag to compare

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

18 Jan 14:44
2845d36

Choose a tag to compare

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

11 Dec 13:38
0450471

Choose a tag to compare

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

10 Mar 17:58
55a61a7

Choose a tag to compare

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

03 Feb 11:09
73deb66

Choose a tag to compare

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.