Skip to content

Commit 5fe2d2a

Browse files
author
Matt Garrett
committed
Updates readme to include v0.6.0 notes.
1 parent 3124243 commit 5fe2d2a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ To watch the coffee file for changes and build the js:
1414

1515
### Testing
1616

17-
Testing uses qunit. Open tests.html and tests.min.html.
17+
Testing uses vows. `npm install vows -g` then run `vows`.
1818

1919
### API
2020

@@ -84,6 +84,8 @@ Creates and returns an object from the query params in the string.
8484

8585
### Change Log:
8686

87+
**v0.6.0** - _November 7, 2012_ - Converts test suite from qunit to vows. Added the ability to save arrays, serialize arrays like: `foo=a&foo=b`, and `Params.parse` can interpret serialized arrays.
88+
8789
**v0.5.1** - _April 10, 2012_ - `Params.parse` will call decodeURIComponent on values.
8890

8991
**v0.5.0** - _November 29, 2011_ - `set` and `unset` methods return the params object, making it chainable.

0 commit comments

Comments
 (0)