Skip to content

Commit

Permalink
Release 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmueller committed Nov 17, 2012
1 parent 1715a34 commit 2b77294
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
15 changes: 13 additions & 2 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@

0.10.2 / 2012-11-17
==================

* Added a toString() method (@bensheldon)
* use `_.each` and `_.map` to simplify cheerio namesakes (@davidchambers)
* Added filter() with tests and updated readme (@bensheldon & @davidchambers)
* Added spaces between attributes rewritten by removeClass (@jos3000)
* updated docs to remove reference to size method (@ironchefpython)
* removed tidy from cheerio

0.10.1 / 2012-10-04
===================

Expand All @@ -11,7 +22,7 @@
* Deprecated self-closing tags (HTML5 doesn't require them)
* Fixed error thrown in removeClass(...) @robashton

0.9.2 / 2012-08-10
0.9.2 / 2012-08-10
==================

* added $(...).map(fn)
Expand All @@ -23,7 +34,7 @@

* fixed bug causing options not to make it to the parser

0.9.0 / 2012-07-24
0.9.0 / 2012-07-24
==================

* Added node 8.x support
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "cheerio",
"description": "Tiny, fast, and elegant implementation of core jQuery designed specifically for the server",
"keywords": ["htmlparser", "jquery", "selector", "scraper"],
"version": "0.10.1",
"version": "0.10.2",
"repository": {
"type": "git",
"url": "git://github.com/MatthewMueller/cheerio.git"
Expand Down

0 comments on commit 2b77294

Please sign in to comment.