Releases: js-entity-repos/mongo
Releases · js-entity-repos/mongo
v5.1.0
5.1.0 (2018-03-29)
Features
v5.0.1
5.0.1 (2018-03-28)
Bug Fixes
- deps: Updates core to v9. (7de69b6)
v5.0.0
5.0.0 (2018-03-20)
Code Refactoring
- Changes the
FactoryConfig
to have more defaults. (#14) (424241d)
BREAKING CHANGES
- Removes
collection
from FactoryConfig
. Use db
and collectionName
instead.
v4.0.1
4.0.1 (2018-03-20)
Bug Fixes
- Changes default pagination limit to 10. (9b96d1b)
v4.0.0
4.0.0 (2018-03-20)
Bug Fixes
BREAKING CHANGES
v3.0.0
3.0.0 (2018-02-09)
Bug Fixes
- Allows reconnections to be added. (#9) (e9ddb07)
BREAKING CHANGES
collection
property in the factory config is now a function that returns the collection to allow for reconnections.
v2.0.0
2.0.0 (2018-01-14)
Bug Fixes
- deps: Updates core to 6.0.2. (b67e279)
BREAKING CHANGES
- deps: The
filter
, sort
, and paginate
options are now optional.
- deps: The
upsertEntity
function has been removed due to filter issues.
- deps: The
overwriteEntity
function was renamed to replaceEntity
.
- deps: Removes Id interface from all functions.
v1.0.2
1.0.2 (2018-01-13)
Bug Fixes
- deps: Updates core to 6.0.2. (752ed85)
v1.0.1
1.0.1 (2017-12-24)
Bug Fixes
- deps: Updates to core ^4.1.1. (894a79b)
v1.0.0
1.0.0 (2017-12-24)
Bug Fixes
- deps: Updates core to ^4.1.0. (eee45b9)
Features