File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 2
2
- Use a less error-prone way of specifying gem files (#662 )
3
3
- Update rake requirement from ` >= 10.4, < 13.0 ` to ` >= 10.4, < 14.0 ` (#659 )
4
4
- Bump nokogiri from 1.6.6.2 to 1.10.4 in /spec/integration/rails_4.2.0 (#655 )
5
- - Defaults annotate models to true (#671 )
5
+ - Default annotate models to true in config generated by ` rails g annotate:install ` (#671 )
6
6
- Bump loofah from 2.3.0 to 2.3.1 in /spec/integration/rails_4.2.0 (#681 )
7
7
8
8
## 3.0.2
14
14
- Skipped as an official release, used the 3.0.1 patch for setting up Github Actions (#619 )
15
15
16
16
## 3.0.0
17
+ - ** Breaking:** when option ` models ` is not set - models will not be annotated by default.
18
+
19
+ Add ` 'models'=>'true' ` to your config manually or use ` --models ` option if using CLI.
20
+
17
21
- Added ` --models ` CLI option fixing issue #563 (#647 )
18
22
- Added ` --additional_file_patterns ` option for additional file patterns (#633 ) (#636 ) (#637 )
19
23
- Refactored CLI parser (#646 )
You can’t perform that action at this time.
0 commit comments