Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 52fc88c

Browse files
committed
docs: update changelog
1 parent e7b5130 commit 52fc88c

File tree

1 file changed

+62
-0
lines changed

1 file changed

+62
-0
lines changed

‎CHANGELOG.md

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,65 @@
1+
<a name="0.2.0"></a>
2+
# 0.2.0 (2016年06月16日)
3+
4+
* :bug fix: validation bugs ([a403971](https://github.com/icebob/vue-form-generator/commit/a403971))
5+
* :bug: fix: checkbox readonly ([a3d330e](https://github.com/icebob/vue-form-generator/commit/a3d330e))
6+
* :bug: fix: Handle non selected lists ([1714776](https://github.com/icebob/vue-form-generator/commit/1714776))
7+
* :bug: test: fix datetime bugs ([3c132e3](https://github.com/icebob/vue-form-generator/commit/3c132e3))
8+
* :new: new: multiple fields in a row ([da4f766](https://github.com/icebob/vue-form-generator/commit/da4f766))
9+
* :new: new: new field type: Switch ([534c384](https://github.com/icebob/vue-form-generator/commit/534c384))
10+
* :package: bump version to v0.2.0 ([e7b5130](https://github.com/icebob/vue-form-generator/commit/e7b5130))
11+
* :pencil: Update readme example ([0b1c36f](https://github.com/icebob/vue-form-generator/commit/0b1c36f))
12+
* :pencil2: docs ([4940592](https://github.com/icebob/vue-form-generator/commit/4940592))
13+
* :pencil2: docs ([30ff08d](https://github.com/icebob/vue-form-generator/commit/30ff08d))
14+
* :pencil2: docs ([3bb625f](https://github.com/icebob/vue-form-generator/commit/3bb625f))
15+
* :pencil2: docs: Add docs link to readme ([ca1b180](https://github.com/icebob/vue-form-generator/commit/ca1b180))
16+
* :pencil2: docs: Remove from project ([5f70de9](https://github.com/icebob/vue-form-generator/commit/5f70de9))
17+
* :rocket: breaking: change form layout ([57f690b](https://github.com/icebob/vue-form-generator/commit/57f690b))
18+
* :star: new: change slider to ion.rangeSlider ([059cde5](https://github.com/icebob/vue-form-generator/commit/059cde5))
19+
* :start: new: add validator for array ([f0d4c4e](https://github.com/icebob/vue-form-generator/commit/f0d4c4e))
20+
* :white_check_mark: test: abstractField.vue covered 100% ([d0be50b](https://github.com/icebob/vue-form-generator/commit/d0be50b))
21+
* :white_check_mark: test: Add field test cases ([adb4f88](https://github.com/icebob/vue-form-generator/commit/adb4f88))
22+
* :white_check_mark: test: add tests to dateTime field ([4cd7bc6](https://github.com/icebob/vue-form-generator/commit/4cd7bc6))
23+
* :white_check_mark: test: Cover 100% the VueFormGenerator.vue ([6a6299e](https://github.com/icebob/vue-form-generator/commit/6a6299e))
24+
* :white_check_mark: test: cover 94% ([8bede7f](https://github.com/icebob/vue-form-generator/commit/8bede7f))
25+
* :white_check_mark: test: cover all source files ([1d4d898](https://github.com/icebob/vue-form-generator/commit/1d4d898))
26+
* :white_check_mark: test: improve fieldImage tests ([a5d714d](https://github.com/icebob/vue-form-generator/commit/a5d714d))
27+
* :white_check_mark: test: Make abstractField test cases ([564963f](https://github.com/icebob/vue-form-generator/commit/564963f))
28+
* :white_check_mark: test: More fields test cases ([4496149](https://github.com/icebob/vue-form-generator/commit/4496149))
29+
* :white_check_mark: test: More fields test cases ([c1c57be](https://github.com/icebob/vue-form-generator/commit/c1c57be))
30+
* :white_check_mark: test: remove dep. warning ([f04f59d](https://github.com/icebob/vue-form-generator/commit/f04f59d))
31+
* :white_check_mark: test: schema test cases ([540eb63](https://github.com/icebob/vue-form-generator/commit/540eb63))
32+
* :white_check_mark: test: validator tests ([8847b26](https://github.com/icebob/vue-form-generator/commit/8847b26))
33+
* :zap: Impove example ([1193b8f](https://github.com/icebob/vue-form-generator/commit/1193b8f))
34+
* add TODO ([5674df0](https://github.com/icebob/vue-form-generator/commit/5674df0))
35+
* Build v0.2.0 ([023b342](https://github.com/icebob/vue-form-generator/commit/023b342))
36+
* improve styles for multiple fields in a row ([d57f829](https://github.com/icebob/vue-form-generator/commit/d57f829))
37+
* Minor changes ([28ee7a8](https://github.com/icebob/vue-form-generator/commit/28ee7a8))
38+
* Modify examples ([ad2c359](https://github.com/icebob/vue-form-generator/commit/ad2c359))
39+
* Update babel dependencies ([87738f5](https://github.com/icebob/vue-form-generator/commit/87738f5))
40+
* Update README.md ([03d9d1b](https://github.com/icebob/vue-form-generator/commit/03d9d1b))
41+
* Update README.md ([ba41387](https://github.com/icebob/vue-form-generator/commit/ba41387))
42+
* docs: fix typo in readme ([5530c99](https://github.com/icebob/vue-form-generator/commit/5530c99))
43+
* docs: Update changelog ([77b92b6](https://github.com/icebob/vue-form-generator/commit/77b92b6))
44+
* docs: update readme ([b66f9a9](https://github.com/icebob/vue-form-generator/commit/b66f9a9))
45+
* test: cover fieldSwitch ([e31c4ba](https://github.com/icebob/vue-form-generator/commit/e31c4ba))
46+
* test: Fix sinon imports ([81531fe](https://github.com/icebob/vue-form-generator/commit/81531fe))
47+
* fix: Fix schema in dev example ([b6f9f57](https://github.com/icebob/vue-form-generator/commit/b6f9f57))
48+
* fix: lint warnings ([564c0e5](https://github.com/icebob/vue-form-generator/commit/564c0e5))
49+
* fix: remove describe.only ([9bd87a9](https://github.com/icebob/vue-form-generator/commit/9bd87a9))
50+
* improve: sass variable for width in switch field ([e01b816](https://github.com/icebob/vue-form-generator/commit/e01b816))
51+
* chore(package): update conventional-github-releaser to version 1.1.3 ([25477c9](https://github.com/icebob/vue-form-generator/commit/25477c9))
52+
* chore(package): update eslint to version 2.12.0 ([11d00cc](https://github.com/icebob/vue-form-generator/commit/11d00cc))
53+
* chore(package): update gitbook-cli to version 2.3.0 ([83238cc](https://github.com/icebob/vue-form-generator/commit/83238cc))
54+
* chore(package): update joi to version 8.4.2 ([2bc58c5](https://github.com/icebob/vue-form-generator/commit/2bc58c5))
55+
* chore(package): update vue to version 1.0.24 ([adc2a15](https://github.com/icebob/vue-form-generator/commit/adc2a15))
56+
* new: change faker.js to fakerator ([3184fa4](https://github.com/icebob/vue-form-generator/commit/3184fa4))
57+
* build: new dist files ([932a20d](https://github.com/icebob/vue-form-generator/commit/932a20d))
58+
* config: add coverall script to npm ([bee378f](https://github.com/icebob/vue-form-generator/commit/bee378f))
59+
* config: modify coverage scripts ([ec86030](https://github.com/icebob/vue-form-generator/commit/ec86030))
60+
61+
62+
163
<a name="0.1.1"></a>
264
## 0.1.1 (2016年05月07日)
365

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /