Skip to content

Commit b33a752

Browse files
Release 0.12.3
1 parent 82598b5 commit b33a752

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

History.md

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

2+
0.12.3 / 2013-10-04
3+
===================
4+
5+
* Add .toggleClass() function (@cyberthom)
6+
* Add contributing guidelines (@jugglinmike)
7+
* Fix bug in `siblings` (@jugglinmike)
8+
* Correct the implementation `filter` and `is` (@jugglinmike)
9+
* add .data() function (@andi-neck)
10+
* add .css() (@yields)
11+
* Implements contents() (@jlep)
12+
213
0.12.2 / 2013-09-04
314
==================
415

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

0 commit comments

Comments
 (0)