Skip to content

Releases: InDIOS/trebor

Version 0.2.0

02 Oct 14:04
1adbf74
Compare
Choose a tag to compare
  • Added commonjs to the list of output formats.
  • Added new badges to the README.
  • Added documentation and license link to the README.
  • Added first test files.
  • Rewritten method to assign scope to javascript expressions.
  • Fixed some bugs and issues.
  • Optimized code generation and generated code.

Version 0.1.2

16 Aug 16:12
618e726
Compare
Choose a tag to compare
  • Added default include pattern to every file with extension html in rollup plugin.
  • Added a validator property to component attributes definition.
  • Component plugins are store globally now.
  • Ignore html files inside node_modules folder by default in cli mode.
  • Fixed bug in output path in cli mode.

Version 0.1.1

08 Aug 21:20
Compare
Choose a tag to compare
  • Fixed issue in cli output option

Version 0.1.0

08 Aug 19:04
fd1523a
Compare
Choose a tag to compare
  • Added ability to work with SVG elements.
  • Added ability to iterate over number and range with $for attribute.
  • Added $parentEl and siblingEl properties to the component instance.
  • Added component build-in element to work with dynamic components.
  • Added more examples of how to use the library.
  • Moved webpack loader and rollup plugin to an individual files.
  • Rewrote the reactivity to work more efficient updating the DOM.
  • Changed refs attribute for #<ref-name> attribute.
  • Fixed issues in loop and condition generation.
  • Fixed issues in parent resolution when template, loops and conditions are used.

Version 0.0.3

15 Mar 19:42
34430ac
Compare
Choose a tag to compare
  • Fixed extra event updates.

Version 0.0.2

15 Mar 19:42
Compare
Choose a tag to compare
  • Added $tag especial attribute functionality.
  • Added ability to filter bound expressions.
  • Added ability to remove comments in minify mode only.
  • Added $unmount hook.
  • Made hooks direct properties of options.
  • Make es output file only if minify is disabled.
  • Fixed missing nodes when analize conditions

Initial release

15 Mar 19:41
7d88b9c
Compare
Choose a tag to compare
Merge pull request #2 from InDIOS/development

Bug fixes and readme updates