Skip to content

Releases: UnexomWid/eryn

0.3.2

19 Oct 21:43
f57cc86
Compare
Choose a tag to compare

Changelog:

~ Fixed the installation script for CentOS and possibly other distros (#48)

0.3.1

15 Oct 14:47
2700cc1
Compare
Choose a tag to compare

Changelog:

~ Minor fixes for the TS definitions and docs

0.3.0

20 Jun 10:02
821b32a
Compare
Choose a tag to compare

Changelog:

+ Added more options
+ Added STRICT mode

~ Rewrote the compiler
~ Minor fixes

0.2.7

09 Mar 19:15
f9cc2bb
Compare
Choose a tag to compare
0.2.7 Pre-release
Pre-release

Changelog:

+ Added debugDumpOSH option which dumps all compiled files for debugging purposes

~ Fixed a very rare bug that caused a crash in files that use loop templates (#38)
~ Fixed a bug that caused a crash when escapes are used in a self-closing component template (#39)

0.2.6

27 Dec 14:22
cdfad74
Compare
Choose a tag to compare
0.2.6 Pre-release
Pre-release

Changelog:

+ Added else conditional and else templates, which act like else if and else

~ Fixed inverted conditional template not being compiled properly to OSH
~ Fixed potential segmentation fault regarding inverted conditional templates

0.2.5

27 Dec 14:37
Compare
Choose a tag to compare
0.2.5 Pre-release
Pre-release

Changelog:

+ Added shared component object (#33)

0.2.4

07 Aug 08:24
fdf0b32
Compare
Choose a tag to compare
0.2.4 Pre-release
Pre-release

Changelog:

~ All paths are now internally normalized and use / instead of \ (#32)

0.2.3

03 Aug 14:01
24ab789
Compare
Choose a tag to compare
0.2.3 Pre-release
Pre-release

Changelog:

~ Fixed path-related issues on Windows (#28)
~ Fixed issue where express replaced / with \ on Windows (#29)
~ Replaced an inaccurate render error message (#31)

0.2.2

25 Jul 15:57
9243e33
Compare
Choose a tag to compare
0.2.2 Pre-release
Pre-release

Changelog:

~ Updated Linux prebuilds
~ Fixed some GCC compilation errors

- Removed the C++17 std::filesystem dependency, which caused linker errors on some platforms

0.2.1

19 Jul 12:08
b221181
Compare
Choose a tag to compare
0.2.1 Pre-release
Pre-release

Changelog:

+ Express engine support

~ The memory allocation tracker was replaced with Remem