Skip to content

Commit

Permalink
Finish release.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstein committed Mar 5, 2023
1 parent 9c40a72 commit 9d3f809
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,26 @@
# Changelog

## 2.0.1 - 2023-03-04
### Added
- Added PHPStan check and did some tidying up to clear level 5.
- Added a `composer run phpstan` script.

### Fixed
- Fixed a class name that prevented CLI-based extraction from working.

## 2.0.0 - 2023-03-04
### Added
- Added the option to ignore duplicate items, which is enabled by default.
- Added a browser-based demo for testing the parser with JSON output.
- Added initial tests with Pest and a GitHub Actions pipeline to automate them.
- Added `composer run test` and `composer run demo` commands for convenience.
- Added `composer run test` and `composer run demo` scripts for convenience.

### Changed
- Changed name to “Dekindler” and namespace from `mattstein\utilities` to `mattstein\dekindler`.
- Renamed the `extractor` command to `dekindler`.
- Renamed `ExtractKindleClippingsCommand` class to `ExtractCommand`.
- Renamed `KindleClippingExtractor` class to `Extractor`.
- Renamed `KindleClippingWriter` class to `Writer`.
- Refactored for more resilient parsing with various found examples.

## 1.1.0 - 2023-02-22
Expand Down

0 comments on commit 9d3f809

Please sign in to comment.