|
1 |
| -### 0.7.0.7 (unreleased) |
| 1 | +### 0.7.0.8 |
| 2 | + |
| 3 | +- Add support for `containers-0.7` [#58](https://github.com/docopt/docopt.hs/pull/58), [#60](https://github.com/docopt/docopt.hs/pull/60) |
| 4 | + |
| 5 | +- Extend Template Haskell Quasi-quotation support to GHC 8.0-8.6. Template Haskell support is no longer optional. The package now supports all GHC's from 8.0 to 9.8. [#56](https://github.com/docopt/docopt.hs/pull/56), [#58](https://github.com/docopt/docopt.hs/pull/58) |
| 6 | + |
| 7 | +### 0.7.0.7 |
2 | 8 |
|
3 | 9 | - update bounds, fix warnings, require ghc 8.0+
|
4 | 10 |
|
5 | 11 | ### 0.7.0.6
|
6 | 12 |
|
7 |
| -- Fixes issue causing compilation error to happen with ghc-8.8.2 [#33][#34] |
| 13 | +- Fixes issue causing compilation error to happen with ghc-8.8.2 [#33](https://github.com/docopt/docopt.hs/issues/33), [#34](https://github.com/docopt/docopt.hs/pull/34) |
8 | 14 |
|
9 | 15 | ### 0.7.0.5
|
10 | 16 |
|
11 |
| -- Fix an issue where in some cases pattern lines were matched out of order [#16] |
12 |
| -- Strip leading & trailing newlines from usage, for quasiquoter ease [#28] |
13 |
| -- Fix tests run against latest aeson 1.0.2.0 [#29] |
| 17 | +- Fix an issue where in some cases pattern lines were matched out of order [#16](https://github.com/docopt/docopt.hs/issues/16) |
| 18 | +- Strip leading & trailing newlines from usage, for quasiquoter ease [#28](https://github.com/docopt/docopt.hs/issues/28) |
| 19 | +- Fix tests run against latest aeson 1.0.2.0 [#29](https://github.com/docopt/docopt.hs/issues/29) |
14 | 20 |
|
15 | 21 | ### 0.7.0.4
|
16 | 22 |
|
17 |
| -- Fix the test suite when run from a distributed tarball [#21] |
| 23 | +- Fix the test suite when run from a distributed tarball [#21](https://github.com/docopt/docopt.hs/pull/21) |
18 | 24 | - Make the test suite more developer-friendly
|
19 | 25 |
|
20 | 26 | ### 0.7.0.3
|
21 | 27 |
|
22 |
| -- Fix `isPresent` treatment of repeatable arguments/options [#15] |
23 |
| -- Fix build failure for stackage inclusion [#20] |
| 28 | +- Fix `isPresent` treatment of repeatable arguments/options [#15](https://github.com/docopt/docopt.hs/issues/15) |
| 29 | +- Fix build failure for stackage inclusion [#20](https://github.com/docopt/docopt.hs/pull/20) |
24 | 30 |
|
25 | 31 | ### 0.7.0.2
|
26 | 32 |
|
27 |
| -- Minor docs/README tweaks [#13] |
| 33 | +- Minor docs/README tweaks [#13](https://github.com/docopt/docopt.hs/issues/13) |
28 | 34 |
|
29 | 35 | ### 0.7.0.1
|
30 | 36 |
|
31 | 37 | - Fix docs in README and in Docopt.hs
|
32 | 38 |
|
33 | 39 | # 0.7.0.0
|
34 | 40 |
|
35 |
| -- Add usage parsing QuasiQuoters [#7] |
| 41 | +- Add usage parsing QuasiQuoters [#7](https://github.com/docopt/docopt.hs/pull/7) |
36 | 42 | - Add `docopt` usage parsing QuasiQuoter
|
37 | 43 | - Add `docoptFile` usage parsing QuasiQuoter
|
38 | 44 | - Add `System.Docopt.NoTH` module
|
39 | 45 | - Add `parseUsage`
|
40 | 46 | - Add `parseUsageOrExit`
|
41 |
| -- New API organization [#10] |
| 47 | +- New API organization [#10](https://github.com/docopt/docopt.hs/issues/10) |
42 | 48 | - Remove `optionsWithUsage`
|
43 | 49 | - Remove `optionsWithUsageDebug`
|
44 | 50 | - Remove `optionsWithUsageFile`
|
|
59 | 65 |
|
60 | 66 | ### 0.6.0.2
|
61 | 67 |
|
62 |
| -- Make `argument` not require its named option wrapped in angle brackets. [#4, #5] |
| 68 | +- Make `argument` not require its named option wrapped in angle brackets. [#4](https://github.com/docopt/docopt.hs/pull/4), [#5](https://github.com/docopt/docopt.hs/pull/5) |
63 | 69 |
|
64 | 70 | ### 0.6.0.1
|
65 | 71 |
|
|
0 commit comments