Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 21, 2021

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

Release notes

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

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
  • 734ccbc Merge pull request #55 from owulveryck/issue/filenameTooLong
  • c919cc7 Merge branch 'main' into issue/filenameTooLong
  • a12214f Merge pull request #54 from owulveryck/memoryFS
  • e05f601 fix(addMedia): if filename is too long of invalid, use a custom filename
  • 6cc47d0 feat: add CSS as inline source to get rid of local FS
  • e640368 feat: add benchmark and tweaked verbosity
  • 5440da7 fix(path): use slash path even on Windows
  • b67441d fix: OSFS is StatFS and implements a Custom Open
  • 1b65c0c chore: add basic tests
  • 0c21533 fix(MkdirAll): the stop condition should work on windows
  • 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 0.10.0.
- [Release notes](https://github.com/bmaupin/go-epub/releases)
- [Commits](bmaupin/go-epub@v0.5.3...v0.10.0)

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

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

dependabot bot commented on behalf of github Jan 4, 2022

Superseded by #61.

@dependabot dependabot bot closed this Jan 4, 2022
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/bmaupin/go-epub-0.10.0 branch January 4, 2022 17:21
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