Skip to content

v1.5.0

Compare
Choose a tag to compare
@veelenga veelenga released this 28 Jul 19:49
· 142 commits to master since this release
7b8316f

What's Changed

  • Fix severity type for YAML converter spec by @straight-shoota in #366
  • Update Dockerfile for Crystal 1.8 + check if binary works by @daliborfilus in #369
  • Make Lint/NotNilAfterNoBang report calls to #rindex by @Sija in #323
  • Raise when empty severity provided to SeverityYamlConverter.from_yaml by @Sija in #373
  • Add Lint/Documentation rule by @Sija in #374
  • Add AST::NodeVisitor::Category simplifying code a bit by @Sija in #378
  • Several tweaks and refactors by @Sija in #379
  • Fix Style/VerboseBlock rule to work with binary operations by @Sija in #384
  • Add Performance/ExcessiveAllocations rule by @Sija in #386
  • Add Performance/MinMaxAfterMap rule by @Sija in #387
  • Fix specs against Crystal nightly by @Sija in #376
  • Make postinstall portable by @straight-shoota in #391
  • Raise error when passed invalid config file path by @stufro in #393

New Contributors

Full Changelog: v1.4.3...v1.5.0