From d8011a4eb73b2d4f71bb4fd5182b7d9ffff407fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roberto=20Asiel=20Guevara=20Casta=C3=B1eda?= Date: Tue, 2 Oct 2018 09:32:19 -0400 Subject: [PATCH] Added version 0.2.0 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 571df0f..1bd7fd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +0.2.0 +- 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. + 0.1.2 - Added default include pattern to every file with extension html in rollup plugin. - Added a validator property to component attributes definition.