]> git.cworth.org Git - obsolete/notmuch-web/blob - node_modules/express/node_modules/qs/History.md
Install the "express" node module via npm
[obsolete/notmuch-web] / node_modules / express / node_modules / qs / History.md
1
2 0.1.0 / 2011-04-13 
3 ==================
4
5   * Added jQuery-ish array support
6
7 0.0.7 / 2011-03-13 
8 ==================
9
10   * Fixed; handle empty string and `== null` in `qs.parse()` [dmit]
11     allows for convenient `qs.parse(url.parse(str).query)`
12
13 0.0.6 / 2011-02-14 
14 ==================
15
16   * Fixed; support for implicit arrays
17
18 0.0.4 / 2011-02-09 
19 ==================
20
21   * Fixed `+` as a space
22
23 0.0.3 / 2011-02-08 
24 ==================
25
26   * Fixed case when right-hand value contains "]"
27
28 0.0.2 / 2011-02-07 
29 ==================
30
31   * Fixed "=" presence in key
32
33 0.0.1 / 2011-02-07 
34 ==================
35
36   * Initial release