We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e91af46 commit 2ce4596Copy full SHA for 2ce4596
CHANGELOG
@@ -1,3 +1,8 @@
1
+v0.3.0
2
+------
3
+ * A shiny new datepicker using pickadate.js
4
+ * Cleaned up documentation and added small installation instructions.
5
+
6
v0.2.0
7
------
8
* postProcess function in schemaForm provider
bower.json
@@ -5,7 +5,7 @@
"dist/bootstrap-decorator.min.js",
"dist/bootstrap-datepicker.min.js"
],
- "version": "0.2.0",
+ "version": "0.3.0",
9
"authors": [
10
"Textalk",
11
"David Jensen <[email protected]>"
package.json
@@ -1,6 +1,6 @@
{
"name": "angular-schema-form",
"description": "Create forms from a JSON schema",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
0 commit comments