v3.4.0
<a name"3.4.0">
3.4.0 (2016-08-14)
Features
Details
- internal: introduces
service._defineGetter, so that you can doservice.prop, which is actually a fn.
Main reason is to ensure that such an accessor is not overwritten by subclasses - internal: introduces
service._require.peerDependenciesare moved topluginDependenciesand are now checked
only when you include plugins removing spam from unused pluginpeerDependencies - ioredis: pins to ^2.3.0, because cluster finally received
lazyConnectoption. Simplified connecting to it