From 1efdf9ce1cce6c28c2e916c743a1f7ef4e9982ab Mon Sep 17 00:00:00 2001 From: Matt Mueller Date: Sun, 8 Apr 2012 20:13:32 -0700 Subject: [PATCH] Release 0.7.0 --- History.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 86e1c53695..73b067dcf8 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,14 @@ +0.7.0 / 2012-04-08 +================== + +* Now testing with node v0.7.7 +* Added travis-ci integration +* Replaced should.js with expect.js. Browser testing to come +* Fixed spacing between attributes and their values +* Added HTML pretty print +* Exposed node-htmlparser2 parsing options +* Revert .replaceWith(...) to be consistent with jQuery + 0.6.2 / 2012-02-12 ================== diff --git a/package.json b/package.json index ed4d6a28fd..9b305514b5 100644 --- a/package.json +++ b/package.json @@ -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.6.2", + "version": "0.7.0", "repository": { "type": "git", "url": "git://github.com/MatthewMueller/cheerio.git"