|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -## [2.2.0](https://github.com/solidusio/solidus_dev_support/tree/2.2.0) (2020-11-27) |
| 3 | +## [2.3.0](https://github.com/solidusio/solidus_dev_support/tree/2.3.0) (2021-01-14) |
4 | 4 |
|
5 | | -[Full Changelog](https://github.com/solidusio/solidus_dev_support/compare/v2.1.0...2.2.0) |
| 5 | +[Full Changelog](https://github.com/solidusio/solidus_dev_support/compare/v2.2.0...2.3.0) |
| 6 | + |
| 7 | +**Implemented enhancements:** |
| 8 | + |
| 9 | +- Do not raise if source\_code\_uri is missing in the gemspec [\#163](https://github.com/solidusio/solidus_dev_support/pull/163) ([kennyadsl](https://github.com/kennyadsl)) |
| 10 | +- Factory bot fixes for latest Solidus 2.11 release [\#162](https://github.com/solidusio/solidus_dev_support/pull/162) ([elia](https://github.com/elia)) |
| 11 | + |
| 12 | +**Fixed bugs:** |
| 13 | + |
| 14 | +- use rubocop-rspec 2.x [\#161](https://github.com/solidusio/solidus_dev_support/pull/161) ([ccarruitero](https://github.com/ccarruitero)) |
| 15 | + |
| 16 | +## [v2.2.0](https://github.com/solidusio/solidus_dev_support/tree/v2.2.0) (2020-11-27) |
| 17 | + |
| 18 | +[Full Changelog](https://github.com/solidusio/solidus_dev_support/compare/v2.1.0...v2.2.0) |
6 | 19 |
|
7 | 20 | **Implemented enhancements:** |
8 | 21 |
|
|
44 | 57 |
|
45 | 58 | ## [v2.0.0](https://github.com/solidusio/solidus_dev_support/tree/v2.0.0) (2020-09-22) |
46 | 59 |
|
47 | | -[Full Changelog](https://github.com/solidusio/solidus_dev_support/compare/v1.5.0...v2.0.0) |
| 60 | +[Full Changelog](https://github.com/solidusio/solidus_dev_support/compare/v1.6.0...v2.0.0) |
48 | 61 |
|
49 | 62 | **Breaking changes:** |
50 | 63 |
|
|
55 | 68 | - Enable new RuboCop cops automatically [\#143](https://github.com/solidusio/solidus_dev_support/pull/143) ([aldesantis](https://github.com/aldesantis)) |
56 | 69 | - Don't forcefully close issues via stale-bot [\#139](https://github.com/solidusio/solidus_dev_support/pull/139) ([elia](https://github.com/elia)) |
57 | 70 | - Add the approximate recommendation for dev-support to the gemspec [\#137](https://github.com/solidusio/solidus_dev_support/pull/137) ([elia](https://github.com/elia)) |
| 71 | + |
| 72 | +**Fixed bugs:** |
| 73 | + |
| 74 | +- fix capybara driver declaration [\#141](https://github.com/solidusio/solidus_dev_support/pull/141) ([ccarruitero](https://github.com/ccarruitero)) |
| 75 | +- Bump RuboCop to latest 0.90.0 version [\#138](https://github.com/solidusio/solidus_dev_support/pull/138) ([peterberkenbosch](https://github.com/peterberkenbosch)) |
| 76 | +- Fix missing backslash in solidus install command [\#135](https://github.com/solidusio/solidus_dev_support/pull/135) ([nirebu](https://github.com/nirebu)) |
| 77 | + |
| 78 | +## [v1.6.0](https://github.com/solidusio/solidus_dev_support/tree/v1.6.0) (2020-08-26) |
| 79 | + |
| 80 | +[Full Changelog](https://github.com/solidusio/solidus_dev_support/compare/v1.5.0...v1.6.0) |
| 81 | + |
| 82 | +**Implemented enhancements:** |
| 83 | + |
58 | 84 | - Let the extension name include spaces [\#133](https://github.com/solidusio/solidus_dev_support/pull/133) ([elia](https://github.com/elia)) |
59 | 85 | - Add precompiled badges fro CI and coverage [\#132](https://github.com/solidusio/solidus_dev_support/pull/132) ([elia](https://github.com/elia)) |
60 | 86 | - Add Changelog Rake task [\#128](https://github.com/solidusio/solidus_dev_support/pull/128) ([tvdeyen](https://github.com/tvdeyen)) |
61 | 87 | - Readme fixes [\#122](https://github.com/solidusio/solidus_dev_support/pull/122) ([elia](https://github.com/elia)) |
62 | 88 |
|
63 | 89 | **Fixed bugs:** |
64 | 90 |
|
65 | | -- fix capybara driver declaration [\#141](https://github.com/solidusio/solidus_dev_support/pull/141) ([ccarruitero](https://github.com/ccarruitero)) |
66 | | -- Bump RuboCop to latest 0.90.0 version [\#138](https://github.com/solidusio/solidus_dev_support/pull/138) ([peterberkenbosch](https://github.com/peterberkenbosch)) |
67 | | -- Fix missing backslash in solidus install command [\#135](https://github.com/solidusio/solidus_dev_support/pull/135) ([nirebu](https://github.com/nirebu)) |
68 | 91 | - Don't install a payment-method in the sandbox [\#131](https://github.com/solidusio/solidus_dev_support/pull/131) ([elia](https://github.com/elia)) |
69 | 92 | - Run extension generator in sandbox [\#127](https://github.com/solidusio/solidus_dev_support/pull/127) ([elia](https://github.com/elia)) |
70 | 93 |
|
71 | | -**Merged pull requests:** |
72 | | - |
73 | | -- Update readme template [\#109](https://github.com/solidusio/solidus_dev_support/pull/109) ([aldesantis](https://github.com/aldesantis)) |
74 | | - |
75 | 94 | ## [v1.5.0](https://github.com/solidusio/solidus_dev_support/tree/v1.5.0) (2020-06-13) |
76 | 95 |
|
77 | 96 | [Full Changelog](https://github.com/solidusio/solidus_dev_support/compare/v1.4.0...v1.5.0) |
|
0 commit comments