# Change Log
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].
[Keep a Changelog]: http://keepachangelog.com/
[Semantic Versioning]: http://semver.org/
# 4.2.0 [2018-03-03]
## Fixed
- Actually support `scprop_` prefixed SmallCheck test cases (see issue [#140]).
[#140]: https://github.com/lwm/tasty-discover/issues/140
# 4.1.5 [2018-02-26]
## Fixed
- Fixed multi-byte string issue (see pull request [#138]).
[#138]: https://github.com/lwm/tasty-discover/pull/138
# 4.1.4 [2018-02-25]
## Added
- Windows OS continuous integration build (see pull request [#136]).
## Fixed
- Test failure related to path handling on Windows OS (see pull request [#136]).
- Resolved upstream tasty-hedgehog nightly blocking issue (see issue [#131]).
[#136]: https://github.com/lwm/tasty-discover/pull/136
[#131]: https://github.com/lwm/tasty-discover/issues/131
# 4.1.3 [2018-01-01]
## Fixed
- Re-enable on Stackage due to tasty/tasty-hedgehog failure (see issue [#132]).
[#132]: https://github.com/lwm/tasty-discover/pull/132
# 4.1.2 [2017-12-19]
## Fixed
- Escaping issues for the Windows platform (see issue [#124]).
[#124]: https://github.com/lwm/tasty-discover/issues/124
# 4.1.1 [2017-09-26]
## Fixed
- Incorrect test case doing bad comparison (see issue [#123]).
[#123]: https://github.com/lwm/tasty-discover/issues/123
# 4.1.0 [2017-09-26]
## Fixed
- Find tests recursively in test directory. (see pull request [#122]).
## Added
- Add ability to override tasty arguments (see pull request [#120]).
[#120]: https://github.com/lwm/tasty-discover/pull/120
[#122]: https://github.com/lwm/tasty-discover/pull/122
# 4.0.0 [2017-09-01]
## Changed
- Deprecated `--[no-]module-suffix` for `--modules` (see pull request [#117]).
- Deprecated `--ignore-module` for `--ignores` (see pull request [#117]).
## Added
- `tasty-hedgehog` is now a supported test library.
## Removed
- `case_` prefixes have been removed.
[#117]: https://github.com/lwm/tasty-discover/pull/117
# 3.0.2 [2017-06-05]
### Fixed
- Make upper bounds for dependencies looser.
- Fix typo in README.md option documentation.
### Remove
- Remove TOC, the hyperlinks weren't working on Hackage.
# 3.0.1 [2017-06-04]
### Fixed
- Fixed CHANGELOG.md rendering for Hackage (see pull request [#106]).
### Added
- Add missing --tree-display documentation note (see pull request [#107]).
[#107]: https://github.com/lwm/tasty-discover/pull/107
[#106]: https://github.com/lwm/tasty-discover/pull/106
# 3.0.0 [2017-06-03]
### Added
- Add --tree-display configuration option (see pull request [#103]).
### Changed
- Deprecate `case_` in favour of `unit_` for HUnit test cases (see pull request [#97]).
### Fixed
- Correctly handle sub-directories when using --no-module-suffix (see pull request [#102]).
[#97]: https://github.com/lwm/tasty-discover/pull/97
[#102]: https://github.com/lwm/tasty-discover/pull/102
[#103]: https://github.com/lwm/tasty-discover/pull/103
# 2.0.3 [2017-04-13]
### Fixed
- Make the Cabal description more clear for Hackage.
# 2.0.2 [2017-04-13]
### Added
- README.md and CHANGELOG.md included for Hackage (see pull request [#96]).
- Re-add stylish-haskell automated checking (see pull request [#88]).
[#88]: https://github.com/lwm/tasty-discover/pull/88
[#96]: https://github.com/lwm/tasty-discover/pull/96
## 2.0.1 [2017-03-18]
### Fixed
- Fix flaky test comparison (see pull request [#86]).
[#86]: https://github.com/lwm/tasty-discover/pull/86
### Removed
- Remove the Test.Tasty.Type module (see pull request [#83]).
[#83]: https://github.com/lwm/tasty-discover/pull/83
## 2.0.0 [2017-03-15]
### Added
- Add new hpack format.
- Add generator style test discovery from tasty-auto.
- Add new configuration options: debug, ingredients and module name.
- Add unit tests for all functionality.
### Fixed
- Re-license to MIT.
### Removed
- RTD documentation.
- TemplateHaskell dependency
- Example project and integration test project.
### Changed
- Move all tests into test folder.
## 1.1.0 [2017-01-19]
### Added
- Add --ignore-module configuration option.
## 1.0.1 [2017-11-13]
### Added
- Add Cabal and Documentation testing on Travis CI.
### Fixed
- Include missing extra-source-files.
- Slim down LICENSE.md and mark as GPL-3 in Cabal file.
## 1.0.0 [2016-11-04]
### Added
- Add documentation on RTD.
- Release on Hackage and Stackage.
## 0.0.3 [2016-09-20]
### Added
- --no-module-suffix configuration option.
## 0.0.2 [2016-02-20]
### Added
- --module-suffix configuration option.
## 0.0.1 [2016-02-13]
- tasty-discover initial release.