akismet
Prevent comment spam using the Akismet service. Add Akismet to your applications so you don't have to worry about spam again.
4.1.0
source
What this package is like to depend on
Last release 6 years ago
no release in 18 months
Ships unpredictably
gaps range from 2 weeks to 2.2 years
Nearly every release is documented
notes for 21 of 21 stable releases
Nothing withdrawn
no release was ever pulled
13 years old
21 releases · first in 2013
0 releases in the last 12 months
see the full history below
Release timeline
21 releases · Nov 2013 to Apr 2020
2014
2016
2018
2020
2022
2024
2026
Releases
latest 21-
4.1.022 Apr 2020 -
4.0.113 Feb 2020 -
4.0.008 Feb 2020Release notes
Open source →- Breaking change: starting to use and support the Dart 2 SDK.
- Added support for the
X-akismet-pro-tipHTTP header. - Added the
CheckResultenumeration. - Added the
ClientExceptionclass. - Added the
Comment.recheckReasonproperty. - Added a user guide based on MkDocs.
- Added an example code.
- Using optional
constandnew. - Updated the package dependencies.
-
3.2.007 Dec 2017 -
3.1.003 Nov 2017 -
3.0.004 Oct 2017Release notes
Open source →- 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()andtoString()methods from theClientclass. - Breaking change: the
versionproperty is now private. - Added new values to the
CommentTypeenumeration. - Changed licensing for the MIT License.
- Updated the package dependencies.
-
2.1.025 Mar 2017 -
2.0.018 Feb 2017Release notes
Open source →- Breaking change: changed the signature of all constructors.
- Breaking change: raised the required Dart version.
- Breaking change: renamed the
Client.serviceUrlconstant todefaultEndPoint. - Added the
Client.endPointproperty. - Added the
versionconstant. - Updated the package dependencies.
-
1.0.001 Jan 2017Release notes
Open source →- Breaking change: changed the
Blog.languagestring property for thelanguageslist 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,htmlandio) into the soleakismetone. - Breaking change: most of the constructors are now using optional named parameters.
- Breaking change: removed the
DEFAULT_SERVICEconstant,serviceUrlproperty andqueryService()method from theClientclass. - Breaking change: removed the
EndPointsandHttpHeadersenumerations. - Breaking change: removed the
VERSIONconstant. - Breaking change: using lowercase for all constant names.
- Added the
Client.toJson()method. - Added the
onRequestandonResponseevent streams to theClientclass. - The parameters of the
Clientconstructor 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.userAgentproperty. - Updated the package dependencies.
- Breaking change: changed the
-
0.6.102 Jul 2015Release notes
Open source →- Fixed bugs in
async/awaitimplementation. - Fixed bugs in JSON serialization.
- Fixed bugs in
-
0.6.021 Jun 2015Release notes
Open source →- Added the
roleproperty toAuthorclass. - Added the
isTestproperty toClientclass. - Added the
dateandpostModifiedproperties toCommentclass. - Moved the
FutureAPI toasyncandawait.
- Added the
-
0.5.128 Jan 2015 -
0.5.020 Sep 2014Release notes
Open source →- Breaking change: renamed
Server.start()method tobind. - Added
Server.bindSecure()method to support SSL protocol. - Updated the package dependencies.
- Breaking change: renamed
-
0.4.019 Sep 2014Release notes
Open source →- Moved most methods and properties of
Clientchild classes to the base abstract class. - Added
Blogclass to support the latest Akismet APIs. - Added
Serverevents: you can listen toonClose,onError,onListeningandonRequeststreams. - Added
--silentoption to server CLI. - Breaking change: renamed
Server.stop()method toclose. - Breaking change: renamed
HTTPHeadersconstants by usingX_as prefix. - Breaking change: removed
Client.useSecureRequestsproperty.
- Moved most methods and properties of
-
0.3.212 Sep 2014 -
0.3.130 Aug 2014Release notes
Open source →- Added unit tests of the HTML client.
- The
Serverclass and CLI now use port 3000 as default.
-
0.3.030 Aug 2014Release notes
Open source →- Removed obsolete build scripts (
build.dartandtool/generate_docs.dart).
- Removed obsolete build scripts (
-
0.2.120 Dec 2013Release notes
Open source →- Added new properties and methods to
Serverclass. - Added utility scripts in
toolfolder. - Changed the package layout.
- Breaking change: renamed
Server.secureRequestsproperty touseSecureRequests.
- Added new properties and methods to
-
0.2.024 Nov 2013 -
0.1.118 Nov 2013Release notes
Open source →- Added
EndPointsclass providing the URLs of the Akismet service end points.
- Added
-
0.1.015 Nov 2013