Releases: UnexomWid/eryn
Releases · UnexomWid/eryn
0.3.2
Changelog:
~ Fixed the installation script for CentOS and possibly other distros (#48)
0.3.1
Changelog:
~ Minor fixes for the TS definitions and docs
0.3.0
Changelog:
+ Added more options
+ Added STRICT mode
~ Rewrote the compiler
~ Minor fixes
0.2.7
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
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
Changelog:
+ Added shared
component object (#33)
0.2.4
Changelog:
~ All paths are now internally normalized and use /
instead of \
(#32)
0.2.3
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
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
Changelog:
+ Express engine support
~ The memory allocation tracker was replaced with Remem