2020-01-04 16:52:21 +00:00
|
|
|
# Revision history for hpath-io
|
|
|
|
|
2020-01-13 22:41:50 +00:00
|
|
|
## 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`)
|
|
|
|
|
|
|
|
|
2020-01-04 19:13:01 +00:00
|
|
|
## 0.10.0 -- 2020-01-04
|
2020-01-04 16:52:21 +00:00
|
|
|
|
2020-01-04 19:13:01 +00:00
|
|
|
* First version. Split from 'hpath', contains only the IO parts.
|
|
|
|
* Now uses streamly for 'copyFile'
|
|
|
|
* Fixed tmpdir in hspec
|