Skip to content

Commit

Permalink
Release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
milmazz committed Mar 20, 2019
1 parent b18bbce commit e5dc50c
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 7 deletions.
35 changes: 29 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,39 @@
# Changelog

## v0.4.0

## Enhancements

* Allow to parse/create EPUBs in memory
* README: Update sample for the EPUB Parser
* Split parsing of metadata and manifest sections
* Improve EPUB parsing
* Apply `mix format` to parser
* Better support for UTF-8
* Improve mimetype and zip creation
* Remove some options from the default config
* Add more tests for the Builder
* Allow to opt-out of the default cover page

## Bug fixes

* Fix example in `BUPE.Builder` docs

## 0.3.0

* Enhancements
* Allow BUPE as dependency in escripts projects
* Fixes
* Include reference to images in the OPF manifest
### Enhancements

* Allow BUPE as dependency in escripts projects

### Bug fixes

* Include reference to images in the OPF manifest

## v0.2.0

* Enhancements
* Allow to include images, JS and CSS custom files.
### Enhancements

* Allow to include images, JS and CSS custom files.

## v0.1.0

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule BUPE.Mixfile do
use Mix.Project

@version "0.3.1-dev"
@version "0.4.0"

def project do
[
Expand Down

0 comments on commit e5dc50c

Please sign in to comment.