What's Changed
- Optimize code to avoid intermediate array allocations ๐ by @Sija in #490
- Use
Mutex
inJSONFormatter
by @Sija in #494 - Handle empty configuration as no configuration by @miry in #492
- Misc refactors by @Sija in #498
- Add
Nil
return types to methods with side-effects only by @Sija in #495 - Raise when config is not a
Hash
by @Sija in #499 - Adjust cursor position by the indent size only if valid by @Sija in #500
- While passing file through
STDIN
we should lint just that by @Sija in #501 - Allow passing single
-
argument as a means to accept file viaSTDIN
by @Sija in #506 - Disable autocorrection when source is passed through
STDIN
by @Sija in #515 - Release 1.6.4 by @Sija in #516
New Contributors
Full Changelog: v1.6.3...v1.6.4