From 9aa809f50335a5382f891c4d07dbdd2ebfbe48e9 Mon Sep 17 00:00:00 2001 From: Matt Mueller Date: Sat, 4 Feb 2012 23:04:03 -0800 Subject: [PATCH] Release 0.5.0 --- History.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 75598c77bb..b34b58a510 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,11 @@ +0.5.0 / 2012-02-04 +================== + +* Transitioned from Coffeescript back to Javascript +* Parser now ignores whitespace +* Fixed issue with double slashes on self-enclosing tags +* Added boolean attributes to html rendering + 0.4.2 / 2012-01-16 ================== diff --git a/package.json b/package.json index 5bd12214de..a8198c2ecd 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.4.2", + "version": "0.5.0", "repository": { "type": "git", "url": "git://github.com/MatthewMueller/cheerio.git"