dc8515f71e5522555acdee51d793742f41256eef.svn-base
1.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
0.5.1 / 2012-09-18 
==================
  * fix encoded `=`. Closes #43
0.5.0 / 2012-05-04 
==================
  * Added component support
0.4.2 / 2012-02-08 
==================
  * Fixed: ensure objects are created when appropriate not arrays [aheckmann]
0.4.1 / 2012-01-26 
==================
  * Fixed stringify()ing numbers. Closes #23
0.4.0 / 2011-11-21 
==================
  * Allow parsing of an existing object (for `bodyParser()`) [jackyz]
  * Replaced expresso with mocha
0.3.2 / 2011-11-08 
==================
  * Fixed global variable leak
0.3.1 / 2011-08-17 
==================
  * Added `try/catch` around malformed uri components
  * Add test coverage for Array native method bleed-though
0.3.0 / 2011-07-19 
==================
  * Allow `array[index]` and `object[property]` syntaxes [Aria Stewart]
0.2.0 / 2011-06-29 
==================
  * Added `qs.stringify()` [Cory Forsyth]
0.1.0 / 2011-04-13 
==================
  * Added jQuery-ish array support
0.0.7 / 2011-03-13 
==================
  * Fixed; handle empty string and `== null` in `qs.parse()` [dmit]
    allows for convenient `qs.parse(url.parse(str).query)`
0.0.6 / 2011-02-14 
==================
  * Fixed; support for implicit arrays
0.0.4 / 2011-02-09 
==================
  * Fixed `+` as a space
0.0.3 / 2011-02-08 
==================
  * Fixed case when right-hand value contains "]"
0.0.2 / 2011-02-07 
==================
  * Fixed "=" presence in key
0.0.1 / 2011-02-07 
==================
  * Initial release