Releases: chshersh/iris
Releases · chshersh/iris
v0.1.0.0: Colouring, interactivity, tutorials
What's Changed
- [#33] Split the 'ToolCheckResult' constructor by @charrsky in #65
- Attempt to fix #56 by @CThuleHansen in #68
- Add HLint by @blackheaven in #70
- Fixes #57 by @CThuleHansen in #71
- [#69] Add pre-commit config by @aleeusgr in #72
- [#74] Create Pull Request Template by @himanshumalviya15 in #76
- fix pre-commit probems (spacing) by @marcellourbani in #80
- ci: add stan configuration by @german1608 in #79
- [#84] Add support for GHC 9.4.2 by @german1608 in #85
- fixes #58 detect non interactive terminals by @marcellourbani in #83
- [#59] add tests for catching global and local parser conflicts by @zetkez in #88
- resolves #16 write usage example using Literate Haskell #16 by @Dponya in #87
- [#89] Add 'putStdoutColoured' and 'putStderrColoured' by @Dponya in #92
- Upgrade CI by @chshersh in #102
- Resolves [#22] Add CLI options to handle colouring by @marcellourbani in #93
- [#94] Use Text in the simple-grep example to match changed Formatting API by @lillycat332 in #95
- [#67] Remove the
cmd
parameter fromTool
, andcliEnvSettingsRequiredTools
fromCliEnvSettings
by @german1608 in #97 - Update examples/ folder from stan analysis by @german1608 in #98
- GA(deps): Bump haskell/actions from 2.2 to 2.3 by @dependabot in #103
- Maintenance work by @chshersh in #104
- [#66] Prepare 0.1.0.0 release by @chshersh in #105
New Contributors
- @CThuleHansen made their first contribution in #68
- @blackheaven made their first contribution in #70
- @aleeusgr made their first contribution in #72
- @himanshumalviya15 made their first contribution in #76
- @marcellourbani made their first contribution in #80
- @german1608 made their first contribution in #79
- @zetkez made their first contribution in #88
- @Dponya made their first contribution in #87
- @lillycat332 made their first contribution in #95
- @dependabot made their first contribution in #103
Full Changelog: v0.0.0.0...v0.1.0.0
v0.0.0.0: Initial release
What's Changed
- Cleanup project, use GHC 8.10.7 by @chshersh in #4
- [#5] Implement the environment and application monad types by @chshersh in #12
- [#7] Add --help parsers by @chshersh in #15
- [#6] Implement version parsers by @chshersh in #18
- [#10] Add env parameter for coloured output by @chshersh in #23
- [#21] Add functions to print to stdout and stderr by @chshersh in #24
- [#8] Implement browse option and implementation by @chshersh in #25
- [#11] Add utilities to check CLI tools on start by @chshersh in #31
- [#26] Add named documentation chunks to reexports by @chshersh in #35
- Add Code of Conduct by @chshersh in #39
- Add FUNDING.yml by @chshersh in #40
- [#17] Write README by @chshersh in #41
- [#30] Add CONTRIBUTING.md guide by @chshersh in #44
- Fix link to CONTRIBUTING.md in README by @chshersh in #45
- [#43] Add MonadUnliftIO instance by @charrsky in #46
- [#47] Fix CONTRIBUTING.md by @chshersh in #48
- [#37] Add GHC 9.0.2 support by @charrsky in #49
- [#38] Add GHC 9.2.3 support by @charrsky in #50
- [#42] Support stack by @charrsky in #51
- Add macOS and Windows support on CI by @charrsky in #53
- [#52] Include stack building instructions by @charrsky in #54
- [#34] Implement "--no-input" option and fix some typos by @charrsky in #55
- Prepare release v0.0.0.0 by @chshersh in #60
- Fix some typos in the README by @charrsky in #61
New Contributors
Full Changelog: https://github.com/chshersh/iris/commits/v0.0.0.0