Skip to content

Commit

Permalink
Updated the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Jun 21, 2022
1 parent 0f42882 commit 3cbf16d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## Version [16.0.0](https://github.com/cedx/akismet.js/compare/v15.0.0...v16.0.0)
- Breaking change: changed the constructor signatures of the `Author`, `Blog` and `Comment` classes.
- Breaking change: raised the required [Node.js](https://nodejs.org) version.
- Breaking change: removed the `ClientError` class.
- Breaking change: the `Client` class is no longer an event emitter.
- Added support for the [Akismet response error codes](https://akismet.com/development/api/#error-codes).
- Ported the source code to [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript).
- Replaced the [Mocha](https://mochajs.org) test runner by the [Node.js one](https://nodejs.org/api/test.html).
- Restored support for [GitHub Packages](https://github.com/features/packages).
- Updated the package dependencies.

## Version [15.0.0](https://github.com/cedx/akismet.js/compare/v14.0.0...v15.0.0)
- Breaking change: raised the required [Node.js](https://nodejs.org) version.
- Dropped support for [GitHub Packages](https://github.com/features/packages).
Expand Down

0 comments on commit 3cbf16d

Please sign in to comment.