We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d630f82 commit ba28722Copy full SHA for ba28722
History.md
@@ -1,4 +1,4 @@
1
-# unreleased
+# 0.4.0 (2014-12-16)
2
3
* consistently serialize [] params into arrays
4
* fix multi-select field support
package.json
@@ -1,6 +1,6 @@
{
"name": "form-serialize",
- "version": "0.3.0",
+ "version": "0.4.0",
"description": "serialize html forms",
5
"main": "index.js",
6
"directories": {
@@ -26,4 +26,4 @@
26
"bugs": {
27
"url": "https://github.com/shtylman/form-serialize/issues"
28
}
29
-}
+}
0 commit comments