Skip to content

2.0.0

Compare
Choose a tag to compare
@ewilan-riviere ewilan-riviere released this 08 Aug 18:30
· 295 commits to main since this release
ec30f8c

BREAKING CHANGES

  • All simple getters have now get prefix. For example, getTitle() instead of title(), getPublisher() instead of publisher(), etc. It concerns all simple getters of EpubMetadata, EpubChapter, EpubHtml, NcxMetadata, EpubContainer, OpfMetadata, Ebook, BookIdentifier, EbookCover, EbookMetadata, AudiobookMetadata, BookAuthor, CbaMetadata, CbamMetadata, MetaTitle classes.

Why?
All these classes have some methods like setters or actions. To be consistent and clear, all simple getters have now get prefix.

Bugfixes

  • BookContributor and BookIdentifier can be more flexible with mixed types