Skip to content

Releases: milmazz/bupe

v0.6.5

31 Dec 19:54

Choose a tag to compare

Added

  • Extract media type handling into BUPE.MediaType.

Changed

  • Refactor builder implementation.
  • Refactor publication item normalization.
  • Replace BUPE.Util with a focused BUPE.UUID module.
  • Enable ex_doc outdated warning checks in dev dependencies.
  • Improve documentation and examples.

Full Changelog: v0.6.4...v0.6.5

v0.6.4

31 Dec 16:47

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.3...v0.6.4

v0.6.3

21 Sep 18:30

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.2...v0.6.3

v0.6.2

21 Sep 18:31

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.1...v0.6.2

v0.6.1

21 Sep 18:33
abe5171

Choose a tag to compare

What's Changed

  • Create Code Of Conduct by @milmazz in #5
  • Add 'how to contribute' guide by @milmazz in #6
  • Misc doc changes by @kianmeng in #61
  • Add initial CI support by @milmazz in #63
  • Enhancements: Introducing Config toc attribute and supporting application/vnd.ms-opentype font export type by @Tomyail in #86
  • Code review by @milmazz in #87

New Contributors

Full Changelog: v0.6.0...v0.6.1

v0.6.0

30 Mar 05:56
0193537

Choose a tag to compare

Enhancements

  • Add CLI interface

v0.5.1

24 Mar 07:04
b908fe9

Choose a tag to compare

Bug fixes

  • Provide an alternative description for BUPE.Item in case is missing

v0.5.0

24 Mar 07:04
cfff20b

Choose a tag to compare

Enhancements

  • 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
  • Revert Elixir version bump

v0.4.1

24 Mar 06:18
e9f2dbd

Choose a tag to compare

Bug fixes

  • Improve backward compatibility

v0.4.0

20 Mar 07:36
e5dc50c

Choose a tag to compare

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