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

discontinued
outdatedDart 1 only

Prevent comment spam using Akismet service.

Changelog #

This file contains highlights of what changes on each version of the Akismet.dart package.

Version 0.5.1

Version 0.5.0

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

Version 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.

Version 0.3.2

Version 0.3.1

Version 0.3.0

  • Updated the package dependencies (fixed issue #2).
  • Removed obsolete build scripts (build.dart and tool/generate_docs.dart).

Version 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.

Version 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.

Version 0.1.1

  • Added EndPoints class providing the URLs of the Akismet service end points.
  • Fixed issue #1.

Version 0.1.0

  • Initial release: client implementation based on dart:io.
1
likes
0
pub points
0%
popularity

Publisher

verified publisherbelin.io

Prevent comment spam using Akismet service.

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (LICENSE)

Dependencies

args, http, http_server, path, route

More

Packages that depend on akismet