-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathchangelog.txt
37 lines (30 loc) · 1.79 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
2018-05-12 v0.3.0.2 Christian Marie <[email protected]>
* compatibility: GHC 8.4.2
* plugins: cabal plugin only works with Cabal >=2.2, now optional via the cabal flag
2018-05-12 v0.3.0.1 Christian Marie <[email protected]>
* tests: update unit tests
2018-05-12 v0.3.0.0 Christian Marie <[email protected]>
* plugins: disable ghc-mod until it builds with ghc 8.x, only latest
stack LTS and beyond will be supported
* misc: Setup.hs ported to cabal 2, greatly simplifying things
2017-08-25 v0.2.2.2 Christian Marie <[email protected]>
* plugins: cabal plugin ignores dubious warning about AllRightsReserved
license
* plugins: hlint plugin now exits with correct codes
2017-08-14 v0.2.2.1 Christian Marie <[email protected]>
* dependencies: Bump ghc-mod, hlint and stylish-haskell to be inline
with latest stack-9.0 lts
* plugins: ghc-mod will only work with >=5.8 now due CPP allergy
* plugins: packunused plugin now vacuously succeeds if binary not found
2015-01-30 v0.2.0.1 Christian Marie <[email protected]>
* dependencies: Drop list-tries dependency
2015-01-21 v0.2.0.0 Christian Marie <[email protected]>
* plugins: All plugins now support multiple repositories
* plugins: Output is formatted and streamed as it is generated
* git-vogue: Provide interface for plugin enabling/disabling
* git-vogue: Modular VCS architecture introduced
* git-vogue: Allow checking of a single file via git-vogue check file
2015-01-05 v0.1.0.4 Christian Marie <[email protected]>
* plugins: Allow disabling of plugins via git config
2015-01-05 v0.1.0.3 Christian Marie <[email protected]>
* Initial public release