|
1 |
| -## Development |
| 1 | +## 0.11.0 (January 21, 2022) |
2 | 2 |
|
3 |
| -[Full Changelog](https://github.com/RadiusNetworks/radius-spec/compare/v0.10.0...main) |
| 3 | +[Full Changelog](https://github.com/RadiusNetworks/radius-spec/compare/v0.10.0...0.11.0) |
4 | 4 |
|
5 | 5 | ### Enhancements
|
6 | 6 |
|
7 | 7 | - Adjust common Rubocop configuration (Aaron Hill, Aaron Kromer, Ben Reynolds, James Nebeker, JC Avena, Sam Kim)
|
8 | 8 | - Enable `Lint/NoReturnInBeginEndBlocks` by default
|
| 9 | + - Set `AllowHttpProtocol: false` for `Bundler/InsecureProtocolSource` cop |
| 10 | + - Set `AllowNil: false` for `Lint/SuppressedException` cop |
| 11 | + - Enable `Naming/BlockForwarding` cop for future Ruby 3.1 usage |
| 12 | + - Disallow Ruby 3 `Style/NumberedParameters` |
| 13 | + - Enable `Style/StringChars` by default |
| 14 | + - Set `AllowMethodsWithArguments: true` for `Style/SymbolProc` cop |
| 15 | + - Disallow combined `&&` and `||` in single `unless` clauses |
| 16 | + - Enable `Naming/InclusiveLanguage` by default |
| 17 | +- Adjust common Rubocop-Rails configuration (Alex Stone, James Nebeker, Aaron Kromer, Ben Reynolds, Sam Kim) |
| 18 | + - Enable `Rails/EnvironmentVariableAccess` (`AllowReads` to `true`) |
| 19 | + - Changed `Rails/FindBy`:`IgnoreWhereFirst` to `false` |
| 20 | + - Enable `Rails/ReversibleMigrationMethodDefinition` |
| 21 | +- Upgrade to Rubocop Rails 2.13.x (Alex Stone, James Nebeker, Aaron Kromer, Ben Reynolds, Sam Kim) |
| 22 | +- Upgrade to Rubocop 1.25.x (Alex Stone, James Nebeker, Aaron Kromer, Ben Reynolds, Sam Kim, JC Avena, Eric Ouellette, Aaron Hill) |
| 23 | +- Include model factory helpers in helper specs by default (Alex Stone, James Nebeker, Aaron Kromer, Ben Reynolds, JC Avena, Eric Ouellette) |
9 | 24 |
|
10 | 25 | ### Bug Fixes
|
11 | 26 |
|
12 |
| -- TODO |
| 27 | +None |
13 | 28 |
|
14 | 29 | ## 0.10.0 (October 18, 2021)
|
15 | 30 |
|
|
0 commit comments