Changelog for rio-0.1.8.0
Changelog for rio
0.1.8.0
- Re-export
Control.Monad.State.modify,Control.Monad.State.modify'andControl.Monad.State.getsinRIO.State
0.1.7.0
- Addition of
textDisplaytoDisplayclass.
0.1.6.0
- Changed
logUseColorto default toFalseon Windows, even when verbose and on the terminal - Add
RIO.Filemodule which offers a family of file handling functions (withBinaryFileDurable,withBinaryFileDurableAtomic, among others.) with better durability and atomicity guarantees
0.1.5.0
- Re-export
Numeric.Natural.Natural#119 - Re-export
Data.Functor.<&>from GHC 8.4+, falling back local definition forbase < 4.11#117 - Re-export
Data.Proxy.Proxy(..) - Re-export
fromEnumfrom RIO, exporttoEnum,readandfromJustfrom RIO.Partial - Add
noLoggingfunction to skip logging on specific sub-routines - Re-export
Control.Category.>>>
0.1.4.0
- Add
ConstandIdentity - Add
ReaderandrunReader - Add instances for
MonadWriterandMonadStatetoRIOvia mutable reference #103
0.1.3.0
- Add
newLogFuncfunction to createLogFuncrecords outside of a callback scope - Allow dynamic reloading of
logMinLevelandlogVerboseFormatfor theLogOptionsrecord - Add
foldMapM - Add
headMaybe,lastMaybe,tailMaybe,initMaybe,maximumMaybe,minimumMaybe,maximumByMaybe,minimumByMaybefunctions toRIO.Listmodule (issue #82) - Move non partial functions
scanr1andscanl1fromRIO.List.PartialtoRIO.List(issue #82) - Add
SimpleAppandrunSimpleApp - Add
asIO
0.1.2.0
- Allow setting usage of code location in the log output
0.1.1.0
- Move some accidentally included partial functions
0.1.0.0
- Initial stable release
0.0
NOTE All releases beginning with 0.0 are considered experimental. Caveat emptor!