gonzalo-bulnes/dredd-rack

View on GitHub
CHANGELOG.md

Summary

Maintainability
Test Coverage
# Change Log

All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [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][gist].

[1.0.0]: https://github.com/gonzalo-bulnes/dredd-rack/compare/v0.11.0...v1.0.0
[0.11.0]: https://github.com/gonzalo-bulnes/dredd-rack/compare/v0.10.0...v0.11.0
[0.10.0]: https://github.com/gonzalo-bulnes/dredd-rack/compare/v0.9.0...v0.10.0
[0.9.0]: https://github.com/gonzalo-bulnes/dredd-rack/compare/v0.8.2...v0.9.0
[0.8.2]: https://github.com/gonzalo-bulnes/dredd-rack/compare/v0.8.1...v0.8.2
[0.8.1]: https://github.com/gonzalo-bulnes/dredd-rack/compare/v0.7.1...v0.8.1
[0.8.0]: https://github.com/gonzalo-bulnes/dredd-rack/compare/v0.7.1...v0.8.0
[0.7.1]: https://github.com/gonzalo-bulnes/dredd-rack/compare/v0.7.0...v0.7.1
[0.7.0]: https://github.com/gonzalo-bulnes/dredd-rack/compare/v0.6.0...v0.7.0
[0.6.0]: https://github.com/gonzalo-bulnes/dredd-rack/compare/v0.5.0...v0.6.0
[0.5.0]: https://github.com/gonzalo-bulnes/dredd-rack/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/gonzalo-bulnes/dredd-rack/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/gonzalo-bulnes/dredd-rack/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/gonzalo-bulnes/dredd-rack/compare/v0.1.0...v0.2.0
[gist]: https://gist.github.com/gonzalo-bulnes/eec3f73cc7d6605add21

## Inspiration

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