Skip to content

Releases: cedx/akismet.js

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.

Akismet for JS 14.0.0

24 Mar 10:10
Compare
Choose a tag to compare
  • Breaking change: ported the source code to TypeScript.
  • Breaking change: changed the signature of the class constructors.
  • Breaking change: changed the signature of the fromJson() methods.
  • Breaking change: raised the required Node.js version.
  • Breaking change: removed the [Symbol.toStringTag]() and toString() methods.
  • Breaking change: removed the debugHeader and defaultEndPoint static properties from the Client class.
  • Breaking change: using ECMAScript modules instead of CommonJS ones.
  • Replaced the ESDoc documentation generator by TypeDoc.
  • Added the CheckResult enumeration.
  • Added the ClientError class.
  • Added the Comment.recheckReason property.
  • Added the eventRequest and eventResponse static properties to the Client class.
  • Added support for the X-akismet-pro-tip HTTP header.
  • Added a user guide based on MkDocs.
  • Added an example code.
  • Using the global URL and URLSearchParams classes.
  • Updated the build system to Gulp version 4.
  • Updated the package dependencies.

Akismet for JS 13.0.0

10 Dec 14:54
Compare
Choose a tag to compare
  • Breaking change: changed the signature of the Client events.
  • Updated the package dependencies.