Skip to content

Releases: pennions/JET

JET Version 2.0.1

07 May 18:31
5e29d58
Compare
Choose a tag to compare

Breaking changes

  • build is now buildTemplate
  • render is now interpolateTemplate
  • compile is now render
  • removed framework, which goes into its own repository

Features

  • added src and docs directory to npm package

JET Version 1.3.2

08 Jan 15:07
9a03198
Compare
Choose a tag to compare

Fix

  • Added ESModule to dist folder
  • Added correct paths in package.json

JET Version 1.3

28 Dec 14:59
baafe97
Compare
Choose a tag to compare

Features

  • Add wrapper syntax so you can reuse partials easier

Fixes

  • fixed a bug in conditionals

JET Version 1.2

26 Dec 14:29
7e614cd
Compare
Choose a tag to compare

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

24 Dec 20:02
f7f7c9a
Compare
Choose a tag to compare

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

06 Feb 23:11
42406c7
Compare
Choose a tag to compare

JET engine initial release.