Changelog
v1.15.0 2012 December 15
balUtilPaths
changes:
testIgnorePatterns
ignorePatterns
to ignoreCommonPatterns
, and added new ignoreCustomPatterns
scandir
optionsignoreCommonPatterns
Changelog
v1.14.1 2012 December 14
balUtilModules
changes:
getExecPath
that will fetch an executable path based on the paths within the environment PATH
variableChangelog
v1.13.13 2012 October 26
balUtilPaths
changes:
~
are now correctly ignored in commonIgnorePatterns
Changelog
v1.13.12 2012 October 22
balUtilFlow
changes:
extend
is now an alias of shallowExtendPlainObjects
as they were exactly the samebalUtilHTML
changes:
replaceElement
and replaceElementAsync
changes:
removeIndentation
argument that defaults to true
Changelog
v1.13.11 2012 October 22
balUtilPaths
changes:
ensurePath
now returns err
and exists
instead of just err
balUtilModules
changes:
initGitRepo
will now default remote
to origin
and branch
to master
initOrPullGitRepo
Changelog
v1.13.9 2012 October 7
balUtilPaths
changes:
commonIgnorePatterns
Changelog
v1.13.8 2012 October 2
balUtilModules
changes:
openProcess
and closeProcess
, and using them in spawn
and exec
, used to prevent EMFILE
errors when there are too many open processesNODE_MAX_OPEN_PROCESSES
environment variable
balUtilPaths
changes:NODE_MAX_OPEN_FILES
environment variable