Skip to content

Latest commit

 

History

History
54 lines (28 loc) · 1.96 KB

CHANGELOG.md

File metadata and controls

54 lines (28 loc) · 1.96 KB

2.0.2 (2017-08-18)

2.0.1 (2017-08-02)

Features

  • exceptions: use generic-exceptions package (311e6b7)
  • instructions: implement instructions (fa31bbc)

2.0.0 (2017-07-22)

Bug Fixes

  • package: update node-exceptions to version 2.0.0 (#5) (bfe6fbc)
  • test: fix test behavior (75d74d8)

Features

  • cleanup for 4.0 (ef14fd0)
  • exceptions: add custom exceptions (8046ba9)

1.0.1 (2016-09-26)

1.0.0 (2016-07-11)

Bug Fixes

  • package: install standard as a dev dependency(af46312)
  • redis: add redis class to access factory with lazy intialization(701e7f3)
  • redis: fix broken tests(671439b)
  • redis:factory: fix redis subscriber connection re-use issue(a493413)

Features

  • implement io-redis and add support for expressive pub/sub(3803407)
  • providers: add redis, redis-factory providers(3323dd3)
  • redis:pubsub: add support for ioc bindings(3198ce6)