Changelog
1.4.0: 2016-03-16
Changelog
1.3.0: 2016-03-01
Changelog
1.2.0: 2016-02-17
act
now can receive more than two arguments in the callback. PR #341Changelog
1.1.0: 2016-01-28
Seneca
is now exposed as a property on the main exports. PR #320strict.find
is a new option. It allows not-found actions to default to returning
an empty object as the result, instead of erroring. PR #333seneca-web
is now at version 0.7.0, which includes support for hapi. PR #331seneca-mem-store
and seneca-basic
are updated to the latest versions. PR #332
All issues for v1.1.0 are contained in the 1.1.0 milestoneChangelog
1.0.0: 2016-01-11
--seneca.print.tree
arg so that it works correctly. Issue #235add
callback function. PR #290Changelog
0.9.3: 2015-12-21
Changelog
0.9.2: 2015-12-14
act
during plugin initializationChangelog
0.9.1: 2015-12-08
Changelog
0.9.0: 2015-12-03
act
now displays a deprecation warning when its invoked within a plugin
initialization function. To disable deprecation warnings, run node with
--no-deprecation
. PR 254
private$
is now exposed on seneca object. PR 260default_plugins.repl
to false when creating seneca object. PR 255default_plugins.cluster
to false when creating seneca object. PR 256has
function now converts strings to javascript objects. PR 262Changelog
0.8.0: 2015-11-20
Fixed seneca.print.tree[all] argument not being passed correctly to optioner. Issue 177.
decorate
. Used to extend the core
seneca object with new functionality. Pull request 233.merge$
ability. Pull request 217.For all of the release information please view the 0.8.0 milestone on github: https://github.com/senecajs/seneca/milestones/0.8.0