Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
milmazz committed Sep 27, 2024
1 parent 16c7b21 commit 573bf04
Showing 1 changed file with 21 additions and 15 deletions.
36 changes: 21 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,47 +5,53 @@ 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
* Validate modification dates

## 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
Expand All @@ -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

0 comments on commit 573bf04

Please sign in to comment.