Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
icebob committed May 7, 2016
1 parent 38b14c9 commit 5ae0832
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<a name="0.1.0"></a>
# 0.1.0 (2016-05-03)

* Add example ([a81bf42](https://github.com/icebob/vue-form-generator/commit/a81bf42))
* Add files & first build ([6e773d0](https://github.com/icebob/vue-form-generator/commit/6e773d0))
* Add icon to buttons ([b93df72](https://github.com/icebob/vue-form-generator/commit/b93df72))
* Add input mask field ([4e7d5ba](https://github.com/icebob/vue-form-generator/commit/4e7d5ba))
* Added datetime picker field ([5cbaadb](https://github.com/icebob/vue-form-generator/commit/5cbaadb))
* Build ([07bcdae](https://github.com/icebob/vue-form-generator/commit/07bcdae))
* Build ([d856740](https://github.com/icebob/vue-form-generator/commit/d856740))
* Color pickers added. ([16581fb](https://github.com/icebob/vue-form-generator/commit/16581fb))
* Create LICENSE ([74d96f8](https://github.com/icebob/vue-form-generator/commit/74d96f8))
* Create README.md ([31320f2](https://github.com/icebob/vue-form-generator/commit/31320f2))
* Dev environment ([80e0f86](https://github.com/icebob/vue-form-generator/commit/80e0f86))
* Dev environment ([e1f6125](https://github.com/icebob/vue-form-generator/commit/e1f6125))
* Extend dev env ([e7b4ba1](https://github.com/icebob/vue-form-generator/commit/e7b4ba1))
* Handling bootstrap-select ([da8d621](https://github.com/icebob/vue-form-generator/commit/da8d621))
* Image field added. ([053f445](https://github.com/icebob/vue-form-generator/commit/053f445))
* Impove code. Add built-in validators ([8a721d4](https://github.com/icebob/vue-form-generator/commit/8a721d4))
* Initial commit ([15f3df5](https://github.com/icebob/vue-form-generator/commit/15f3df5))
* Modify validation error handling, handle if schema is null ([b849cc0](https://github.com/icebob/vue-form-generator/commit/b849cc0))
* Move build config to root ([52b0775](https://github.com/icebob/vue-form-generator/commit/52b0775))
* Update readme ([a4797c0](https://github.com/icebob/vue-form-generator/commit/a4797c0))
* Update README.md ([032e420](https://github.com/icebob/vue-form-generator/commit/032e420))
* Update README.md ([3c24161](https://github.com/icebob/vue-form-generator/commit/3c24161))
* Update README.md ([3fb6261](https://github.com/icebob/vue-form-generator/commit/3fb6261))



4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"dev": "webpack-dev-server --config webpack.dev.config.js --inline --hot --content-base dev/",
"lint": "eslint --ext=.js,.vue src",
"coverage": "set TEST_TYPE=coverage & karma start karma.config.js",
"changelog": "conventional-changelog -i CHANGELOG.md -s",
"unit": "karma start test/unit/karma.conf.js",
"e2e": "node test/e2e/runner.js",
"test": "npm run unit",
Expand Down Expand Up @@ -40,13 +41,16 @@
"babel-preset-es2015": "6.6.0",
"babel-preset-stage-0": "6.5.0",
"chai": "3.5.0",
"conventional-changelog-cli": "1.1.1",
"conventional-github-releaser": "1.1.2",
"css-loader": "0.23.1",
"eslint": "2.9.0",
"eslint-friendly-formatter": "2.0.4",
"eslint-loader": "1.3.0",
"eslint-plugin-html": "1.4.0",
"eslint-plugin-vue": "0.1.1",
"faker": "3.1.0",
"git-commit-message-convention": "git://github.com/kazupon/git-commit-message-convention.git#065dfffbe2de5f6f16150aac9d4db7fdf5515e56",
"inject-loader": "2.0.1",
"isparta-loader": "2.0.0",
"jade": "1.11.0",
Expand Down

0 comments on commit 5ae0832

Please sign in to comment.