You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+34-34Lines changed: 34 additions & 34 deletions
Original file line number
Diff line number
Diff line change
@@ -1,29 +1,29 @@
1
1
## 3.0.3
2
-
- Use a less error-prone way of specifying gem files (#662)
3
-
- Update rake requirement from `>= 10.4, < 13.0` to `>= 10.4, < 14.0`(#659)
4
-
- Bump nokogiri from 1.6.6.2 to 1.10.4 in /spec/integration/rails_4.2.0 (#655)
5
-
- Default annotate models to true in config generated by `rails g annotate:install`(#671)
6
-
- Bump loofah from 2.3.0 to 2.3.1 in /spec/integration/rails_4.2.0 (#681)
2
+
- Use a less error-prone way of specifying gem files [#662](https://github.com/ctran/annotate_models/pull/662)
3
+
- Update rake requirement from `>= 10.4, < 13.0` to `>= 10.4, < 14.0`[#659](https://github.com/ctran/annotate_models/pull/659)
4
+
- Bump nokogiri from 1.6.6.2 to 1.10.4 in /spec/integration/rails_4.2.0 [#655](https://github.com/ctran/annotate_models/pull/655)
5
+
- Default annotate models to true in config generated by `rails g annotate:install`[#671](https://github.com/ctran/annotate_models/pull/671)
6
+
- Bump loofah from 2.3.0 to 2.3.1 in /spec/integration/rails_4.2.0 [#681](https://github.com/ctran/annotate_models/pull/681)
7
7
8
8
## 3.0.2
9
-
- Fixes `LoadError` due to gemspec not referencing `parser.rb`, issue #657 (#660)
10
-
- Changes `--additional_file_patterns` to use dashes `--additional-file-patterns` for consistency (#649)
11
-
- Refactor: moving constants into `constants.rb`(#653)
9
+
- Fixes `LoadError` due to gemspec not referencing `parser.rb`, issue [#657](https://github.com/ctran/annotate_models/issues/657)[#660](https://github.com/ctran/annotate_models/pull/660)
10
+
- Changes `--additional_file_patterns` to use dashes `--additional-file-patterns` for consistency [#649](https://github.com/ctran/annotate_models/pull/649)
11
+
- Refactor: moving constants into `constants.rb`[#653](https://github.com/ctran/annotate_models/pull/653)
12
12
13
13
## 3.0.1
14
-
- Skipped as an official release, used the 3.0.1 patch for setting up Github Actions (#619)
14
+
- Skipped as an official release, used the 3.0.1 patch for setting up Github Actions [#619](https://github.com/ctran/annotate_models/pull/619)
15
15
16
16
## 3.0.0
17
17
-**Breaking:** when option `models` is not set - models will not be annotated by default.
18
18
19
19
Add `'models'=>'true'` to your config manually or use `--models` option if using CLI.
0 commit comments