Releases: cedx/akismet.js
Releases · cedx/akismet.js
Akismet for JS 17.0.1
Akismet for JS 17.0.0
- Breaking change: the
Blog.languages
property is now implemented asSet<string>
. - Ported the source code to CoffeeScript.
Akismet for JS 16.2.1
- Fixed the issue #20.
Akismet for JS 16.2.0
- The
AuthorRole
,CheckResult
andCommentType
enumerations are now implemented as frozen objects.
Akismet for JS 16.1.1
- Migrated the documentation to the GitHub wiki.
Akismet for JS 16.1.0
- Ported the source code to TypeScript.
Akismet for JS 16.0.2
- Fixed a packaging issue.
Akismet for JS 16.0.1
- Fixed the TypeScript typings.
Akismet for JS 16.0.0
- Breaking change: changed the constructor signatures of the
Author
,Blog
andComment
classes. - Breaking change: raised the required Node.js 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.
- Ported the source code to JavaScript.
- Replaced the Mocha test runner by the Node.js one.
- Restored support for GitHub Packages.
- Updated the package dependencies.
Akismet for JS 15.0.0
- Breaking change: raised the required Node.js version.
- Dropped support for GitHub Packages.
- Updated the documentation.
- Updated the package dependencies.