Skip to content
This repository has been archived by the owner on Sep 17, 2019. It is now read-only.

Releases: bausmeier/fhir-store

v2.0.0

18 Mar 15:15
v2.0.0
9a38597
Compare
Choose a tag to compare
  • The use of callbacks has been dropped in favour of promises in order to support async/await.
  • The structure of the options expected by the connect function has changed.
  • The errors have been moved to a separate fhir-errors package and are no longer exported. The extra package must now be installed alongside this package as a peer dependency.
  • The automatic creation of basic indexes has been removed.
  • Repo instances can now be initialised on their own and must return true from isInitialised when they are ready.
  • Support has been added for MongoDB 3.6.