Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
icebob committed Mar 1, 2017
1 parent 5dc24c4 commit 6264ab0
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,47 @@
<a name="2.0.0-beta5"></a>
# 2.0.0-beta5 (2017-03-01)

* :package: build ([0629b89](https://github.com/icebob/vue-form-generator/commit/0629b89))
* :package: build ([e87756c](https://github.com/icebob/vue-form-generator/commit/e87756c))
* :package: build ([dfee906](https://github.com/icebob/vue-form-generator/commit/dfee906))
* :package: build ([15bf501](https://github.com/icebob/vue-form-generator/commit/15bf501))
* :package: build ([147ecc0](https://github.com/icebob/vue-form-generator/commit/147ecc0))
* add `on-validated` event to formGenerator ([369b69f](https://github.com/icebob/vue-form-generator/commit/369b69f))
* add yarn cache to travis ([025563c](https://github.com/icebob/vue-form-generator/commit/025563c))
* bump version ([5dc24c4](https://github.com/icebob/vue-form-generator/commit/5dc24c4))
* change name to "vfg" instead of "vue-form-generator" for the exported files. ([11303d4](https://github.com/icebob/vue-form-generator/commit/11303d4))
* Change template from jade to pug ([7e61a57](https://github.com/icebob/vue-form-generator/commit/7e61a57))
* fix #130 ([01ff885](https://github.com/icebob/vue-form-generator/commit/01ff885)), closes [#130](https://github.com/icebob/vue-form-generator/issues/130)
* Fix #137 (number input validation) ([22ac59e](https://github.com/icebob/vue-form-generator/commit/22ac59e)), closes [#137](https://github.com/icebob/vue-form-generator/issues/137)
* Fix `this` in schema functions ([356241b](https://github.com/icebob/vue-form-generator/commit/356241b))
* fix examples ([5ffcf20](https://github.com/icebob/vue-form-generator/commit/5ffcf20))
* fix onChanged event in abstractField ([69d2f76](https://github.com/icebob/vue-form-generator/commit/69d2f76))
* fix some test ([8db23f8](https://github.com/icebob/vue-form-generator/commit/8db23f8))
* fix submit button issues ([d2e3b07](https://github.com/icebob/vue-form-generator/commit/d2e3b07))
* fix template of errors ([94a2199](https://github.com/icebob/vue-form-generator/commit/94a2199))
* Fix use of moment.js to fecha in dev ([928da35](https://github.com/icebob/vue-form-generator/commit/928da35))
* fixed some test after #120 ([ba4be42](https://github.com/icebob/vue-form-generator/commit/ba4be42)), closes [#120](https://github.com/icebob/vue-form-generator/issues/120)
* ignore typings ([736a646](https://github.com/icebob/vue-form-generator/commit/736a646))
* remove comment ([245f3d5](https://github.com/icebob/vue-form-generator/commit/245f3d5))
* remove console log ([a8d5e43](https://github.com/icebob/vue-form-generator/commit/a8d5e43))
* remove travis cache ([67a2128](https://github.com/icebob/vue-form-generator/commit/67a2128))
* remove unused dep ([dc08fbf](https://github.com/icebob/vue-form-generator/commit/dc08fbf))
* remove unused deps ([ddb1efd](https://github.com/icebob/vue-form-generator/commit/ddb1efd))
* rename `on-validated` to `validated` ([5b8bd23](https://github.com/icebob/vue-form-generator/commit/5b8bd23))
* reupdate deps ([a21532b](https://github.com/icebob/vue-form-generator/commit/a21532b))
* revert karma update ([67e79c3](https://github.com/icebob/vue-form-generator/commit/67e79c3))
* rewrite field validate ([0f83624](https://github.com/icebob/vue-form-generator/commit/0f83624))
* Separation of the bundle into "core" fields and "optional" fields ([e98e23e](https://github.com/icebob/vue-form-generator/commit/e98e23e))
* Small changes to npm script and removed console.warn ([3011bb8](https://github.com/icebob/vue-form-generator/commit/3011bb8))
* some comments ([19ecdbb](https://github.com/icebob/vue-form-generator/commit/19ecdbb))
* test field validate event ([e3a31cf](https://github.com/icebob/vue-form-generator/commit/e3a31cf))
* travis yarn to npm ([142d7b1](https://github.com/icebob/vue-form-generator/commit/142d7b1))
* try yarn without cache ([08f545b](https://github.com/icebob/vue-form-generator/commit/08f545b))
* update deps ([4b2e1f7](https://github.com/icebob/vue-form-generator/commit/4b2e1f7))
* update readme #123 ([a3d8e7e](https://github.com/icebob/vue-form-generator/commit/a3d8e7e))



<a name="2.0.0-beta4"></a>
# 2.0.0-beta4 (2017-02-15)

Expand Down

0 comments on commit 6264ab0

Please sign in to comment.