Releases: pennions/JET
Releases · pennions/JET
JET Version 2.0.1
JET Version 1.3.2
Fix
- Added ESModule to dist folder
- Added correct paths in package.json
JET Version 1.3
Features
- Add wrapper syntax so you can reuse partials easier
Fixes
- fixed a bug in conditionals
JET Version 1.2
Features:
- jet.init has a third argument: a function, which will be run once after everything is initialized
- jet.get: you can now retrieve the actual value.
- jet.watch: trigger a function when a watched property is changed
- jet.removeWatch: removes a watcher
- jet.addEvent: shorthand for document.getElementById().addEventListener /
- jet.removeEvent: shorthand document.getElementById() .removeEventListenener
For implementation details, check out the readme.
JET Version 1.1
Features:
- Added reactive framework capabilities for use in the browser
Fixes:
- Arrays and non-strings are now converted correctly to strings when interpolating these values
JET Version 1.0
JET engine initial release.