Release hpath-io-0.10.1
This commit is contained in:
parent
80d60845dc
commit
d898af171d
@ -1,5 +1,15 @@
|
||||
# Revision history for hpath-io
|
||||
|
||||
## 0.10.1 -- 2020-01-13
|
||||
|
||||
* Move file check functions to HPath.IO
|
||||
* Add 'doesExist'
|
||||
* Exception handling of `doesExist`, `doesFileExist`, `doesDirectoryExist` has changed: only eNOENT is catched
|
||||
* Exception handling of `isWritable` has changed: just a wrapper around `access` now
|
||||
* switch exception handling to `safe-exceptions`
|
||||
* Redo file reading API (readFileEOF dropped and now using streamly under the hood, added `readFileStream`)
|
||||
|
||||
|
||||
## 0.10.0 -- 2020-01-04
|
||||
|
||||
* First version. Split from 'hpath', contains only the IO parts.
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: hpath-io
|
||||
version: 0.10.0
|
||||
version: 0.10.1
|
||||
synopsis: High-level IO operations on files/directories
|
||||
description: High-level IO operations on files/directories, utilizing type-safe Paths
|
||||
-- bug-reports:
|
||||
|
Loading…
Reference in New Issue
Block a user