orthros / dart-epub

Epub Reader and Writer for Dart
MIT License
218 stars 226 forks source link

fix: 3.0 spec. Table of Contents is optional #59

Closed orthros closed 5 years ago

orthros commented 5 years ago

According to the specification the Table of Contents attribute is optional in EPUB 3.0. As such it is no longer throws when toc is null.

Added test cases from the public reference samples: https://idpf.github.io/epub3-samples/30/samples.html

Each should be able to be opened without error by the library.

orthros commented 5 years ago

Fixes #38

orthros commented 5 years ago

Travis is reporting success, but checks are not being pushed. Confirming merge manually