Changelog for unliftio-0.2.14
Changelog for unliftio
0.2.14
- Add
UnliftIO.QSem - Add
UnliftIO.QSemN
0.2.13.1
- Improve
UnliftIO.Exceptiondocumentation
0.2.13
- Add
UnliftIO.STM.orElse - Re-export all of
SeekMode
0.2.12.1
- Minor doc improvements
0.2.12
-
Dropped support for ghc-7.8
-
Addition of
UnliftIO.IO.Filemodule and atomic+durable file writes:writeBinaryFilewriteBinaryFileAtomicwriteBinaryFileDurablewriteBinaryFileDurableAtomicwithBinaryFileAtomicwithBinaryFileDurablewithBinaryFileDurableAtomicensureFileDurable
0.2.11
- Deprecate
forkWithUnmaskin favor of the newly addedforkIOWithUnmaskto improve consistency. [https://github.com/fpco/unliftio/issues/44]
0.2.10
- Add pooling related functions for unliftio
0.2.9.0
- Add the new
Concdatatype as a more efficient alternative toConcurrently
0.2.8.1
- Support for
stm-2.5.0.0
0.2.8.0
- Add 'UnliftIO.Memoize'
0.2.7.1
- Minor doc improvements
0.2.7.0
- Re-export
tryPutTMVarfromUnliftIO.STM
0.2.6.0
- Add
UnliftIO.Directory
0.2.5.0
- Add
UnliftIO.Environment/UnliftIO.Foreign/UnliftIO.Process
0.2.4.0
- Use more generalized
withRunInIOinunliftio-core-0.1.1.0 - Add
getMonotonicTimefunction
0.2.2.0
- Add
pureTryandpureTryDeep
0.2.1.0
- Add
UnliftIO.STM - Add a number of functions to
UnliftIO.IO
0.2.0.0
- Remove
monad-loggerinstances (moved intomonad-loggeritself in release0.3.26) - Remove
resourcetinstances andUnliftIO.Resource(moved intoresourcetitself in release1.1.10)
0.1.1.0
0.1.0.0
- Initial release.