v3.3.5
This release includes one of the most requested features: the ability to control which EPUB validations should be enabled or disabled for a EPUB book. Now, applications can use EpubReader to open malformed EPUB files either by supplying configuration options or by using one of the configuration presets. See Handling Malformed EPUB files for more information on how to use this feature.
Coming next: configurable logging interface, so the applications that chose to ignore EPUB validation errors can still be notified of them.
New features
- Configuration options to enable / disable all validation checks (#95).
Maintenance
- The links in the XML documentation for the EPUB schema classes have been updated from EPUB 3.2 to EPUB 3.3 spec (#123, implemented by @wh1tewolfxx).
- Console demo app has been migrated to .NET 10 (#142).