Skip to content

Release v0.9.0

Compare
Choose a tag to compare
@hdgarrood hdgarrood released this 12 Nov 15:37
· 77 commits to master since this release
  • 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:
    • chown
    • truncate
    • utimes
  • All warnings have been fixed. (@timbod7)