Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jun 14, 2022

Bumps github.com/bmaupin/go-epub from 0.5.3 to 1.0.0.

Release notes

Sourced from github.com/bmaupin/go-epub's releases.

v1.0.0

Add nested sections (#58)

v0.11.1

Add epub namespace to sections (#57)

Video support

This release adds Video content to the epub format.

It also fixes some problems with the MemoryFS that could lead to invalid images.

Filesystem abstraction

  • New function Use taking a FSType as a parameter. This allows switching the filesystem used to build the EPUB.
  • two Filesystems are implemented: MemoryFS and OsFS

With MemoryFS, there is no need to access the local filesystem to build the EPUB. OsFS on the other hand should have the same behaviour as the previous releases.

v0.9.0

  • Ability to set a custom HTTP client to fetch the data (#51)
  • HEAD requests are used during validation instead of GET for greater performance (#51)

v0.8.0

Add support for data URLs as media (#45)

v0.7.2

Only count automatically generated section file names when generating new ones (#43)

v0.7.1

Fix incorrect ID generation for images in manifest (#14)

v0.7.0

Fix missing thumbnail on MacOS (#18)

v0.6.1

fix: Invalid reference returned by AddImage on Windows (#19)

v0.6.0

Add some thread safety to the public API (#27)

Commits
  • dcb6695 Merge pull request #58 from hmelder/nested_sections
  • 22a3982 Fix subsection marshaling and match navigation/spine order to silence warnings
  • a327afd Fix formatting
  • c7c0f2c Fix duplicate indexing and missing OPF entry
  • b567f79 Add subsections and tests
  • 2834a83 Create AddSubSection method and change internal section manipulation
  • 4047d66 Merge pull request #57 from bmaupin/epub-namespace
  • 85f09b6 feat(epub): add epub namespace to sections
  • 3304e1a Merge pull request #56 from stuartmscott/video
  • 5d4c296 Increase test coverage
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/bmaupin/go-epub](https://github.com/bmaupin/go-epub) from 0.5.3 to 1.0.0.
- [Release notes](https://github.com/bmaupin/go-epub/releases)
- [Commits](bmaupin/go-epub@v0.5.3...v1.0.0)

---
updated-dependencies:
- dependency-name: github.com/bmaupin/go-epub
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 14, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jun 23, 2022

Superseded by #64.

@dependabot dependabot bot closed this Jun 23, 2022
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/bmaupin/go-epub-1.0.0 branch June 23, 2022 17:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants