Releases: cedx/akismet.js
Releases · cedx/akismet.js
Akismet for JS 7.1.0
- Added support for the Node Security Platform reports.
- Updated the package dependencies.
Akismet for JS 7.0.0
- Breaking change: dropped the dependency on Observables.
- Breaking change: the
Client
class is now an EventEmitter.
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.