Skip to content

Latest commit

 

History

History
69 lines (46 loc) · 2.91 KB

CHANGELOG.md

File metadata and controls

69 lines (46 loc) · 2.91 KB

CHANGELOG

Issues are tracked at https://github.com/roberts1000/rspec_n/issues. Issues marked as (Internal) only affect development.

Next Release

  1. #124: Remove Ruby 3.0 support.

2.0.0 (Mar 08, 2024)

  1. #118: Use db:schema:load to prepare databases instead of db:migrate.

1.6.0 (Feb 19, 2024)

  1. #105: Use colorize ~> 1.1.0. (Internal)
  2. #108: Remove Ruby 2.7 support.
  3. #110: Add simple PR template.
  4. #112: Add Ruby 3.2 support.
  5. #114: Add Ruby 3.3 support.

1.5.0 (Aug 28, 2022)

  1. #53: Add support for a config file.
  2. #87: Add GitHub action workflow to check pull requests. (Internal)
  3. #93: Make Ruby 2.7.0 the min supported Ruby.
  4. #97: Add Ruby 3.1 support.

1.4.0 (May 16, 2021)

  1. #64: Use pry ~> 0.14.0. (Internal)
  2. #66: Update ruby & bundler versions in .travis.yml. (Internal)
  3. #68: Make Ruby 2.6.0 the minimum supported version.
  4. #73: Use rake ~> 13.0. (Internal)
  5. #78: Require Pathname.
  6. #83: Use rubocop_plus ~> 2.0. (Internal)

1.3.0 (Jan 13, 2020)

  1. #49: Make --order project work.
  2. #55: Add --dir and --timestamp output options.
  3. #57: Redesign the CHANGELOG.md.

1.2.2 (Jun 22, 2019)

  1. #36: Add instructions for installing rspec_n in project Gemfiles.
  2. #38: Stop --order rand from being added to the final command when a custom order is specified.
  3. #41: Remove locking to a specify version of Ruby in development. (Internal)
  4. #43: Use pry 0.12.x for development. (Internal)

1.2.1 (Mar 06, 2019)

  1. #30: Make -v and --version work again.

1.2.0 (Mar 03, 2019)

  1. #26: Write the command that was used to run rspec_n to the output files.

1.1.0 (Mar 03, 2019)

  1. #19: Add Result Counts column which shows the result counts for each run (e.g. "400 examples, 2 failures, 3 pending").
  2. #20: Accept an optional path argument, that is passed to RSpec, to target specs (e.g. rspec_n 3 spec/features/example_spec.rb, rspec_n spec/features/example_spec.rb:5, rspec_n spec/features 4).
  3. #23: Rename the Result Counts column to Results and remove the existing Results column.

1.0.0 (Feb 18, 2019)

  1. #1: Add initial core logic.
  2. #4: Add initial CLI.
  3. #5: Write results of each iteration to a separate file.
  4. #6: Add -s option to stop on first failure.