Changelog
v1.12.0 2012 July 7
balUtilTypes
and now top level
typeof
and instanceof
checksbalUtilFlow
changes:
isArray
and toString
moved to balUtilTypes
Changelog
v1.11.2 2012 July 7
balUtilFlow
changes:
clone
balUtilModules
changes:
initNodeModules
balUtilPaths
changes:
scanlist
scandir
changes:
readFiles
is true
, then we will return the contents into the list entries as well as the tree entries (we weren't doing this for lists before)Changelog
v1.11.1 2012 July 4
balUtilFlow
changes:
Group
changes:
Block
changes:
createSubBlock
arguments is now a single opts
object, acceping the options name
, fn
, parentBlock
and the new complete
Changelog
v1.11.0 2012 July 1
balUtilHTML
:
getAttribute(attributes,attribute)
detectIndentation(source)
removeIndentation(source)
replaceElement(source, elementNameMatcher, replaceElementCallback)
replaceElementAsync(source, elementNameMatcher, replaceElementCallback, next)
balUtilFlow
changes:
wait(delay,fn)
introduced as an alternative to setTimeout
Group
changes:
push
and pushAndRun
signatures are now ([context], task)
context
is optional, and what we should bind to thisbalUtilEvents
, balUtilModules
changes:
balUtilFlow.push|pushAndRun
new context
argument to simplify some loopsChangelog
v1.10.3 2012 June 26
balUtilModules
changes:
initNodeModules
will now install modules from cache, unless force
is trueChangelog
v1.10.2 2012 June 26
balUtilModules
changes:
initNodeModules
will now never install modules from cacheChangelog
v1.10.0 2012 June 26
balUtilModules
changes:
spawnMultiple
, execMultiple
, gitGitPath
, getNodePath
, and npmCommand
spawn
and exec
are now only for single commands, use the new spawnMultiple
and execMultiple
for multiple commands instead0