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.
- Added support for "->" style links (#61).
- Added a web-based version of Spiner so you can try Spiner online.
- Update to run on Java 11.
- Improve Twine parser to be more lenient by ignoring additional unsupported attributes.
- Improve ExtendedTwine parser to be more lenient by ignoring order on xtw-metadata.
- Replaced pegdown parser with flexmark-java (#20).
- Disabled XML external entity processing (java:S2755).
- Fixed embedding images in an EPUB file.
0.1.2 - 2019-03-10
- Disabled XML external entity processing.
0.1.1 - 2018-01-21
- Updated Twine parser to support Twine 2.2.1.
- Fixed EPUB transformer to export in a valid EPUB format.
0.1.0 - 2017-10-01
- Initial release