Skip to content

Commit 5ee617e

Browse files
authored
Fixed CHANGELOG.md to add link to each PR (#751)
* Fixed CHANGELOG.md to add link to each PR * Fixed link to markdown format
1 parent 2182f90 commit 5ee617e

File tree

1 file changed

+34
-34
lines changed

1 file changed

+34
-34
lines changed

CHANGELOG.md

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
## 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)
77

88
## 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)
1212

1313
## 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)
1515

1616
## 3.0.0
1717
- **Breaking:** when option `models` is not set - models will not be annotated by default.
1818

1919
Add `'models'=>'true'` to your config manually or use `--models` option if using CLI.
2020

21-
- Added `--models` CLI option fixing issue #563 (#647)
22-
- Added `--additional_file_patterns` option for additional file patterns (#633) (#636) (#637)
23-
- Refactored CLI parser (#646)
24-
- Fixed `BigDecimal.new` deprecation warning (#634)
25-
- Fixed annotations for columns with long data types (#622)
26-
- Made methods private in AnnotateRoutes (#598)
21+
- Added `--models` CLI option fixing issue [#563](https://github.com/ctran/annotate_models/issues/563) [#647](https://github.com/ctran/annotate_models/pull/647)
22+
- Added `--additional_file_patterns` option for additional file patterns [#633](https://github.com/ctran/annotate_models/pull/633) [#636](https://github.com/ctran/annotate_models/pull/636) [#637](https://github.com/ctran/annotate_models/pull/637)
23+
- Refactored CLI parser [#646](https://github.com/ctran/annotate_models/pull/646)
24+
- Fixed `BigDecimal.new` deprecation warning [#634](https://github.com/ctran/annotate_models/pull/634)
25+
- Fixed annotations for columns with long data types [#622](https://github.com/ctran/annotate_models/pull/622)
26+
- Made methods private in AnnotateRoutes [#598](https://github.com/ctran/annotate_models/pull/598)
2727

2828
See https://github.com/ctran/annotate_models/releases/tag/v3.0.0
2929

@@ -43,39 +43,39 @@ See https://github.com/ctran/annotate_models/releases/tag/v2.7.1
4343
See https://github.com/ctran/annotate_models/releases/tag/v2.7.0
4444

4545
## 2.6.9
46-
- Support foreigh key (#241)
47-
- Check if model has skip tag in annotate_model_file (#167)
48-
- Fix issue where serializer-related flags weren't being honored (#246)
49-
- Prefer SQL column type over normalized AR type (#231)
46+
- Support foreigh key [#241](https://github.com/ctran/annotate_models/pull/241)
47+
- Check if model has skip tag in annotate_model_file [#167](https://github.com/ctran/annotate_models/pull/167)
48+
- Fix issue where serializer-related flags weren't being honored [#246](https://github.com/ctran/annotate_models/issues/246)
49+
- Prefer SQL column type over normalized AR type [#231](https://github.com/ctran/annotate_models/issues/231)
5050

5151
## 2.6.8
52-
- Nothing annotated unless `options[:model_dir]` is specified, #234
52+
- Nothing annotated unless `options[:model_dir]` is specified, [#234](https://github.com/ctran/annotate_models/pull/234)
5353

5454
## 2.6.7
55-
- Nothing annotated unless `options[:model_dir]` is specified, #234
55+
- Nothing annotated unless `options[:model_dir]` is specified, [#234](https://github.com/ctran/annotate_models/pull/234)
5656

5757
## 2.6.6
58-
- Makes it possible to wrap annotations, #225
59-
- Fix single model generation, #214
60-
- Fix default value for Rails 4.2, #212
61-
- Don't crash on inherited models in subdirectories, #232
62-
- Process model_dir in rake task, #197
58+
- Makes it possible to wrap annotations, [#225](https://github.com/ctran/annotate_models/pull/225)
59+
- Fix single model generation, [#214](https://github.com/ctran/annotate_models/pull/214)
60+
- Fix default value for Rails 4.2, [#212](https://github.com/ctran/annotate_models/issues/212)
61+
- Don't crash on inherited models in subdirectories, [#232](https://github.com/ctran/annotate_models/issues/232)
62+
- Process model_dir in rake task, [#197](https://github.com/ctran/annotate_models/pull/197)
6363

6464
## 2.6.4
65-
- Skip "models/concerns", #194
66-
- Fix #173 where annotate says "Nothing to annotate" in rails 4.2
67-
- Display an error message if not run from the root of the project, #186
68-
- Support rails 4.0 new default test directory, #182
69-
- Add an option to show timestamp in routes "-timestamp", #136
70-
- Skip plain ruby objects if they have the same class name as an ActiveRecord object, #121
65+
- Skip "models/concerns", [#194](https://github.com/ctran/annotate_models/pull/194)
66+
- Fix [#173](https://github.com/ctran/annotate_models/issues/173) where annotate says "Nothing to annotate" in rails 4.2
67+
- Display an error message if not run from the root of the project, [#186](https://github.com/ctran/annotate_models/pull/186)
68+
- Support rails 4.0 new default test directory, [#182](https://github.com/ctran/annotate_models/issues/182)
69+
- Add an option to show timestamp in routes "-timestamp", [#136](https://github.com/ctran/annotate_models/issues/136)
70+
- Skip plain ruby objects if they have the same class name as an ActiveRecord object, [#121](https://github.com/ctran/annotate_models/issues/121)
7171

7272
## 2.6.3
73-
- Fix bug of annotate position in routes (#158)
73+
- Fix bug of annotate position in routes [#158](https://github.com/ctran/annotate_models/issues/158)
7474

7575
## 2.6.2
7676
- Retain the current annotate block unless --force is specified
7777
- Always load models, since they may not be autoloaded by Rails
78-
- The pg array type is now detected (see #158)
78+
- The pg array type is now detected (see [#158](https://github.com/ctran/annotate_models/pull/158))
7979

8080
## 2.6.0.beta2
8181
- support for composite_primary_keys (garysweaver)

0 commit comments

Comments
 (0)