Skip to content

Latest commit

 

History

History
104 lines (70 loc) · 3.34 KB

CHANGELOG.md

File metadata and controls

104 lines (70 loc) · 3.34 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Nothing yet...

2.0.0 - 2022-02-05

Added

  • Added support for Ruby 3.x

Removed

  • Removed support for some older versions of the gem's dependencies:
    • Ruby 1.x
    • Rake 0.x
    • CukeModeler 0.x

Fixed

  • Test case IDs are no longer erroneously detected if a tag only partially matches the ID pattern. For example, the gem would incorrectly identify @test_case_123_plus_more as an ID tag even though it was not one.
  • Cataloging tests now correctly handles tests that are nested in rules. Previously, the presence of a Rule keyword would cause new ID tags to be placed on the wrong lines in the cataloged file.

1.6.0 - 2020-06-21

Added

  • Support added for more versions of the cuke_modeler gem

    • 3.x
    • 2.x
  • Support added for more versions of the rake gem

    • 13.x
  • Support added for more versions of the thor gem

    • 1.x

1.5.0 - 2018-09-09

Added

  • The default cataloging prefix used by the Rake tasks is now also the default prefix used by the various object based methods.

1.4.1 - 2017-07-09

Changed

  • Improved documentation

1.4.0 - 2017-04-18

Added

  • Both cataloging and validation can now be used without including outline rows, if desired.
  • The column header used for outline row ids is now configurable.

1.3.1 - 2017-01-11

Fixed

  • Added missing shebang line to the gem's executable file.

1.3.0 - 2017-01-09

Added

  • Added an executable file for the gem so that it can be used without having to use Rake tasks.
  • A basic cataloging location and prefix is used by default so that specifying these values will not be necessary in many cases.

Fixed

  • Replaced non-Ruby 1.8.x compatible code so that the gem now correctly works with older versions of Ruby.

1.2.0 - 2016-10-02

Added

  • The gem now declares version limits on all of its dependencies.
  • Added support for the 1.x series of the 'cuke_modeler' gem.

1.1.0 - 2016-02-21

Added

  • Upgraded to a more recent version of the 'cuke_modeler' gem and removed monkey patches that were previously providing functionality that is now present in the newer version of 'cuke_modeler'

1.0.0 - 2015-10-05

  • Initial release