ameba v0.13.0 Release Notes

Release Date: 2020-06-19 // almost 4 years ago
  • ๐Ÿš€ 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
    • ๐Ÿ”‹ Feature/Layout trailing lines, 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