go-epub icon indicating copy to clipboard operation
go-epub copied to clipboard

Go library for creating EPUB files

Results 18 go-epub issues
Sort by recently updated
recently updated
newest added

Bumps the all group with 3 updates in the / directory: [actions/setup-go](https://github.com/actions/setup-go), [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) and [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `actions/setup-go` from 4.0.1 to 5.0.1 Release notes Sourced from actions/setup-go's releases. v5.0.1 What's Changed...

dependencies
github_actions

Bumps the all group with 1 update: [github.com/gofrs/uuid/v5](https://github.com/gofrs/uuid). Updates `github.com/gofrs/uuid/v5` from 5.0.0 to 5.1.0 Release notes Sourced from github.com/gofrs/uuid/v5's releases. v5.1.0 This release adds a new constant for the Max...

dependencies
go

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.19.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...

dependencies
go

https://github.com/blang/vfs Currently the library can only use system files, but I would like to be able to use vfs too

feature request

I see how in the future we could allow creating a new Epub instance providing a custom logger from `log/slog`, but we can plan that later on. _Originally posted by...

enhancement

Bumps the all group with 3 updates in the / directory: [actions/setup-go](https://github.com/actions/setup-go), [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) and [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `actions/setup-go` from 4.0.1 to 5.0.2 Release notes Sourced from actions/setup-go's releases. v5.0.2 What's Changed...

dependencies
github_actions

Bumps the all group with 2 updates in the / directory: [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) and [github.com/gofrs/uuid/v5](https://github.com/gofrs/uuid). Updates `github.com/gabriel-vasile/mimetype` from 1.4.3 to 1.4.4 Release notes Sourced from github.com/gabriel-vasile/mimetype's releases. v1.4.4 What's Changed Security...

dependencies
go

If I add an `` tag to a section, the validator returns this error: ERROR(OPF-014): prova.epub/EPUB/xhtml/section0001.xhtml(-1,-1): The property "svg" should be declared in the OPF file. That is, in `package.opf`...

bug