Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 810 Bytes

CHANGELOG.md

File metadata and controls

33 lines (18 loc) · 810 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.0.2] - 2020-10-22

### Added

  • elm-review-rules now has an elm-review project configured to lint itself.

Fixed

  • Typos in README.md usage examples

[1.0.1] - 2020-10-22

Added

  • Added NoUnused.Dependencies.rule to guard against now unused dependencies remaining part of a project.

1.0.0 - 2020-10-22

Added

  • First version of elm-review-rules published