Skip to content

Commit 5fb5eeb

Browse files
Release 0.13.0
1 parent e1042bc commit 5fb5eeb

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

History.md

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

2+
0.13.0 / 2013-12-30
3+
==================
4+
5+
* Remove "root" node (@jugglinmike)
6+
* Fix bug in `prevAll`, `prev`, `nextAll`, `next`, `prevUntil`, `nextUntil` (@jugglinmike)
7+
* Fix `replaceWith` method (@jugglinmike)
8+
* added nextUntil() and prevUntil() (@finspin)
9+
* Remove internal `connect` function (@jugglinmike)
10+
* Rename `Cheerio#make` to document private status (@jugginmike)
11+
* Remove extraneous call to `_.uniq` (@jugglinmike)
12+
* Use CSSselect library directly (@jugglinmike)
13+
* Run CI against Node v0.11 as an allowed failure (@jugginmike)
14+
* Correct bug in `Cheerio#parents` (@jugglinmike)
15+
* Implement `$.fn.end` (@jugginmike)
16+
* Ignore colons inside of url(.*) when parsing css (@Meekohi)
17+
* Introduce rudimentary benchmark suite (@jugglinmike)
18+
* Update HtmlParser2 version (@jugglinmike)
19+
* Correct inconsistency in `$.fn.map` (@jugglinmike)
20+
* fixed traversing tests (@finspin)
21+
* Simplify `make` method (@jugglinmike)
22+
* Avoid shadowing instance methods from arrays (@jugglinmike)
23+
224
0.12.4 / 2013-11-12
325
==================
426

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"selector",
99
"scraper"
1010
],
11-
"version": "0.12.4",
11+
"version": "0.13.0",
1212
"repository": {
1313
"type": "git",
1414
"url": "git://github.com/MatthewMueller/cheerio.git"

0 commit comments

Comments
 (0)