Skip to content

Akismet for JS 14.0.0

Compare
Choose a tag to compare
@cedx cedx released this 24 Mar 10:10
  • 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.