Skip to content

Commit 49edc5b

Browse files
committed
Bumped version and updated CHANGELOG
1 parent 4f341c2 commit 49edc5b

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
1+
v0.6.0
2+
------
3+
* array and tabarray support, with help from @zackbloom (thanks!).
4+
Schema type array now translates to a list of objects, adding, removing
5+
and reordering supported. Form type "tabarray" does the same but renders
6+
it as tabs instead (configurable to left, right or top)
7+
18
v0.5.0
29
------
310
* Travis and Coveralls integration
411
* Support for HTML in descriptons and some titles, (checkbox(es), radios).
512
* ngSanitize is now a dependency.
6-
* Enum order is now maintained in selects (thanks @adamschwartz)
13+
* Enum order is now maintained in selects (thanks @adamschwartz)
714

815
v0.4.0
916
------

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"dist/bootstrap-decorator.min.js",
66
"dist/bootstrap-datepicker.min.js"
77
],
8-
"version": "0.5.0",
8+
"version": "0.6.0",
99
"authors": [
1010
"Textalk",
1111
"David Jensen <[email protected]>"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-schema-form",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "Create forms from a JSON schema",
55
"scripts": {
66
"test": "rm -fr coverage && ./node_modules/karma/bin/karma start --single-run --browsers PhantomJS karma.conf.js && find coverage/ -name lcov.info -print0 | xargs -0 cat | ./node_modules/coveralls/bin/coveralls.js"

0 commit comments

Comments
 (0)