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 16a5b30 commit a698c68
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 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.

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

## 1.1.0 - 2023-02-22
### Added
- Added support for location-only highlights that don’t have a page number.
Expand Down

0 comments on commit a698c68

Please sign in to comment.