- Remove annoying database log
- Fix logger timestamps
- Fix small bug where
sync
did not setcollection
for proper updating.
- Fix small bug with
_id
in update function
- Added deleteDocument function
- Simplify
onSync
logic to just pass any entity. - Allows for more control over what to do with entity data when onSync is called.
- Fixed bug where specifying
_id
would not convert it to ObjectID for usage.