Releases: cedx/akismet.js
Releases · cedx/akismet.js
Akismet for JS 6.2.0
- Updated the package dependencies.
Akismet for JS 6.1.0
- Removed dependency on
@cedx/enum
module. - Removed dependency on
gulp-load-plugins
module.
Akismet for JS 6.0.0
Akismet for JS 5.0.0
- 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 toDEFAULT_ENDPOINT
. - Added the
Client.endPoint
property. - Updated the package dependencies.
Akismet for JS 4.0.0
- Breaking change: changed the
Blog.language
string property for thelanguages
array property. - Breaking change: reverted the
Client.test
property toisTest
. - Removed the
v
prefix from the Node.js version number in theClient.userAgent
property. - Removed the
dist
build task. - Updated the package dependencies.
Akismet for JS 3.4.0
Akismet for JS 3.3.0
- Added the
onRequest
andonResponse
event streams to theClient
class.
Akismet for JS 3.2.0
- Updated the SuperAgent dependency.
Akismet for JS 3.1.0
- Allowing to set dates as timestamps or strings in the
Comment
constructor.
Akismet for JS 3.0.0
- Breaking change: modified the signature of the constructor of the
Client
class. - Breaking change: renamed the
Client.isTest
property totest
. - Added the
Client.DEBUG_HEADER
property. - Added the
Client.toJSON()
method.