Skip to content

Commit dab0024

Browse files
committed
version bump and CHANGELOG
1 parent ae7b1f2 commit dab0024

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGELOG

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
1+
v0.8.8
2+
------
3+
* Don't rely on documentFragment.children @davidlgj
4+
* Restored "template" type support with the builder. @davidlgj
5+
* Fixed defaults in array items. @davidlgj
6+
17
v0.8.7
28
------
3-
* Moved common builder functions from angular-schema-form-bootstrap decorator.
4-
* Bugfx for the new builder.
9+
* Moved common builder functions from angular-schema-form-bootstrap decorator. @davidlgj
10+
* Bugfx for the new builder. @davidlgj
511

612
v0.8.6
713
------
8-
* Removed left over console.timeEnd
14+
* Removed left over console.timeEnd @davidlgj
915

1016
v0.8.5
1117
------

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.8.7",
3+
"version": "0.8.8",
44
"description": "Create complex forms from a JSON schema with angular.",
55
"repository": "Textalk/angular-schema-form",
66
"main": "dist/schema-form.min.js",

0 commit comments

Comments
 (0)