seneca v0.9.0 Release Notes

Release Date: 2015-12-03 // over 8 years ago
    • 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 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.