Skip to content

Releases: skoji/gepub

v1.0.17

15 May 01:44
Compare
Choose a tag to compare

What's Changed

  • Close entries streams after read on parse by @artygus #142

Full Changelog: v1.0.16...v1.0.17

v1.0.16

27 Apr 10:26
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.15...v1.0.16

v1.0.15 Release

10 Jan 03:51
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.14...v1.0.15

v1.0.14 release

10 Jan 03:48
Compare
Choose a tag to compare
  • update nokogiri requirements to >=1.8.2, < 1.13 (#128)

v1.0.13 Release

31 Jan 02:13
Compare
Choose a tag to compare
  • Allow Nokogiri 1.11.x

v1.0.12 Release

07 Dec 03:06
Compare
Choose a tag to compare
  • Add remote-resources property for files with remote images (#116)

  • Fix Item#add_content not closing file stream if given a path (#117)

  • Include htm5 doctype in the generated nav file(#123)

  • Test for Ruby 2.4 has removed (04c8c25)

v1.0.11 release

24 Feb 01:44
Compare
Choose a tag to compare
  • Fix multiple exceptions when saving an empty book (#108)
  • Fix broken GEPUB::Book#add_item arguments. (#109, #111)
  • Do not remove existing properties in GEPUB::Item#guess_content_property (#112, #110)

v1.0.10 Release

12 Feb 13:02
Compare
Choose a tag to compare

fixed: Restore compatibility with rubyzip < 2.1.0 (#107)

v1.0.9 Release

10 Feb 23:41
Compare
Choose a tag to compare
  • Use book lastmodified as timestamp for files in zip #106

v1.0.8 Release

10 Feb 00:46
Compare
Choose a tag to compare
  • Some enhancements on lastmodified metadata.
    • Do not force update lastmodified if it is explicitly set by client. (#97#103#104 )
    • Book#lastmodified= accepts String and DateTime in addition to Time. (82cc120)
  • Specify license in gemspec (#99)