akismet 4.1.0 copy "akismet: ^4.1.0" to clipboard
akismet: ^4.1.0 copied to clipboard

discontinued

Prevent comment spam using the Akismet service. Add Akismet to your applications so you don't have to worry about spam again.

Changelog #

4.1.0 #

  • Updated the documentation.
  • Updated the package dependencies.

4.0.1 #

  • Fixed the issue #1: the recheck_reason field is not sent.

4.0.0 #

  • Breaking change: starting to use and support the Dart 2 SDK.
  • Added support for the X-akismet-pro-tip HTTP header.
  • Added the CheckResult enumeration.
  • Added the ClientException class.
  • Added the Comment.recheckReason property.
  • Added a user guide based on MkDocs.
  • Added an example code.
  • Using optional const and new.
  • Updated the package dependencies.

3.2.0 #

  • Added support for browser platform.

3.1.0 #

  • Updated the package dependencies.

3.0.0 #

  • Breaking change: changed the signature of most class constructors.
  • Breaking change: most class properties are now final.
  • Breaking change: raised the required Dart version.
  • Breaking change: removed the toJson() and toString() methods from the Client class.
  • Breaking change: the version property is now private.
  • Added new values to the CommentType enumeration.
  • Changed licensing for the MIT License.
  • Updated the package dependencies.

2.1.0 #

  • Updated the package dependencies.

2.0.0 #

  • Breaking change: changed the signature of all constructors.
  • Breaking change: raised the required Dart version.
  • Breaking change: renamed the Client.serviceUrl constant to defaultEndPoint.
  • Added the Client.endPoint property.
  • Added the version constant.
  • Updated the package dependencies.

1.0.0 #

  • Breaking change: changed the Blog.language string property for the languages list property.
  • Breaking change: dropped the dart:html client.
  • Breaking change: dropped the embedded server and the command line interface.
  • Breaking change: merged all the libraries (e.g. core, html and io) into the sole akismet one.
  • Breaking change: most of the constructors are now using optional named parameters.
  • Breaking change: removed the DEFAULT_SERVICE constant, serviceUrl property and queryService() method from the Client class.
  • Breaking change: removed the EndPoints and HttpHeaders enumerations.
  • Breaking change: removed the VERSION constant.
  • Breaking change: using lowercase for all constant names.
  • Added the Client.toJson() method.
  • Added the onRequest and onResponse event streams to the Client class.
  • The parameters of the Client constructor are now optional.
  • Added support for the Travis CI continuous integration.
  • Changed the build system for Grinder.
  • Changed the documentation system for Dartdoc.
  • Changed the licensing for the Apache License Version 2.0.
  • Dropped the development dependencies based on Node.js.
  • Removed the info suffix from the Dart version number in the Client.userAgent property.
  • Updated the package dependencies.

0.6.1 #

  • Fixed bugs in async/await implementation.
  • Fixed bugs in JSON serialization.

0.6.0 #

  • Added the role property to Author class.
  • Added the isTest property to Client class.
  • Added the date and postModified properties to Comment class.
  • Moved the Future API to async and await.

0.5.1 #

0.5.0 #

  • Breaking change: renamed Server.start() method to bind.
  • Added Server.bindSecure() method to support SSL protocol.
  • Updated the package dependencies.

0.4.0 #

  • Moved most methods and properties of Client child classes to the base abstract class.
  • Added Blog class to support the latest Akismet APIs.
  • Added Server events: you can listen to onClose, onError, onListening and onRequest streams.
  • Added --silent option to server CLI.
  • Breaking change: renamed Server.stop() method to close.
  • Breaking change: renamed HTTPHeaders constants by using X_ as prefix.
  • Breaking change: removed Client.useSecureRequests property.

0.3.2 #

  • Migrated build system and tools to ShellJS.
  • Migrated documentation comments to YUIDoc.
  • Using DocGen.js to generate the API reference.

0.3.1 #

  • Added unit tests of the HTML client.
  • The Server class and CLI now use port 3000 as default.

0.3.0 #

  • Removed obsolete build scripts (build.dart and tool/generate_docs.dart).

0.2.1 #

  • Added new properties and methods to Server class.
  • Added utility scripts in tool folder.
  • Changed the package layout.
  • Breaking change: renamed Server.secureRequests property to useSecureRequests.

0.2.0 #

  • Added client implementation based on dart:html.
  • Added server implementation used to proxy requests from HTML clients to Akismet service.
  • Breaking change: Uri in constructors can no longer be specified as String.
  • Breaking change: removed Client.encoding property.

0.1.1 #

  • Added EndPoints class providing the URLs of the Akismet service end points.

0.1.0 #

  • Initial release: client implementation based on dart:io.
1
likes
25
points
85
downloads

Publisher

verified publisherbelin.io

Weekly Downloads

Prevent comment spam using the Akismet service. Add Akismet to your applications so you don't have to worry about spam again.

Homepage
Repository
View/report issues

License

unknown (license)

Dependencies

http, json_annotation

More

Packages that depend on akismet