Releases
v0.9.0
Compare
Sorry, something went wrong.
No results found
Added functions to Node.FS.Async for dealing with file descriptors asynchronously. (@timbod7 , #21 )
Change the Show instances for SymlinkType to obey the informal Show law of getting executable PureScript code out.
Added a new function symlinkTypeToNode for representing a SymlinkType as a String for use with Node.js APIs (this was previously the Show instance).
Added a Show instance for FileFlags. (this is in v0.9.1 because @hdgarrood forgot to do this)
Added a fileFlagsToNode function for representing a FileFlags value as a String for use with Node.js APIs.
The FileDescriptor and FileFlags types, and all relevant type synonyms, have been moved from Node.FS.Sync to Node.FS.
Update to version ^0.2.0 of purescript-node-buffer
Use Int instead of Number where appropriate in the following functions:
All warnings have been fixed. (@timbod7 )
You can’t perform that action at this time.