Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1.04 KB

CHANGELOG.md

File metadata and controls

48 lines (32 loc) · 1.04 KB

CHANGELOG

2.0.0

  • Codebase was ported to typescript
  • Added typescript types
  • Change to promise-based - drop support for callbacks
  • Remove lodash
  • Upgrade to redis 4.x
  • Upgrade Node.js to 14.x

1.5.0

  • Travis tests for Node 6, 8, 10
  • Cleaned up code and dependencies

1.4.0

  • Travis tests for Node.js 4.2
  • Upgraded to lodash 4.x
  • Loading only needed lodash modules

1.3.0

  • Travis tests for Node.js 4.1 and 5.0
  • Removed Travis tests for 0.8.x and iojs
  • Node.js 0.8.x is no longer supported

1.2.2

  • Fix: For incorrect handling of limit:0 with tags method
  • Test-Support for Node.js 0.12 and iojs
  • Minor doc changes
  • Added: LICENSE.md file

1.2.1

  • Switched from Underscore to LoDash
  • Don't issue empty multi statements in special cases (issue #2)

1.1.5

  • Make hiredis optional.

1.1.4