Skip to content

Releases: cedx/akismet.js

Akismet for JS 17.0.1

12 Nov 09:00
Compare
Choose a tag to compare
  • Fixed the Comment.fromJson() method.

Akismet for JS 17.0.0

07 Nov 19:34
Compare
Choose a tag to compare
  • Breaking change: the Blog.languages property is now implemented as Set<string>.
  • Ported the source code to CoffeeScript.

Akismet for JS 16.2.1

05 Oct 12:18
Compare
Choose a tag to compare

Akismet for JS 16.2.0

25 Jul 10:35
Compare
Choose a tag to compare
  • The AuthorRole, CheckResult and CommentType enumerations are now implemented as frozen objects.

Akismet for JS 16.1.1

16 Jun 00:41
Compare
Choose a tag to compare

Akismet for JS 16.1.0

25 Jan 21:03
Compare
Choose a tag to compare

Akismet for JS 16.0.2

13 Jan 16:02
Compare
Choose a tag to compare
  • Fixed a packaging issue.

Akismet for JS 16.0.1

20 Oct 16:57
Compare
Choose a tag to compare

Akismet for JS 16.0.0

21 Jun 19:48
Compare
Choose a tag to compare
  • Breaking change: changed the constructor signatures of the Author, Blog and Comment 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

28 Apr 12:48
Compare
Choose a tag to compare
  • Breaking change: raised the required Node.js version.
  • Dropped support for GitHub Packages.
  • Updated the documentation.
  • Updated the package dependencies.