epubx 3.0.0-dev.3 epubx: ^3.0.0-dev.3 copied to clipboard
Epub Parser for Dart. Suitable for use on the Server, the Web, or in Flutter
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog(http://keepachangelog.com/en/1.0.0/) and this project adheres to Semantic Versioning(http://semver.org/spec/v2.0.0.html).
3.0.0-dev.3 #
Changed #
- At
EpubReader.{openBook, readBook}
first argument can be future (not before)
2.1.0 #
Fixed #
- Version 3 EPUB's can have a null Table of Contents
- Updated
pedantic
analysis options
2.0.7 #
2.0.6 #
Fixed #
- Fixed Issue #35: File cannot be opened if its path is url-encoded in the manifest
- Updated
examples/dart_ex
to have a README as well as use a locally stored file.
2.0.3 #
2.0.0 #
1.3.1 #
1.2.10 #
Fixed #
- Merged pull request #15 from ShadowJonathan/dev.
- Fixes issue with parsing schema by removing
opf:
namespace
- Fixes issue with parsing schema by removing
1.2.4 #
Changed #
- EnumFromString no longer uses the
mirrors
package to make this Flutter compatible by @MostafaAyesh