Skip to content

Commit 6264ab0

Browse files
committed
update changelog
1 parent 5dc24c4 commit 6264ab0

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

CHANGELOG.md

+44
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,47 @@
1+
<a name="2.0.0-beta5"></a>
2+
# 2.0.0-beta5 (2017-03-01)
3+
4+
* :package: build ([0629b89](https://github.com/icebob/vue-form-generator/commit/0629b89))
5+
* :package: build ([e87756c](https://github.com/icebob/vue-form-generator/commit/e87756c))
6+
* :package: build ([dfee906](https://github.com/icebob/vue-form-generator/commit/dfee906))
7+
* :package: build ([15bf501](https://github.com/icebob/vue-form-generator/commit/15bf501))
8+
* :package: build ([147ecc0](https://github.com/icebob/vue-form-generator/commit/147ecc0))
9+
* add `on-validated` event to formGenerator ([369b69f](https://github.com/icebob/vue-form-generator/commit/369b69f))
10+
* add yarn cache to travis ([025563c](https://github.com/icebob/vue-form-generator/commit/025563c))
11+
* bump version ([5dc24c4](https://github.com/icebob/vue-form-generator/commit/5dc24c4))
12+
* change name to "vfg" instead of "vue-form-generator" for the exported files. ([11303d4](https://github.com/icebob/vue-form-generator/commit/11303d4))
13+
* Change template from jade to pug ([7e61a57](https://github.com/icebob/vue-form-generator/commit/7e61a57))
14+
* fix #130 ([01ff885](https://github.com/icebob/vue-form-generator/commit/01ff885)), closes [#130](https://github.com/icebob/vue-form-generator/issues/130)
15+
* 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)
16+
* Fix `this` in schema functions ([356241b](https://github.com/icebob/vue-form-generator/commit/356241b))
17+
* fix examples ([5ffcf20](https://github.com/icebob/vue-form-generator/commit/5ffcf20))
18+
* fix onChanged event in abstractField ([69d2f76](https://github.com/icebob/vue-form-generator/commit/69d2f76))
19+
* fix some test ([8db23f8](https://github.com/icebob/vue-form-generator/commit/8db23f8))
20+
* fix submit button issues ([d2e3b07](https://github.com/icebob/vue-form-generator/commit/d2e3b07))
21+
* fix template of errors ([94a2199](https://github.com/icebob/vue-form-generator/commit/94a2199))
22+
* Fix use of moment.js to fecha in dev ([928da35](https://github.com/icebob/vue-form-generator/commit/928da35))
23+
* 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)
24+
* ignore typings ([736a646](https://github.com/icebob/vue-form-generator/commit/736a646))
25+
* remove comment ([245f3d5](https://github.com/icebob/vue-form-generator/commit/245f3d5))
26+
* remove console log ([a8d5e43](https://github.com/icebob/vue-form-generator/commit/a8d5e43))
27+
* remove travis cache ([67a2128](https://github.com/icebob/vue-form-generator/commit/67a2128))
28+
* remove unused dep ([dc08fbf](https://github.com/icebob/vue-form-generator/commit/dc08fbf))
29+
* remove unused deps ([ddb1efd](https://github.com/icebob/vue-form-generator/commit/ddb1efd))
30+
* rename `on-validated` to `validated` ([5b8bd23](https://github.com/icebob/vue-form-generator/commit/5b8bd23))
31+
* reupdate deps ([a21532b](https://github.com/icebob/vue-form-generator/commit/a21532b))
32+
* revert karma update ([67e79c3](https://github.com/icebob/vue-form-generator/commit/67e79c3))
33+
* rewrite field validate ([0f83624](https://github.com/icebob/vue-form-generator/commit/0f83624))
34+
* Separation of the bundle into "core" fields and "optional" fields ([e98e23e](https://github.com/icebob/vue-form-generator/commit/e98e23e))
35+
* Small changes to npm script and removed console.warn ([3011bb8](https://github.com/icebob/vue-form-generator/commit/3011bb8))
36+
* some comments ([19ecdbb](https://github.com/icebob/vue-form-generator/commit/19ecdbb))
37+
* test field validate event ([e3a31cf](https://github.com/icebob/vue-form-generator/commit/e3a31cf))
38+
* travis yarn to npm ([142d7b1](https://github.com/icebob/vue-form-generator/commit/142d7b1))
39+
* try yarn without cache ([08f545b](https://github.com/icebob/vue-form-generator/commit/08f545b))
40+
* update deps ([4b2e1f7](https://github.com/icebob/vue-form-generator/commit/4b2e1f7))
41+
* update readme #123 ([a3d8e7e](https://github.com/icebob/vue-form-generator/commit/a3d8e7e))
42+
43+
44+
145
<a name="2.0.0-beta4"></a>
246
# 2.0.0-beta4 (2017-02-15)
347

0 commit comments

Comments
 (0)