CHANGELOG.markdown in epub-parser-0.1.4 vs CHANGELOG.markdown in epub-parser-0.1.5
- old
+ new
@@ -1,6 +1,16 @@
CHANGELOG
=========
+0.1.5
+-----
+* Add `ContentDocument::XHTML#title`
+* Add `Manifest::Item#xhtml?`
+* Add `--words` and `--chars` options to `epubinfo` command which count words and charactors of XHTMLs in EPUB file
+* API change: `OCF::Container::Rootfile#full_path` became Addressable::URI object rather than `String`. `EPUB#rootfile_path` still returns `String`
+* Add `ContentDocument::XHTML#rexml` which returns document as `REXML::Document` object
+* Add `ContentDocument::XHTML#nokogiri` which returns document as `Nokogiri::XML::Document` object
+* Inspect more readbly
+
0.1.4
-----
* [Fixed-Layout Documents][fixed-layout] support
* Define `ContentDocument::XHTML#top_level?`
* Define `Spine::Itemref#page_spread` and `#page_spread=`