v0.7.1
[0.7.1] - 2024-11-21
- Auto-detect ActiveSupport::TestCase vs Minitest::Spec (rails vs non-rails) in test/support/much_stub.rb.
[0.7.0] - 2024-11-21
- Update minimum Ruby version from 2.7 -> 3.1
- Update RuboCop Styles
[0.6.0] - 2024-10-9
- Update RuboCop Styles, especially for Rails projects
- Add Rake tasks for: eslint and prettier
[0.5.3] - 2024-9-1
- Fix MuchStub.unstub! to actually run after ActiveSupport::TestCase test cases
[0.5.2] - 2024-8-22
- Exclude db/migrate/**/* from rake reek runs (for Rails apps).
[0.5.1] - 2024-3-27
- Disable rubocop-performance's Performance/ArraySemiInfiniteRangeSlice cop due to false positives with Strings.
- Fix example rake tasks list in README for Rails projects.
[0.5.0] - 2024-3-22
- Add examples for use in Rails projects. See the updated README.
- Spruce up the rubocop config.
- Now includes all "Disabled"-by-default cops. Most stay disabled, but some are now enabled.
- No longer includes "Pending"-by-default cops. These are already automatically enabled by the NewCops: enable directive.
- Separate gem-specific from rails-specific cops configuration.
- Miscellaneous cleanup.