diff --git a/CHANGELOG.md b/CHANGELOG.md index be1a4fa..ae76dbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## v0.6.2-dev (unreleased) + +### Added + +* Extract content from associated pages, images, styles, and scripts while parsing EPUB document. + ## v0.6.1 (2024-09-26) -### Enhancements +### Added * Update Elixir/OTP version, minor refactorings * Improve test suite to use `tmp_dir` tag and avoid flaky tests @@ -15,37 +21,37 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## v0.6.0 (2019-03-30) -### Enhancements +### Added * Add CLI interface ## v0.5.1 (2019-03-24) -### Bug fixes +### Fixed * Provide an alternative description for `BUPE.Item` in case is missing ## v0.5.0 (2019-03-24) -### Enhancements +### Added * Improve documentation * Refactor EPUB builder * Introduce `BUPE.Item` definition * Fix unit tests after moving exception definitions * Provide an utility module -* Move BUPE.Config and exceptions into its own files +* Move `BUPE.Config` and exceptions into its own files * Revert Elixir version bump ## v0.4.1 (2019-03-21) -### Bug fixes +### Fixed * Improve backward compatibility ## v0.4.0 (2019-03-20) -### Enhancements +### Added * Allow to parse/create EPUBs in memory * README: Update sample for the EPUB Parser @@ -58,26 +64,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Add more tests for the Builder * Allow to opt-out of the default cover page -### Bug fixes +### Fixed * Fix example in `BUPE.Builder` docs ## v0.3.0 (2016-12-25) -### Enhancements +### Added - * Allow BUPE as dependency in escripts projects +* Allow BUPE as dependency in escripts projects -### Bug fixes +### Fixed - * Include reference to images in the OPF manifest +* Include reference to images in the OPF manifest ## v0.2.0 (2016-10-11) -### Enhancements +### Added - * Allow to include images, JS and CSS custom files. +* Allow to include images, JS and CSS custom files. ## v0.1.0 (2016-08-02) - * Initial release +* Initial release