Changelog for fused-effects-readline-0.2.0.0
v0.2.0.0
-
Removes
prettyprinterdependency. -
Removes the styling applied to prompts; users can add styling to the prompt for themselves if so desired.
-
Removes line number tracking.
-
Removes
printin favour ofoutputStr&outputStrLn. -
Renames
prompttogetInputLine, matchinghaskeline’s naming. -
Defines
getInputLineWithInitial,getInputChar,getPassword, etc. operations matchinghaskeline’s API. -
Allows other effects to be lifted through
ReadlineConhaskeline0.8.1 or later. (#3)
v0.1.0.1
- Support for
prettyprinter1.7.
v0.1.0.0
- Support for
ghc8.10. - Support for
haskeline0.8. - Support for
fused-effects1.1.
v0.0.0.0
Initial release.