Skip to content

Commit c663806

Browse files
committed
Version bump to 0.1.0 and README.md and CHANGELOG
1 parent 7f301cc commit c663806

File tree

5 files changed

+18
-3
lines changed

5 files changed

+18
-3
lines changed

CHANGELOG

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
v0.1.0
2+
------
3+
We're celebrating actual useful functionality by bumping minor version, yay!
4+
* ```radios``` and ```radiobuttons``` supports, works the same but looks different.
5+
* Added ```conditional``` type to hide/show parts of a form.
6+
* Bugfixes
7+
8+
19
v0.0.4
210
------
311
* Fieldsets now properly merge schema defaults.

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -344,3 +344,10 @@ function FormCtrl($scope) {
344344
];
345345
}
346346
```
347+
348+
349+
Contributing
350+
------------
351+
352+
All contributions are welcome! We're trying to use [git flow](http://danielkummer.github.io/git-flow-cheatsheet/)
353+
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
@@ -4,7 +4,7 @@
44
"dist/schema-form.min.js",
55
"dist/bootstrap-decorator.min.js"
66
],
7-
"version": "0.0.4",
7+
"version": "0.1.0",
88
"authors": [
99
"Textalk",
1010
"David Jensen <[email protected]>"

dist/bootstrap-decorator.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.0.4",
3+
"version": "0.1.0",
44
"description": "Create forms from a JSON schema",
55
"scripts": {
66
"test": "echo \"Error: no test specified\" && exit 1"

0 commit comments

Comments
 (0)