Releases: purescript-node/purescript-node-fs
Releases · purescript-node/purescript-node-fs
v0.10.2
v0.10.1
v0.10.0
v0.9.2
- Fixed warnings (@Thimoteus)
Release v0.9.1
- Add Show and Eq instances for FileFlags
- Improved documentation
Release v0.9.0
- Added functions to
Node.FS.Asyncfor dealing with file descriptors asynchronously. (@timbod7, #21) - Change the
Showinstances forSymlinkTypeto obey the informalShowlaw of getting executable PureScript code out. - Added a new function
symlinkTypeToNodefor representing aSymlinkTypeas aStringfor use with Node.js APIs (this was previously theShowinstance). Added a(this is in v0.9.1 because @hdgarrood forgot to do this)Showinstance forFileFlags.- Added a
fileFlagsToNodefunction for representing aFileFlagsvalue as aStringfor use with Node.js APIs. - The
FileDescriptorandFileFlagstypes, and all relevant type synonyms, have been moved fromNode.FS.SynctoNode.FS. - Update to version ^0.2.0 of
purescript-node-buffer - Use
Intinstead ofNumberwhere appropriate in the following functions:chowntruncateutimes
- All warnings have been fixed. (@timbod7)
Release v0.8.1
- Updated dependencies
v0.8.0
v0.7.1
v0.6.0
- Use a proper type for permissions (@felixSchl)