Skip to content

Releases: kiwilan/php-ebook

1.3.0

19 Jun 15:30
1206e71
Compare
Choose a tag to compare
  • Use kiwilan/php-xml-reader instead of XmlReader::class

1.2.0

16 Jun 15:52
fe0fe95
Compare
Choose a tag to compare

BREAKING CHANGE

  • BookIdentifier::class => content is now value and type is now scheme

FEATURE

  • Add EPUB chapters support

1.1.0

16 Jun 15:03
d38cf09
Compare
Choose a tag to compare
  • Add partial .mobi support
  • For EbookMetadata::class all methods with has prefix use is prefix now
  • improve documentation
  • add tests

1.0.12

15 Jun 06:45
02f2e28
Compare
Choose a tag to compare
  • MetaTitle add uniqueFilename

1.0.11

14 Jun 15:14
5bc0f88
Compare
Choose a tag to compare
  • OpfMetadata fix cover parser to keep only pictures

1.0.10

14 Jun 13:14
3baab12
Compare
Choose a tag to compare
  • EpubMetadata::class fix parseFiles method

1.0.01

14 Jun 05:53
3024d06
Compare
Choose a tag to compare
  • add extrasExtract method in Ebook::class

1.0.0

13 Jun 14:56
799d724
Compare
Choose a tag to compare

BREAKING CHANGES

  • book property has been removed, all book metadata are now on root of Ebook::class
  • metadata property is now EbookMetadata::class with module property and epub, cba, pdf, audiobook properties to parse metadata
  • count for pages or words is now available if wordsCount or pagesCount is called

Features

  • improve performances
  • add audiobooks

0.34.0

25 May 07:53
Compare
Choose a tag to compare
  • BookIdentifier content is now nullable

0.33.0

25 May 07:41
Compare
Choose a tag to compare
  • BookMeta name and content are now nullable