Skip to content

Releases: purescript-node/purescript-node-fs

v0.10.1

05 Mar 08:20
Compare
Choose a tag to compare
  • Fix exceptions thrown by Node.FS.Sync.stat being uncatchable

v0.10.0

18 Dec 20:22
Compare
Choose a tag to compare
  • Add functions for accessing the filesystem using Node.js streams (#13, #26)

v0.9.2

02 Dec 11:01
Compare
Choose a tag to compare

Release v0.9.1

13 Nov 00:27
Compare
Choose a tag to compare
  • Add Show and Eq instances for FileFlags
  • Improved documentation

Release v0.9.0

12 Nov 15:37
Compare
Choose a tag to compare
  • 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)

Release v0.8.1

14 Aug 18:00
Compare
Choose a tag to compare
  • Updated dependencies

v0.8.0

14 Aug 15:25
Compare
Choose a tag to compare
  • Updated dependencies

v0.7.1

06 Jul 15:05
Compare
Choose a tag to compare

Fix type of Async.exists.

v0.6.0

24 May 16:39
Compare
Choose a tag to compare

v0.5.0

07 Apr 19:57
Compare
Choose a tag to compare
  • Update dependencies