Skip to content

v0.13.0

Compare
Choose a tag to compare
@veelenga veelenga released this 19 Jun 18:47
· 687 commits to master since this release
3448de3

This is a small release that supports Crystal 0.35.0 and eliminates the deprecation messages which are related to yaml serialization.

  • Move to YAML::Serializable #157
  • Travis CI: test against Crystal nightlies #153 (thanks @Sija)
  • Layout/TrailingBlankLines final newline checkup #152

New rules added:

  • Lint/BadDirective - reports incorrect comment directives for Ameba #143
  • Style/IsANil - disallows calls to is_a?(Nil) in favor of nil? #141