diff --git a/.esdoc.json b/.esdoc.json index 781acc26..56a557c1 100644 --- a/.esdoc.json +++ b/.esdoc.json @@ -11,7 +11,7 @@ "brand": { "description": "Prevent comment spam using Akismet service, in JavaScript.", "logo": "web/favicon.ico", - "repository": "", + "repository": "https://github.com/cedx/akismet.js", "title": "Akismet for JS" } }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ade3f42..4aa2a530 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog This file contains highlights of what changes on each version of the [Akismet for JS](https://github.com/cedx/akismet.js) library. +## Version 10.0.0 +- Breaking change: renamed the `fromJSON()` static methods to `fromJson`. +- Changed the naming convention: acronyms and abbreviations are capitalized like regular words, except for two-letter acronyms. +- Updated the package dependencies. + ## Version 9.1.0 - Removed the dependency on [Babel](https://babeljs.io) compiler. - Updated the package dependencies.