Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 495 Bytes

CHANGELOG.md

File metadata and controls

24 lines (14 loc) · 495 Bytes

Changelog

v1.0.0 - 2021-12-29

Changed

  • BREAKING: Add validation to FlexFileBackend constructor.

v0.1.1 - 2019-11-27

Changed

  • Fix - do not instantiate using modelClass if no doc is found.

v0.1.0 - 2019-11-03

Changed

  • (BREAKING) Changed export signature to const { FlexDocStore } = require('flex-docstore')
  • (BREAKING) Changed return value of allDocs() to closer match Pouch API.
  • Minor internal renames and refactoring.

v0.0.1

  • Initial version