CHANGELOG in checker-0.6.6 vs CHANGELOG in checker-0.7.0
- old
+ new
@@ -1,5 +1,11 @@
+=== version 0.7.0 (released 2015-03-02)
+
+* support for ruby 1.8 and ree is now gone
+* added rubocop module
+* some minor changes
+
=== version 0.6.6 (released 2013-06-03)
* you can now check all files inside specific directory
* faster checks for binding.pry / console.log / conflict
* sass check will use rails runner only if @import found in sass file
@@ -19,11 +25,11 @@
CHANGES
* new state: warning. it is using by couple of checks (console.log, javascript)
* added two more options: commit-on-warning and rails-for-sass (see readme for docs)
* added check for console.log existance - returns warning if found
-* added reinstall script for git hook
+* added reinstall script for git hook
* updated sass check to use rails runner if project is using asset-pipeline
* fixed bug when checker was running from system ruby version from git hook, not current rvm one
(checker reinstall required)
=== version 0.6.4 (released 2012-09-24)
@@ -54,10 +60,10 @@
* better check for files which are staged and modified
* cleanups, speed and refactor
=== version 0.0.5 (released 2012-07-09)
-* depencendy message - if executable not found,
+* depencendy message - if executable not found,
then proper message is displayed
where to fetch executable for module
* fix ruby module, it should check only .rb files now
* adding javascript checker using jsl (thx to Tomasz "pewniak747" PewiĆski)