Skip to content

Commit

Permalink
finalize tests and benchmarks for v0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mna committed Nov 12, 2012
1 parent f98d0dc commit 6948b1b
Show file tree
Hide file tree
Showing 4 changed files with 574 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ To run benchmarks, run this command in goquery's source directory:

## Changelog

* **v0.2.0** : (*in progress on master branch*) Add support for negative indices in Slice(). **BREAKING CHANGE** `Document.Root` is removed, `Document` is now a `Selection` itself (a selection of one, the root element, just like `Document.Root` was before). *Upcoming* : add jQuery's Closest() method.
* **v0.2.0** : Add support for negative indices in Slice(). **BREAKING CHANGE** `Document.Root` is removed, `Document` is now a `Selection` itself (a selection of one, the root element, just like `Document.Root` was before). Add jQuery's Closest() method.
* **v0.1.1** : Add benchmarks to use as baseline for refactorings, refactor Next...() and Prev...() methods to use the new html package's linked list features (Next/PrevSibling, FirstChild). Good performance boost (40+% in some cases).
* **v0.1.0** : Initial release.

Expand Down
Loading

0 comments on commit 6948b1b

Please sign in to comment.