Changelog for stan-0.2.1.0
Changelog
stan uses PVP Versioning.
The change log is available on GitHub.
0.2.1.0
-
Fix high memory usage in finding Cabal files
See: https://github.com/kowainik/stan/pull/586#issuecomment-2906713949
Thanks to @0rphee
-
Support
clay-0.16
0.2.0.0
-
Add the following inspections:
- Partial instance for 'Scientific' method 'GHC.Real.fromRational' (
stan0022) - Partial 'Scientific' function 'GHC.Real.realToFrac' (
stan0023) - Partial instance for 'Scientific' method 'GHC.Real.recip' (
stan0024) - Partial instance for 'Scientific' method 'GHC.Real.(/)' (
stan0025)
Since these change the behaviour of
stanby default this is a major release. - Partial instance for 'Scientific' method 'GHC.Real.fromRational' (
-
Support GHC 9.12 (thanks to @ncaq)
0.1.3.0
-
Add prospective support for GHC 9.10
- thanks to @philderbeast
0.1.2.1
-
Support
clay-0.15series. -
Support
base64-1.0series.
0.1.2.0
- Added
runStan,getAnalysis,getStanConfig
0.1.1.0
- Fix bug #541
"
nodeInfo"
0.1.0.2
-
Add prospective support for GHC 9.8
-
will only work with
Caballibrary version 3.10 -- if this causes problems for you please comment on the correspondingextensionsticket -
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 usestanwith 9.8.1 you can install it from Hackage withcabal install stan --allow-newer.
-
0.1.0.1
- Add support for GHC 9.6 (will only work with
Caballibrary version 3.10 -- if this causes problems for you please comment on the correspondingextensionsticket)
0.1.0.0
- 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-containersfunctions to support the latest package version.
0.0.1.0 — Jul 9, 2020
- #320:
Add
-b|--browseoption to thereportcommand. - #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
--versionoutput. - #326:
Handle constraints before constructors in
STAN-0206. - #323:
Add
--json-outputoption that output the results in machine readable JSON format instead. Also all other printing is turned off then. - Minor documentation improvements.
0.0.0.0
- Initially created.