epub 2.0.4
epub: ^2.0.4 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.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