Changelog
v1.5.0 2012 April 18
balUtilPaths
changes:
scan
was removed, not sure what it was used forisDirectory
now returns the fileStat
argument to the callbackscandir
changes:
ignorePatterns
option when set to true now uses the new balUtilPaths.commonIgnorePatterns
propertystat
optionfileStat
argument to the fileAction
and dirAction
callbacksignorePatterns
and ignoreHiddenFiles
will now correctly be passed to child scandir callscpdir
and rpdir
now uses path.join
and support ignoreHiddenFiles
and ignorePatterns
writetree
now uses path.join
Changelog
v1.4.3 2012 April 14
0700
should have been 700
Changelog
v1.4.2 2012 April 5
bal-util.npm
to bal-util
renamebalUtilModules.spawn
1
code
and signal
with the resultsresults[x][0]
is now the stderr string, rather than an error objectChangelog
v1.4.1 2012 April 5
spawn
to balUtilModules
ignoreHiddenFiles
option to balUtilPaths.scandir
Changelog
v1.4.0 2012 April 2
balUtilGroups
to balUtilFlow
toString
, isArray
and each
to balUtilFlow
rpdir
, empty
, and isPathOlderThan
to balUtilPaths
Changelog
v1.3.0 2012 February 26
openFile
and closeFile
to open and close files safely (always stays below the maximum number of allowed open files)openFile
and closeFile
Changelog
v1.2.0 2012 February 14
exec
, now always returns the same consistent callback(err,results)
insteadChangelog
v1.1.0 2012 February 6
readPath
and scantree
readFiles
option to scandir
scandir
now supports arguments in object formatparallel
next
as there only argumentresolvePath
, expandPath
and expandPaths
, they were essentially the same as path.resolve
comparePackage
now supports comparing two local, or two remote packagesgitPull
exec
, initNodeModules
, initGitSubmodules
, EventSystem.when
scandir
, cpdir
and rmdir
false
as the file or dir actions will now skip all of that type. Pass null
if you do not want that.dirAction
is now fired before we read the directories children, if you want it to fire after then in the next callback, pass a callback in the 3rd argument. See rmdir
for an example of this.versionCompare
and packageCompare
functions
request
dependencyutil.Group
to support async
and sync
grouping