File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change
1
+ v0.7.6
2
+ ------
3
+ * Fixed broken bower specification.
4
+ * Updated README and documentation.
5
+
1
6
v0.7.5
2
7
------
3
8
* Bracket notation for reserved words to make IE8 happier,thanks @jibwa
Original file line number Diff line number Diff line change 4
4
" dist/schema-form.min.js" ,
5
5
" dist/bootstrap-decorator.min.js"
6
6
],
7
- "version" : " 0.7.5 " ,
7
+ "version" : " 0.7.6 " ,
8
8
"authors" : [
9
9
" Textalk" ,
10
10
" David Jensen <david.lgj@gmail.com>"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angular-schema-form" ,
3
- "version" : " 0.7.5 " ,
3
+ "version" : " 0.7.6 " ,
4
4
"description" : " Create forms from a JSON schema" ,
5
5
"scripts" : {
6
6
"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"
You can’t perform that action at this time.
0 commit comments