Releases: caderek/gramma
Releases · caderek/gramma
v1.6.0
Improvements:
- Added
gramma server info
command.
- Added option to set custom port when managing local server manually.
v1.5.0
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
Improvements
- Better docs
- Improved website
Bugfixes
- Replaced node-fetch with isomorphic-fetch (browser compatibile)
v1.4.6
Improvements
- JS bundles (esm, esm-min, iife)
Bugfixes
- fixed CORS when using JS API in the browser
v1.4.1
Improvements
- Added type definitions for JS API
Bugfixes:
- Fixed JS API
check()
method
- Fixed hooks behavior with commit --verbose flag
v1.4.0
New features
- Automatically include changes to
.gramma.json
when executing Git hook
Improvements
- Standalone binaries migrated to Node 16
v1.3.0
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
New features:
- Added Markdown support via
-m
/ --markdown
flag
Improvements
- Used api.langagetool.org as the default API
v1.1.0
New features:
Improvements
- better error handling
- better documentation
Stable version
Bugfixes
- Fixed issues with error handling
- Updated code to handle changed grammarbot.io API