Skip to content

Commit 3b41437

Browse files
Release 0.10.3
1 parent 8fc7716 commit 3b41437

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

History.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11

2+
0.10.3 / 2012-11-18
3+
===================
4+
5+
* fixed outer html bug
6+
* Updated documentation for $(...).html() and $.html()
7+
28
0.10.2 / 2012-11-17
3-
==================
9+
===================
410

5-
* Added a toString() method (@bensheldon)
6-
* use `_.each` and `_.map` to simplify cheerio namesakes (@davidchambers)
7-
* Added filter() with tests and updated readme (@bensheldon & @davidchambers)
8-
* Added spaces between attributes rewritten by removeClass (@jos3000)
9-
* updated docs to remove reference to size method (@ironchefpython)
10-
* removed tidy from cheerio
11+
* Added a toString() method (@bensheldon)
12+
* use `_.each` and `_.map` to simplify cheerio namesakes (@davidchambers)
13+
* Added filter() with tests and updated readme (@bensheldon & @davidchambers)
14+
* Added spaces between attributes rewritten by removeClass (@jos3000)
15+
* updated docs to remove reference to size method (@ironchefpython)
16+
* removed tidy from cheerio
1117

1218
0.10.1 / 2012-10-04
1319
===================

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "cheerio",
44
"description": "Tiny, fast, and elegant implementation of core jQuery designed specifically for the server",
55
"keywords": ["htmlparser", "jquery", "selector", "scraper"],
6-
"version": "0.10.2",
6+
"version": "0.10.3",
77
"repository": {
88
"type": "git",
99
"url": "git://github.com/MatthewMueller/cheerio.git"

0 commit comments

Comments
 (0)