Epub.js Versions Save

Enhanced eBooks in the browser.

v0.2.10

8 years ago
  • Updated RSVP, JSZip, localForage, Jquery
  • Removed Underscore
  • Fixed Android not loading when status === 0

0.2.8.1

8 years ago
  • Chapter render and `load' methods get chapter contents via ajax
  • Moved url replacement hooks to Chapter render method
  • Renderer displays contents with document.write into iframe

0.2.7

8 years ago
  • Implements offline storage using localForage.js
  • Adds Locations for getting location and percentage information from a book
  • Only uses xpath when available, falls back to evaluating xpaths on rendered document.

0.2.5

9 years ago

Added detection to switch to setLeft to use transform on mobile browsers.

0.2.4

9 years ago

Adds support for RTL languages

v0.2.3

9 years ago
  • Replace Zip.js with JSZip, seems very stable but perhaps a little less efficient without the worker scripts
  • Fixes relative links per #152
  • Supports nav item with multiple properties, per #124
  • Handles blob link in URI
  • Only assign book.cover if coverPath is available, per #158
  • Added fallback to find body element, per #159
  • Make ncx media-type fault tolerance per @shenzhuxi #165
  • Merge pull request #169 from bielskij/master which fixes cfi generation

v0.2.2

9 years ago
  • Fixes critical issue with spine navigation
  • Fixes page maps when reformatting (changing css, orientation, and size)

alpha-0.3.1

9 years ago

Alpha Version of Continuous Rendering

v0.2.1

10 years ago

Page maps contain CFI's for start and end of each page. These are now generated on chapter load and used for navigation and pagination in each chapter.

Better CFI handling by translating to XPath on the content document.

v0.2.0.1

10 years ago
  • Split the render method out from the layout and renderer.
  • Work-in-progress pagination support using EPUB page-lists.
  • Updated CFI handling to support text offsets.
  • Added support for EPUB properties.
  • Added source maps.