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.
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.
- #11 - Support for Haml 6 - @stormmaster42
- #10 - Support for Haml 6.0, 6.1, 6.2 - @fauresebast
- #9 - Added basic CI tests - @fauresebast
- #8 - Ignore Rails default controllers - @ghiculescu
0.2.9 - 2020-11-26
- #7 - Support Rails 6.1 - @ghiculescu
0.2.8 - 2020-11-26
- #6 - Better error logging - @ghiculescu
0.2.7 - 2020-10-26
- #5 - Support for Haml 5.2 - @ghiculescu
0.2.5 - 2019-06-11
- Support for Haml 5.1
0.2.4 - 2018-11-26
- Crash if using Haml 5
0.2.3 - 2018-04-15
- #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
- Replace system bash calls with built-in Ruby methods
- Controller whitelist filter now works when parsing view files
0.2.1 - 2017-12-13
- Removed
L
from files to fix output to make them clickable in newer terminals
0.2.0 - 2017-12-13
- AST parsing for Ruby code (replaces regex searching)
- AST parsing for Haml views (replaces regex searching)
- AST parsing for ERb views