Skip to content

Releases: caderek/gramma

v1.6.0

31 Oct 16:48
Compare
Choose a tag to compare

Improvements:

  • Added gramma server info command.
  • Added option to set custom port when managing local server manually.

v1.5.0

17 Oct 02:08
Compare
Choose a tag to compare

Improvements:

  • When local server is installed but not running, Gramma will now try to use command-line interface for LanguageTool communication instead of spawning HTTP server (if possible).
  • Gramma will now automatically check for updates (max once a day).
  • Added validation for languages and rules parameters.

v1.4.7

15 Oct 19:54
Compare
Choose a tag to compare

Improvements

  • Better docs
  • Improved website

Bugfixes

  • Replaced node-fetch with isomorphic-fetch (browser compatibile)

v1.4.6

12 Oct 17:17
Compare
Choose a tag to compare

Improvements

  • JS bundles (esm, esm-min, iife)

Bugfixes

  • fixed CORS when using JS API in the browser

v1.4.1

11 Oct 14:08
Compare
Choose a tag to compare

Improvements

  • Added type definitions for JS API

Bugfixes:

  • Fixed JS API check() method
  • Fixed hooks behavior with commit --verbose flag

v1.4.0

10 Oct 15:27
Compare
Choose a tag to compare

New features

  • Automatically include changes to .gramma.json when executing Git hook

Improvements

  • Standalone binaries migrated to Node 16

v1.3.0

10 Oct 09:46
Compare
Choose a tag to compare

New features:

  • Support for environment variables in config files
  • Files with .md extension are automatically treated as markdown

Improvements

  • Local config works in subdirectories
  • Better documentation

v1.2.0

09 Oct 04:23
Compare
Choose a tag to compare

New features:

  • Added Markdown support via -m / --markdown flag

Improvements

  • Used api.langagetool.org as the default API

v1.1.0

08 Oct 07:43
Compare
Choose a tag to compare

New features:

  • Git hooks integration

Improvements

  • better error handling
  • better documentation

Stable version

07 Oct 02:19
Compare
Choose a tag to compare

Bugfixes

  • Fixed issues with error handling
  • Updated code to handle changed grammarbot.io API