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 4ad9d0e commit 147d139Copy full SHA for 147d139
History.md
@@ -1,4 +1,9 @@
1
2
+0.2.0 / 2011-06-29
3
+==================
4
+
5
+ * Added `qs.stringify()` [Cory Forsyth]
6
7
0.1.0 / 2011-04-13
8
==================
9
lib/querystring.js
@@ -9,7 +9,7 @@
* Library version.
10
*/
11
12
-exports.version = '0.1.0';
+exports.version = '0.2.0';
13
14
/**
15
* Object#toString() ref for stringify().
package.json
@@ -1,7 +1,7 @@
{
"name": "qs",
"description": "querystring parser",
- "version": "0.1.0",
+ "version": "0.2.0",
"repository": {},
"author": "TJ Holowaychuk <tj@vision-media.ca> (http://tjholowaychuk.com)",
"main": "index",
0 commit comments