All Versions
89
Latest Version
Avg Release Cycle
35 days
Latest Release
243 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v3.21.0 Changes
May 19, 2020- ๐ Starting port to TypeScript, see lib/plugin.ts.
- ๐ Well-defined plugin load lifecycle, see lib/plugin.ts use of https://github.com/rjrodger/ordu.
-
v3.20.6 Changes
May 14, 2020- ๐ Fixes regression with
seneca.depends
: https://github.com/senecajs/seneca/issues/792.
- ๐ Fixes regression with
-
v3.20.5 Changes
May 11, 2020- โ Remove lodash from dependencies.
-
v3.20.4 Changes
May 11, 2020- ๐ Actually remove lodash.
-
v3.20.3 Changes
March 20, 2020- โ Removed lodash as a dependency.
-
v3.20.2 Changes
March 12, 2020- ๐ Fixed empty string option failure.
- Correctly implemented original behaviour for https://github.com/senecajs/seneca/issues/773
-
v3.20.1 Changes
January 29, 2020- ๐ Fix unwritable delegate properties
-
v3.20.0 Changes
January 28, 2020- โฌ๏ธ Upgrade all dependencies to support @hapi/[email protected].
- ๐ Improve and document docs/example config-server/client.js to show use of promisify plugin.
-
v3.19.0 Changes
January 28, 2020- ๐ Fix #784 by using Object.defineProperty to set delegate properties.
- โฌ๏ธ Upgrade optioner to support @hapi/[email protected].
-
v3.18.0 Changes
January 16, 2020- Action subscriptions now provide proper error messages.