Skip to content

Releases: eoussama/temme.js

Audit updates

23 Dec 16:00
Compare
Choose a tag to compare
v1.0.6

1.0.6

Github registry support removed

15 Nov 10:37
Compare
Choose a tag to compare

Dependency fixes

15 Nov 10:10
Compare
Choose a tag to compare
v1.0.4

Dependency fixes

Version update

30 Jun 14:54
Compare
Choose a tag to compare
v1.0.3

1.0.3

Added a default file to the package.

30 Jun 14:48
Compare
Choose a tag to compare
1.0.2

Added a default file for the package.

Bug fixes.

15 Jan 17:43
Compare
Choose a tag to compare
  • Fixed a bug with inheriting the id option.
  • Fixed a bug with falsy name option inheritance.

First major release.

29 Dec 17:35
Compare
Choose a tag to compare

What's new

  • Package rewrote in Typescript.
  • Added inheritance range.
  • Added better templates.
  • Far more accurate error handling.
  • And more...

Template support.

10 Dec 19:06
Compare
Choose a tag to compare

Added templating capabilities.

  • You can now create templates with the templates option.
  • Templates are a more elegant way of setting up an inheritance only object.

Children inheritance on append mode.

09 Dec 12:45
Compare
Choose a tag to compare
  • Added children inheritance on append mode.
  • Added more control over how children are inherited.
    • placement = after: Children are appended after the referencing object's.
    • placement = before: Children are appended before the referencing object's.
  • Few bug fixed.

Outer references.

09 Dec 01:01
Compare
Choose a tag to compare
  • Added the ability to reference elements outside of the head parent, elements that already exist somewhere else in the DOM using CSS selectors.
  • Fixed a bug with ignoring the text and html options on append mode.
  • Added callback calls when the hierarchy is parsed.
  • Added callback calls whenever a new sub-object of the hierarchy is parsed.