Skip to content

v2.0.0

Compare
Choose a tag to compare
@e0ipso e0ipso released this 15 Jun 17:42
· 21 commits to master since this release

2.0.0 (2018-06-15)

Features

  • only one parameter in the constructor (5eb1014)

BREAKING CHANGES

  • Instead of new KeyvLru(100, {...}) use new KeyvLru({ max: 100, ... }.