Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
ewilan-riviere authored and github-actions[bot] committed Sep 24, 2023
1 parent 884a43c commit 380f5b1
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

All notable changes to `php-ebook` will be documented in this file.

## v2.2.0 - 2023-09-24

### Breaking changes

- All `Metadata` internal classes have been renamed to `Module`
- Some internal parser classes, have been moved into `Parser` namespace
- All `getContent()` methods have been renamed to `getContents()` (old methods are deprecated)

### New features

- MOBI and derivatives support (`.azw`, `.azw3`, `.kf8`, `.kfx`, `.mobi`, `.prc`) with cover
- FB2 support (`.fb2`) with cover and series
- Improve BookIdentifier scheme detection

### Misc

- Fixing EPUB volume `0` issue
- Add more tests with samples
- Update dependencies
- Improve documentation

## v2.1.02 - 2023-08-30

- Better handle of PDF, parser works even if metadata are not present
Expand Down

0 comments on commit 380f5b1

Please sign in to comment.