stan
uses PVP Versioning.
The change log is available on GitHub.
-
Add prospective support for GHC 9.10
- thanks to @philderbeast
-
Support
clay-0.15
series. -
Support
base64-1.0
series.
- Added
runStan
,getAnalysis
,getStanConfig
- Fix bug #541
"
nodeInfo
"
-
Add prospective support for GHC 9.8
-
will only work with
Cabal
library version 3.10 -- if this causes problems for you please comment on the correspondingextensions
ticket -
thanks to @0rphee
-
we don't provide a binary release for 9.8.1 because
stan
's dependencies have not yet caught up with 9.8.1. If you want to usestan
with 9.8.1 you can install it from Hackage withcabal install stan --allow-newer
.
-
- Add support for GHC 9.6 (will only work with
Cabal
library version 3.10 -- if this causes problems for you please comment on the correspondingextensions
ticket)
- Add support for GHCs 9.0, 9.2 and 9.4
- #55: Implement single-pass HIE AST traversal.
- #348: Compress binaries for GitHub releases.
- #368:
Fix inspections for
unordered-containers
functions to support the latest package version.
- #320:
Add
-b|--browse
option to thereport
command. - #327:
When the generated HIE files are incomplete (missing the source code),
print
<UNAVAILABLE>
as the source instead of failing. - #329:
Add GHC version to the
--version
output. - #326:
Handle constraints before constructors in
STAN-0206
. - #323:
Add
--json-output
option that output the results in machine readable JSON format instead. Also all other printing is turned off then. - Minor documentation improvements.
- Initially created.