Changelog
v1.17.0 2013 March 27
out
directory from gitChangelog
v1.16.13 2013 March 23
balUtilEvents
changes:
EventEmitterEnhanced
changes:
once
calls in node 0.10.0
emitSync
to be an alias to emitSerial
and emitAsync
to be an alias to emitParallel
getListenerGroup
functionbalUtilFlow
changes:
fireWithOptionalCallback
can now take the method as an array of [fireMethod,introspectMethod]
useful for pesly bindsChangelog
v1.16.12 2013 March 18
balUtilFlow
changes:
Groups::run
signature changed from no arguments to a single mode
argumentChangelog
v1.16.11 2013 March 10
balUtilModules
changes:
getCountryCode
and getLanguageCode
failing when there is no locale codeChangelog
v1.16.10 2013 March 8
balUtilModules
changes:
requireFresh
regression, added testChangelog
v1.16.9 2013 March 8
balUtilModules
changes:
getLocaleCode
getCountryCode
getLanguageCode
Changelog
v1.16.8 2013 February 16
balUtilModules
changes:
spawnMultiple
, execMultiple
: now accept a tasksMode
option that can be serial
(default) or parallel
Changelog
v1.16.7 2013 February 12
balUtilPaths
changes:
readPath
: do not prefer gzip, but still support it for decoding, as the zlib library is buggy