Skip to content

Commit

Permalink
Bump to version 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
InDIOS committed Aug 16, 2018
1 parent c2e9aec commit 41ba801
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 14 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
0.1.2
- 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.

0.1.1
- Fixed issue with file location in cli mode.

0.1.0
- Added ability to work with `SVG` elements.
- Added ability to iterate over number and range with `$for` attribute.
Expand Down
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "trebor",
"version": "0.1.1",
"version": "0.1.2",
"description": "A node js module to make standalone web components.",
"main": "./build/index.js",
"bin": {
Expand Down Expand Up @@ -30,13 +30,13 @@
"html-entities": "^1.2.1",
"html-tag-names": "^1.1.3",
"loader-utils": "^1.1.0",
"parse5": "^5.0.0",
"parse5": "^5.1.0",
"rollup-pluginutils": "^2.3.1",
"svg-tag-names": "^1.1.1",
"tslib": "^1.9.3",
"typescript": "^3.0.1",
"uglify-es": "^3.3.9",
"uglify-js": "^3.4.6",
"uglify-js": "^3.4.7",
"yargs": "^12.0.1"
},
"devDependencies": {
Expand All @@ -48,7 +48,7 @@
"@types/glob": "^5.0.35",
"@types/html-entities": "^1.2.16",
"@types/html-tag-names": "^1.1.0",
"@types/node": "^10.5.7",
"@types/node": "^10.7.1",
"@types/parse5": "^5.0.0",
"@types/uglify-js": "^3.0.3",
"eslint-plugin-html": "^4.0.5",
Expand Down

0 comments on commit 41ba801

Please sign in to comment.