weeder/CHANGELOG.md

194 lines
4.7 KiB
Markdown
Raw Normal View History

## Changelog for Weeder
### [`2.0.1`][v2.0.1] - *2020-03-15*
2020-03-15 21:08:50 +03:00
- PR #7: Support optparse-applicative-0.15.1.0 and algebraic-graphs-0.5. Thanks
to @robx for contribuiting this fix!
2020-03-15 18:23:48 +03:00
### [`2.0.0`][v2.0.0] - *2020-03-15*
- Weeder 2.0 is a ground up rewrite of Weeder using `.hie` files. It is now
2020-03-15 18:23:48 +03:00
maintained by Ollie Charles (@ocharles on GitHub).
- **Note:**
Issue numbers *before* this version reference to the original repository here:
- https://github.com/ndmitchell/weeder
Issue numbers *after* this version reference to the new repository here:
- https://github.com/ocharles/weeder
### [`1.0.8`][v1.0.8] - *2018-08-26*
- #42, make paths case-insensitive on MacOS
### [`1.0.7`][v1.0.7] - *2018-08-23*
- Don't warn on base as it is used by Paths_ modules
- #42, make --verbose print out the version number
- #41, make the --help output clear you can pass a stack.yaml
### [`1.0.6`][v1.0.6] - *2018-06-16*
- Don't fail with an error if stack setup is necessary
- If you fail to find stack.yaml give a better error message
### [`1.0.5`][v1.0.5] - *2018-05-05*
- #39, provide weeder as a library
### [`1.0.4`][v1.0.4] - *2018-05-02*
- #38, make sure you parse bracketed version ranges properly
### [`1.0.3`][v1.0.3] - *2018-03-04*
- #35, support ^>= operator in Cabal
### [`1.0.2`][v1.0.2] - *2018-03-01*
- Add lower bounds for Yaml and Aeson
### [`1.0.1`][v1.0.1] - *2018-02-23*
- #34, support -any for version numbers
### [`1.0`][v1.0] - *2018-01-22*
- #30, bump the version number to 1.0
### [`0.1.13`][v0.1.13] - *2018-01-17*
- #32, find .hi files in more places
- #32, always disable color when running stack
### [`0.1.12`][v0.1.12] - *2018-01-16*
- Make available on Mac
### [`0.1.11`][v0.1.11] - *2017-12-29
- #29, deal with case-insensitive FilePath on Windows
### [`0.1.10`][v0.1.10] - *2017-12-28*
- Make --verbose print out the directory when running commands
- Don't report semigroups as unused on any platforms
### [`0.1.9`][v0.1.9] - *2017-12-07*
- Don't report Win32/unix as unused on the alternate platform
### [`0.1.8`][v0.1.8] - *2017-12-06*
- Follow both branches for if/else containing dependencies/modules
### [`0.1.7`][v0.1.7] - *2017-08-09*
- #21, detect dependencies that are only required transitively
- #13, respect the STACK_YAML environment variable
- #20, add verbosity messages in a lot of places
- #15, tone down unused import if exporting a cross-package type
- #11, optimise execution speed (~3x faster)
### [`0.1.6`][v0.1.6] - *2017-06-18*
- #10, find files generated by alex/happy
### [`0.1.5`][v0.1.5] - *2017-06-02*
- If --yaml and no hints give no output
### [`0.1.4`][v0.1.4] - *2017-05-27*
- #9, allow --dist-dir to set the stack dist-dir
- Deal with operators including | in them
- Allow arrays of arrays of strings in the .weeder.yaml
### [`0.1.3`][v0.1.3] - *2017-05-08*
- #5, document how to install weeder
- #8, detect unused imports, even import Foo()
- #7, don't say modules with only instances are always redundant
- #6, don't give partial pattern matches when reading .weeder.yaml
### [`0.1.2`][v0.1.2] - *2017-04-29*
- #3, deal with space-separated hs-source-dirs
### [`0.1.1`][v0.1.1] - *2017-04-29*
- #2, use "stack query" rather than parsing stack.yaml
### [`0.1`][v0.1] - *2017-04-28*
- Initial version
[v2.0.1 ]: https://github.com/ocharles/weeder/tree/v2.0.1
[v2.0.0 ]: https://github.com/ocharles/weeder/tree/v2.0.0
[v1.0.8 ]: https://github.com/ndmitchell/weeder/tree/v1.0.8
[v1.0.7 ]: https://github.com/ndmitchell/weeder/tree/v1.0.7
[v1.0.6 ]: https://github.com/ndmitchell/weeder/tree/v1.0.6
[v1.0.5 ]: https://github.com/ndmitchell/weeder/tree/v1.0.5
[v1.0.4 ]: https://github.com/ndmitchell/weeder/tree/v1.0.4
[v1.0.3 ]: https://github.com/ndmitchell/weeder/tree/v1.0.3
[v1.0.2 ]: https://github.com/ndmitchell/weeder/tree/v1.0.2
[v1.0.1 ]: https://github.com/ndmitchell/weeder/tree/v1.0.1
[v1.0 ]: https://github.com/ndmitchell/weeder/tree/v1.0
[v0.1.13]: https://github.com/ndmitchell/weeder/tree/v0.1.13
[v0.1.12]: https://github.com/ndmitchell/weeder/tree/v0.1.12
[v0.1.11]: https://github.com/ndmitchell/weeder/tree/v0.1.11
[v0.1.10]: https://github.com/ndmitchell/weeder/tree/v0.1.10
[v0.1.9 ]: https://github.com/ndmitchell/weeder/tree/v0.1.9
[v0.1.8 ]: https://github.com/ndmitchell/weeder/tree/v0.1.8
[v0.1.7 ]: https://github.com/ndmitchell/weeder/tree/v0.1.7
[v0.1.6 ]: https://github.com/ndmitchell/weeder/tree/v0.1.6
[v0.1.5 ]: https://github.com/ndmitchell/weeder/tree/v0.1.5
[v0.1.4 ]: https://github.com/ndmitchell/weeder/tree/v0.1.4
[v0.1.3 ]: https://github.com/ndmitchell/weeder/tree/v0.1.3
[v0.1.2 ]: https://github.com/ndmitchell/weeder/tree/v0.1.2
[v0.1.1 ]: https://github.com/ndmitchell/weeder/tree/v0.1.1
[v0.1 ]: https://github.com/ndmitchell/weeder/tree/v0.1