epubx 3.0.0-dev.1 epubx: ^3.0.0-dev.1 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 and this project adheres to Semantic Versioning.
Unreleased #
[2.1.0] - 2019-08-06 #
Fixed #
- Version 3 EPUBs can have a null Table of Contents
- Updated
pedantic
analysis options
[2.0.7] - 2019-05-22 #
[2.0.6] - 2019-05-22 #
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] - 2019-05-15 #
[2.0.0] - 2018-08-07 #
[1.3.1] - 2018-08-01 #
[1.3.0] - 2018-08-01 #
[1.2.10] - 2018-07-29 #
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] - 2018-01-26 #
Changed #
- EnumFromString no longer uses the
mirrors
package to make this Flutter compatible by @MostafaAyesh