Skip to content

Commit 08b82bb

Browse files
Release 0.12.0
1 parent a47bc68 commit 08b82bb

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

History.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11

2+
0.12.0 / 2013-06-09
3+
===================
4+
5+
* Breaking Change: Changed context from parent to the actual passed one (@swissmanu)
6+
* Fixed: jquery checkbox val behavior (@jhubble)
7+
* Added: output xml with $.xml() (@Maciek416)
8+
* Bumped: htmlparser2 to 3.1.1
9+
* Fixed: bug in attr(key, val) on empty objects (@farhadi)
10+
* Added: prevAll, nextAll (@lessmind)
11+
* Fixed: Safety check in parents and closest (@zero21xxx)
12+
* Added: .is(sel) (@zero21xxx)
13+
214
0.11.0 / 2013-04-22
315
==================
416

package.json

+1-1
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.11.0",
6+
"version": "0.12.0",
77
"repository": {
88
"type": "git",
99
"url": "git://github.com/MatthewMueller/cheerio.git"

0 commit comments

Comments
 (0)