Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 793 Bytes

CHANGELOG.md

File metadata and controls

24 lines (14 loc) · 793 Bytes

Change Log

0.2.0 - 2018-11-16 - diff

Changed

  • redis keys changed completely and there is no backward compatibility with v0.1.0
  • compliance check now takes package version into account
  • the createdAt param for insert is now optional. It defaults to Date.now() when omitted

0.2.1 - 2018-11-16 . diff

Changed

  • The order param is now optional. It defaults to ascending when omitted

Added

  • The searchByValueIgnoreCase method to perform case-insensitive searches regardless of the case-sensitivity of the entity attribute.

Fixed

  • The searchByValue now respects the case-sensitivity of the attribute