Skip to content

Releases: InDIOS/trebor

Version 1.0.2

22 Jan 17:07
128a1c0
Compare
Choose a tag to compare
Merge pull request #23 from InDIOS/development

Bump version to 1.0.2

Version 1.0.1

29 Nov 21:47
d692616
Compare
Choose a tag to compare

Fixed package-lock file

Version 1.0.0

29 Nov 18:49
96a72bb
Compare
Choose a tag to compare
  • Full rewrote of core.
  • Component declarations export a class now.
  • Changed interpolation expression from {{ ... }} to { ... }.
  • Added the ability to bind name slot attribute.
  • Use puppeteer for test and drop PhantomJS.
  • Dirctives are now NodeJS modules and work in compile time.
  • NodeJS API change and now support parsers for javascript, html and css.
  • Added tools inside Trebor again for more maintainability.

Version 0.3.3

01 Nov 18:56
e42f301
Compare
Choose a tag to compare
  • Added project descriptions to Readme.
  • Fixed bug when template elements are condition or loop blocks.

Version 0.3.2

31 Oct 14:55
708eb06
Compare
Choose a tag to compare
  • Added slot function helper.
  • Refactored slot elements generation.
  • Fixed issue with 'name' as global.

Version 0.3.1

29 Oct 21:27
c75adc4
Compare
Choose a tag to compare
  • Fixed missing hook prefixes.
  • Fixed issue with transition to trebor-tools module.

Version 0.3.0

29 Oct 19:05
a216b24
Compare
Choose a tag to compare
  • Added warning when trebor-tools module are not installed.
  • Added trebor-tools as dependency when format is 'es' or 'cjs'.
  • Refactored helper function names to be compatible with 'trebor-tools'.
  • Optimized component destroy hook.

Version 0.2.4

26 Oct 14:58
29e24be
Compare
Choose a tag to compare
  • Added ability to get the iteration index when iterate over obejcts.
  • Fixed issue initializing element attributes.
  • Fixed missing spaces in adjacent interpolation expressions.
  • Fixed missing attribute generation.
  • Fixed scope issue when conditional are inside loops.
  • Changed test to work with PhantomJS.

Version 0.2.3

09 Oct 16:44
78dcabe
Compare
Choose a tag to compare
  • Added ability to add or remove boolean attributes.
  • Fixed some bugs on context assignment with Sequence and Assignment expressions.

Version 0.2.2

08 Oct 19:20
04a0bc2
Compare
Choose a tag to compare
  • Added Sequence expression to context generation.
  • Fixed missing attributes generating elements in slots.
  • Fixed bug generating code for component event attributes.
  • Fixed internal errors passing children in loops and conditions.