Skip to content

Commit 7986e66

Browse files
committed
Bumped version and CHANGELOG
1 parent 11eeea2 commit 7986e66

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

CHANGELOG

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
v0.7.1
2+
------
3+
Thanks to @torstenrudolf, this release is basically his PR:s.
4+
* Bugfix: Array validation for Checkboxes
5+
* New radios type: 'radios-inline'
6+
* Class "control-label" added to labels
7+
18
v0.7.0
29
------
310
* Support for complex keys, at least when using Angular 1.3.

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -158,4 +158,7 @@ $ karma start karma.conf.js
158158
Contributing
159159
------------
160160

161+
**Heads up!** Sometime soon we will go over and change the code style to follow
162+
whatever [jscs](https://github.com/mdevils/node-jscs) says with preset set to 'google'.
163+
161164
All contributions are welcome! We're trying to use [git flow](http://danielkummer.github.io/git-flow-cheatsheet/), so please base any merge request on the **development** branch instead of **master**.

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.7.0",
8+
"version": "0.7.1",
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.7.0",
3+
"version": "0.7.1",
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)