Skip to content

Releases: cedx/akismet.js

Akismet for JS 6.2.0

11 Mar 12:15
Compare
Choose a tag to compare
  • Updated the package dependencies.

Akismet for JS 6.1.0

01 Mar 09:21
Compare
Choose a tag to compare
  • Removed dependency on @cedx/enum module.
  • Removed dependency on gulp-load-plugins module.

Akismet for JS 6.0.0

28 Feb 23:27
Compare
Choose a tag to compare
  • Breaking change: raised the required Node.js version.
  • Breaking change: using ES2017 features, like async/await functions.
  • Improved the build system.
  • Ported the unit test assertions from TDD to BDD.
  • Updated the package dependencies.

Akismet for JS 5.0.0

13 Feb 21:59
Compare
Choose a tag to compare
  • Breaking change: changed the signature of all constructors.
  • Breaking change: changed the return type of several Client methods.
  • Breaking change: renamed the Client.SERVICE_URL constant to DEFAULT_ENDPOINT.
  • Added the Client.endPoint property.
  • Updated the package dependencies.

Akismet for JS 4.0.0

31 Dec 17:56
Compare
Choose a tag to compare
  • Breaking change: changed the Blog.language string property for the languages array property.
  • Breaking change: reverted the Client.test property to isTest.
  • Removed the v prefix from the Node.js version number in the Client.userAgent property.
  • Removed the dist build task.
  • Updated the package dependencies.

Akismet for JS 3.4.0

23 Dec 10:55
Compare
Choose a tag to compare
  • Replaced the Codacy code coverage service by the Coveralls one.
  • Updated the package dependencies.

Akismet for JS 3.3.0

23 Nov 22:56
Compare
Choose a tag to compare
  • Added the onRequest and onResponse event streams to the Client class.

Akismet for JS 3.2.0

21 Nov 21:53
Compare
Choose a tag to compare

Akismet for JS 3.1.0

17 Nov 13:52
Compare
Choose a tag to compare
  • Allowing to set dates as timestamps or strings in the Comment constructor.

Akismet for JS 3.0.0

14 Nov 16:50
Compare
Choose a tag to compare
  • Breaking change: modified the signature of the constructor of the Client class.
  • Breaking change: renamed the Client.isTest property to test.
  • Added the Client.DEBUG_HEADER property.
  • Added the Client.toJSON() method.