Skip to content

v1.6.4

Latest
Compare
Choose a tag to compare
@Sija Sija released this 25 Nov 23:36
· 71 commits to master since this release
a21dea0

What's Changed

  • Optimize code to avoid intermediate array allocations ๐Ÿš€ by @Sija in #490
  • Use Mutex in JSONFormatter 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 via STDIN 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

  • @miry made their first contribution in #492

Full Changelog: v1.6.3...v1.6.4