Skip to content

v3.4.0

Choose a tag to compare

@AVVS AVVS released this 14 Aug 20:00

<a name"3.4.0">

3.4.0 (2016-08-14)

Features

Details
  • internal: introduces service._defineGetter, so that you can do service.prop, which is actually a fn.
    Main reason is to ensure that such an accessor is not overwritten by subclasses
  • internal: introduces service._require. peerDependencies are moved to pluginDependencies and are now checked
    only when you include plugins removing spam from unused plugin peerDependencies
  • ioredis: pins to ^2.3.0, because cluster finally received lazyConnect option. Simplified connecting to it