Releases: ThatBlockyPenguin/EMLI
Version 0.1.0-alpha.6
Fixes #11
Adds custom elements - see the docs
Still very buggy and not yet ready for use in production.
Download URL: https://cdn.jsdelivr.net/gh/ThatBlockyPenguin/[email protected]/mod.ts
Full Changelog: v0.1.0-alpha.5...v0.1.0-alpha.6
Version 0.1.0-alpha.5
Fixes an issue where import
MetaCodes would not parse correctly.
Still very buggy and not yet ready for use in production.
Download URL: https://cdn.jsdelivr.net/gh/ThatBlockyPenguin/[email protected]/mod.ts
Full Changelog: v0.1.0-alpha.4...v0.1.0-alpha.5
Version 0.1.0-alpha.4
Rewrote almost every line of code - EMC should now be easier to debug.
Modularised EMC - the parser and compiler should now work independently of each other, and the CLI code has been (mostly) moved to mod.ts
.
EMC can now locate all *.emli
files in a directory and compile them appropriately.
Added support for trial mode features.
Still very buggy and not yet ready for use in production.
Download URL: https://cdn.jsdelivr.net/gh/ThatBlockyPenguin/[email protected]/mod.ts
Full Changelog: https://github.com/ThatBlockyPenguin/WSS-EMLI/commits/v0.1.0-alpha.4
Version 0.1.0-alpha.3
Updated Stick to 1.0.0-beta5, logs are now colourful.
Added support for unstable and deprecated features. Marked Set MetaCodes as unstable.
Still very buggy and not yet ready for use in production.
Download URL: https://cdn.jsdelivr.net/gh/ThatBlockyPenguin/[email protected]/mod.ts
Full Changelog: v0.1.0-alpha.2...v0.1.0-alpha.3
Version 0.1.0-alpha.2
Fixes #1 and #2.
Outputted filenames will now be the .html equivalent of the input filename by default (e.g. abc.emli -> abc.html).
Compile errors should now be less confusing.
All files from /EMLI are now in the root folder. Files for GitHub Pages are in a new branch web
.
Added 3 new import placeholders: see the docs for more info.
Still very buggy and not yet ready for use in production.
Download URL: https://cdn.jsdelivr.net/gh/ThatBlockyPenguin/[email protected]/mod.ts
Full Changelog: v0.1.0-alpha.1...v0.1.0-alpha.2
Version 0.1.0-alpha.1
First alpha release of EMLI and EMC. Still very buggy and not yet ready for use in production.
Download URL: https://cdn.jsdelivr.net/gh/ThatBlockyPenguin/[email protected]/EMLI/mod.ts
Full Changelog: https://github.com/ThatBlockyPenguin/WSS-EMLI/commits/v0.1.0-alpha.1