From 6264ab0bd76a629b0a32259097cfb3ed357c0981 Mon Sep 17 00:00:00 2001 From: Icebob Date: Wed, 1 Mar 2017 11:06:59 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cd46045..f867331e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,47 @@ + +# 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)) + + + # 2.0.0-beta4 (2017-02-15)