Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 655 Bytes

CHANGELOG.md

File metadata and controls

27 lines (18 loc) · 655 Bytes

keyv-firestore change log

All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning.

2.1.0

  • Support keyv v5.

keyv-firestore now supports keyv v3, v4, and v5.

2.0.0

  • breaking: Drop Node.js 12 support.
  • Add declarations for TypeScript users. Thanks @kidonng!
  • Update to latest @google-cloud/firestore.

keyv-firestore still supports both keyv v3 and v4.

1.1.1

  • The projectId option is now optional.

1.1.0

  • Update dependencies.
  • Run tests with both keyv@3.x and keyv@4.x.

1.0.0

  • Initial release.