From 6aa74b1031938b7e0481f36bfb09d6bac817e945 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roberto=20Asiel=20Guevara=20Casta=C3=B1eda?= Date: Fri, 29 Nov 2019 13:43:39 -0500 Subject: [PATCH] Bump to version 1.0.0 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index da46ad7..90a6f90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +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 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. + 0.3.3 - Added project descriptions to Readme. - Fixed bug when template elements are condition or loop blocks.