Skip to content

Latest commit

 

History

History
93 lines (71 loc) · 3.76 KB

CHANGELOG.md

File metadata and controls

93 lines (71 loc) · 3.76 KB

Change Log

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.

Added

Changed

Fixed

Removed

Add your own contributions to the next release on a new line above this; please include your name too. Please don't set a new version.

Fixed

  • #12 - Compatibility with ActionController::API - @emfy0

Added

Added

Chores

Changed

0.2.9 - 2020-11-26

Changed

0.2.8 - 2020-11-26

Changed

0.2.7 - 2020-10-26

Added

0.2.5 - 2019-06-11

Added

  • Support for Haml 5.1

0.2.4 - 2018-11-26

Fixed

  • Crash if using Haml 5

0.2.3 - 2018-04-15

Fixed

  • #3 - Handle implicit rendering by searching for views based on controller's lookup context - @palkan
  • #4 - Correct exit code if there is a single violation - @ghiculescu

0.2.2 - 2017-12-13

Changed

  • Replace system bash calls with built-in Ruby methods

Fixed

  • Controller whitelist filter now works when parsing view files

0.2.1 - 2017-12-13

Changed

  • Removed L from files to fix output to make them clickable in newer terminals

0.2.0 - 2017-12-13

Added

  • AST parsing for Ruby code (replaces regex searching)
  • AST parsing for Haml views (replaces regex searching)
  • AST parsing for ERb views