All Versions
88
Latest Version
Avg Release Cycle
80 days
Latest Release
1357 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v2.1.0 Changes
March 15, 2017π Thanks to Mani Maghsoudlou (@manidlou) & Jan Peer StΓΆcklmair (@JPeer264) for their extraordinary help with this release!
β Added
- π
moveSync()
See [#309], #381. (@manidlou) copy()
andcopySync()
'sfilter
option now gets the destination path passed as the second parameter. #366 (@manidlou)
π Changed
- π Use
Buffer.alloc()
instead of deprecatednew Buffer()
incopySync()
. #380 (@manidlou) - π¨ Refactored entire codebase to use ES6 features supported by Node.js v4+ #355. (@JPeer264)
- π¨ Refactored docs. (@manidlou)
π Fixed
- π
-
v2.0.0 Changes
January 16, 2017β Removed
- π₯ BREAKING: Removed support for Node
v0.12
. The Node foundation stopped officially supporting it on Jan 1st, 2017. - π₯ BREAKING: Remove
walk()
andwalkSync()
.walkSync()
was only part offs-extra
for a little over two months. Use klaw instead ofwalk()
, in fact,walk()
was just π an alias to klaw. ForwalkSync()
use klaw-sync. See: [#338], [#339]
π Changed
- π₯ BREAKING: Renamed
clobber
tooverwrite
. This affectscopy()
,copySync()
, andmove()
. [#330], [#333] - π Moved docs, to
docs/
. [#340]
π Fixed
- Apply filters to directories in
copySync()
like incopy()
. [#324] - A specific condition when disk is under heavy use,
copy()
can fail. [#326]
- π₯ BREAKING: Removed support for Node
-
v1.0.0 Changes
November 01, 2016After five years of development, we finally have reach the 1.0.0 milestone! Big thanks goes π to Ryan Zim for leading the charge on this release!
β Added
walkSync()
π Changed
- π₯ BREAKING: dropped Node v0.10 support.
- disabled
rimaf
globbing, wasn't used. [#280] - π deprecate
copy()/copySync()
optionfilter
if it's aRegExp
.filter
should now be a function. - inline
rimraf
. This is temporary and was done becauserimraf
depended upon the beefyglob
whichfs-extra
does not use. [#300]
π Fixed
- π bug fix proper closing of file handle on
utimesMillis()
[#271] - proper escaping of files with dollar signs [#291]
copySync()
failed if user didn't own file. [#199], [#301]
-
v0.30.0 Changes
April 28, 2016- Brought back Node v0.10 support. I didn't realize there was still demand. Official support will end 2016-10-01.
-
v0.29.0 Changes
April 27, 2016- π₯ BREAKING: removed support for Node v0.10. If you still want to use Node v0.10, everything should work except for
ensureLink()/ensureSymlink()
. Node v0.12 is still supported but will be dropped in the near future as well.
- π₯ BREAKING: removed support for Node v0.10. If you still want to use Node v0.10, everything should work except for
-
v0.28.0 Changes
April 17, 2016- π₯ BREAKING: removed
createOutputStream()
. Use https://www.npmjs.com/package/create-output-stream. See: [#192][#192] - π
mkdirs()/mkdirsSync()
check for invalid win32 path chars. See: [#209][#209], [#237][#237] - π
mkdirs()/mkdirsSync()
if drive not mounted, error. See: [#93][#93]
- π₯ BREAKING: removed
-
v0.27.0 Changes
April 15, 2016- β add
dereference
option tocopySync()
. [#235][#235]
- β add
-
v0.26.7 Changes
March 16, 2016- π fixed
copy()
if source and dest are the same. [#230][#230]
- π fixed
-
v0.26.6 Changes
March 15, 2016- π fixed if
emptyDir()
does not have a callback: [#229][#229]
- π fixed if
-
v0.26.5 Changes
January 27, 2016- π
copy()
with two arguments (w/o callback) was broken. See: [#215][#215]
- π