Releases: InDIOS/trebor
Releases · InDIOS/trebor
Version 1.0.2
Version 1.0.1
Fixed package-lock file
Version 1.0.0
- 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 dropPhantomJS
. - 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
- Added project descriptions to Readme.
- Fixed bug when template elements are condition or loop blocks.
Version 0.3.2
- Added slot function helper.
- Refactored slot elements generation.
- Fixed issue with 'name' as global.
Version 0.3.1
- Fixed missing hook prefixes.
- Fixed issue with transition to trebor-tools module.
Version 0.3.0
- 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
- 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
- Added ability to add or remove boolean attributes.
- Fixed some bugs on context assignment with Sequence and Assignment expressions.
Version 0.2.2
- 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.