Skip to content

Latest commit

 

History

History
124 lines (73 loc) · 3.09 KB

CHANGELOG.md

File metadata and controls

124 lines (73 loc) · 3.09 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

1.0.0 - 2019-06-12

Added

  • Support for Capybara 2 and 3 - @jesperronn

Fixed

  • Remove Gemfile.lock - mostly to acknowledge that it is only used in development and is not really necessary.

0.11.0 - 2016-12-29

Added

  • A Contributor Code of Conduct to ensure everyone feels safe contributing
  • Add support for Rake 12 - @tobiashm
  • Add support for Dredd v2.2.5

0.10.0 - 2016-08-06

Added

  • Add support for Rake 11 - @tobiashm
  • Add support for Dredd v1.5.0

0.9.0 - 2016-06-15

Added

  • Add dredd_command option - with help from @gottfrois
  • Add configuration handler for convenient initializers

0.8.2 - 2016-06-08

Fixed

  • Fix inaccurate counting of command arguments for local API - @rylnd
  • Minor fix missing documentation for Dredd v1.0.8 options

0.8.1 - 2016-05-07

Added

  • Add support for Dredd v1.0.8
  • This change log : )

0.8.0 - 2016-04-11 [YANKED]

0.7.1 - 2015-12-15

Fixed

  • Fix missing quotes around Dredd CLI arguments

0.7.0 - 2015-08-06

Added

  • Provide feedback on invalid command errors - @Maxim-Filimonov

0.6.0 - 2015-08-06

Added

  • Add support for Dredd v1.0.0

0.5.0 - 2015-05-13

Added

  • Add support for Rails initializers - with help from @rylnd

0.4.0 - 2015-03-23

Added

  • Add runner configuration support to rake tasks

0.3.0 - 2015-03-16

Added

  • Add clonable Rake task as RSpec does

0.2.0 - 2015-02-27

Added

  • Starting a server manually is no longer required

0.1.0 - 2015-02-27

Added

  • Allow to run Dredd from a Rake task

Previously

The original implementation of the Rake task was shared in this gist.

Inspiration

Thanks to @nTraum for pointing me at http://keepachangelog.com and to @olivierlacan for writing it in the first place!