This repository has been archived by the owner on Sep 17, 2019. It is now read-only.
- 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.