Releases: kiwilan/php-ebook
Releases · kiwilan/php-ebook
1.3.0
- Use
kiwilan/php-xml-reader
instead ofXmlReader::class
1.2.0
BREAKING CHANGE
BookIdentifier::class
=>content
is nowvalue
andtype
is nowscheme
FEATURE
- Add
EPUB
chapters support
1.1.0
- Add partial
.mobi
support - For
EbookMetadata::class
all methods withhas
prefix useis
prefix now - improve documentation
- add tests
1.0.12
MetaTitle
adduniqueFilename
1.0.11
OpfMetadata
fix cover parser to keep only pictures
1.0.10
EpubMetadata::class
fixparseFiles
method
1.0.01
- add
extrasExtract
method inEbook::class
1.0.0
BREAKING CHANGES
book
property has been removed, all book metadata are now on root ofEbook::class
metadata
property is nowEbookMetadata::class
withmodule
property andepub
,cba
,pdf
,audiobook
properties to parse metadata- count for pages or words is now available if
wordsCount
orpagesCount
is called
Features
- improve performances
- add audiobooks
0.34.0
- BookIdentifier
content
is now nullable
0.33.0
- BookMeta
name
andcontent
are now nullable