All Versions
97
Latest Version
Avg Release Cycle
35 days
Latest Release
221 days ago
Changelog History
Page 8
Changelog History
Page 8
-
v0.9.2 Changes
December 14, 2015- ๐ Fixed seneca Error when loading old style plugin
- โช Revert deprecation warning from 0.9.0 when calling
act
during plugin initialization
-
v0.9.1 Changes
December 08, 2015- ๐ Fixed pins only working when they are provided as strings plus additional tests PR 268
-
v0.9.0 Changes
December 03, 2015act
now displays a deprecation warning when its invoked within a plugin initialization function. To disable deprecation warnings, run node with--no-deprecation
. PR 254private$
is now exposed on seneca object. PR 260- The repl is now an external plugin, enabled by default. To disable set
default_plugins.repl
to false when creating seneca object. PR 255 - Cluster is now an external plugin, enabled by default. To disable set
default_plugins.cluster
to false when creating seneca object. PR 256 - Closing seneca now removes all relevant event listeners. PR 259
has
function now converts strings to javascript objects. PR 262- Internal cleanup and organization of code, as well as more tests.
-
v0.8.0 Changes
November 20, 2015- Fixed seneca.print.tree[all] argument not being passed correctly to optioner. Issue 177.
- Fix minor memory leak, when seneca closed it didn't detach process listeners. Pull request 230 and issue 226.
- Fix api_delegate not calling client and server with arguments. Pull request 218.
- Throw when trying to use seneca in cluster mode on node 0.10. This is do to to cluster support in node not working correctly prior to version 0.12.0. Pull request 227.
- Outdated dependencies are updated to their latest stable ES5 versions.
Pull request 236. - New function added to seneca named
decorate
. Used to extend the core seneca object with new functionality. Pull request 233. - Support data store
merge$
ability. Pull request 217. - Support added for arrays to be used as defaults in actions. Issue 185.
- General code cleanup and linting of internal code to follow style guide.
More tests were also added to increase code coverage. Pull requests 207, 208, 214, 215, 223, 229, 238
For all of the release information please view the 0.8.0 milestone on github: https://github.com/senecajs/seneca/milestones/0.8.0
-
v0.7.2 Changes
October 27, 2015- Fix support for catchall (without pins) clients. Issue 199. Pull request 200.
-
v0.7.1 Changes
October 05, 2015- repl now supports quit/exit command
- seneca.sub provides subscription pattern via meta$.sub
-
v0.7.0 Changes
October 04, 2015- support node 4
- update to patrun 0.5; now supports glob adds
- new documentation system
-
v0.6.5 Changes
September 04, 2015- revert to non-strict adds so that priors can be subset patterns, see issues 145, 149
-
v0.6.4 Changes
July 29, 2015- bug fixes for issues: 144, 141, 143
- documentation article on priors, issue 147
-
v0.6.3 Changes
July 12, 2015- Use lab instead of mocha for unit testing
- Use jsonic.stringify for consistent object string descriptions
- Fix action-id/transaction-id edge cases; ids now transfer fully over priors and processes
- Moved to docpad for github pages site
- Rewrote getting started guide
- Bug fixes for github issues: 135