Releases: milmazz/bupe
Releases · milmazz/bupe
v0.6.5
Added
- Extract media type handling into
BUPE.MediaType.
Changed
- Refactor builder implementation.
- Refactor publication item normalization.
- Replace
BUPE.Utilwith a focusedBUPE.UUIDmodule. - Enable
ex_docoutdated warning checks in dev dependencies. - Improve documentation and examples.
Full Changelog: v0.6.4...v0.6.5
v0.6.4
What's Changed
- fix: do not add extra info to zip entries by @StephanMeijer in #98
New Contributors
- @StephanMeijer made their first contribution in #98
Full Changelog: v0.6.3...v0.6.4
v0.6.3
What's Changed
- fix: epub3 overview doc link by @neodejack in #92
- fix: toc parsing by @neodejack in #93
- fix: erlang version by @neodejack in #94
- Use saxy to parse EPUBs by @milmazz in #95
New Contributors
- @neodejack made their first contribution in #92
Full Changelog: v0.6.2...v0.6.3
v0.6.2
v0.6.1
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
v0.5.1
v0.5.0
v0.4.1
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 formatto 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.Builderdocs