Changelog
v1.16.3 2013 February 5
balUtilPaths
changes:
console.log
s when errors occur (they are now sent to the callback)determineExecPath
when executable requires the environment configurationbalUtilTypes
changes:
isEmptyObject
now works for empty values (e.g. null
)balUtilFlow
changes:
clone
deepClone
setDeep
and getDeep
now handle undefined
values correctlyChangelog
v1.16.2 2013 February 1
balUtilPaths
changes:
readPath
balUtilFlow
changes:
setDeep
getDeep
Changelog
v1.16.1 2013 January 25
balUtilFlow
changes:
safeShallowExtendPlainObjects
safeDeepExtendPlainObjects
Changelog
v1.16.0 2013 January 24
balUtilModules
changes:
getEnvironmentPaths
getStandardExecPaths(execName)
exec
now supports the output
optiondetermineExecPath
now resolves the possible paths and checks for their existance
getExecPath
will now try for .exe
paths as well when running on windows if an extension hasn't already been definedgetGitPath
, getNodePath
, getNpmPath
will now also check the environment pathsbalUtilFlow
changes:
createSnore
suffixArray
flow
now accepts the signatures ({object,actions,action,args,tasks,next})
, (object, action, args, next)
and (actions,args,next)
Group
changes:
mode
can now be either parallel
or serial
, rather than async
and sync
async()
is now parallel()
(aliased for b/c)sync()
is now serial()
(aliased for b/c)balUtilTypes
changes:
isEmptyObject
Changelog
v1.15.4 2013 January 8
balUtilPaths
changes:
testIgnorePatterns
to isIgnoredPath
ignorePaths
optionChangelog
v1.15.2 2012 December 16
balUtilPaths
changes:
scandir
not inheriting ignore patterns when recursing