All Versions
55
Latest Version
Avg Release Cycle
74 days
Latest Release
806 days ago

Changelog History
Page 5

  • v0.7.3 Changes

    March 21, 2016
    • ๐Ÿ›  Bugfixed copy() with symlink overwrite
  • v0.7.2 Changes

    March 09, 2016
    • ๐Ÿ›  Fixed .dotfiles copying
  • v0.7.1 Changes

    December 17, 2015
    • โšก๏ธ Updated third party dependencies.
  • v0.7.0 Changes

    July 20, 2015
    • (breaking change) matching option in copy() and find() resolves glob patterns to the folder you want copy or find stuff in (previously CWD was used).
  • v0.6.5 Changes

    June 19, 2015
    • exists() can handle ENOTDIR error.
  • v0.6.3 Changes

    April 18, 2015
    • โž• Added support for symbolic links.
  • v0.6.2 Changes

    April 07, 2015
    • Option matching in copy() and find() now accepts patterns anchored to CWD.
  • v0.6.1 Changes

    April 03, 2015
    • Option matching in copy() and find() now accepts negation patterns (e.g. !some/file.txt).
  • v0.6.0 Changes

    March 30, 2015
    • ๐Ÿ”จ Lots of code refactoring
    • (breaking change) dir() no longer has exists option.
    • (breaking change) file() no longer has exists and empty options.
    • (breaking change) safe option for write() renamed to atomic (and uses new algorithm under the hood).
    • (breaking change) safe option for read() dropped (atomic while writing is enough).
    • (breaking change) In copy() options only and allBut have been replaced by option matching.
    • (breaking change) In remove() options only and allBut have been dropped (to do the same use find(), and then remove).
    • (breaking change) Default jsonIndent changed form 0 to 2.
    • find() method added.
    • ๐Ÿ“œ More telling errors when read() failed while parsing JSON.
  • v0.5.3 Changes

    January 06, 2015
    • inspect() can return file access/modify/change time and mode.