Skip to content
This repository was archived by the owner on Dec 27, 2024. It is now read-only.

0.20.1

Choose a tag to compare

@etsuo etsuo released this 07 Sep 22:16
· 17 commits to develop since this release
4e8634d

See Milestone 0.20.1

Bug Fix / Breaking Change

#249 projection bug fix; projection inclusion / exclusion works independently at each model when dealing with sub-documents. For example, the projection for a parent can be inclusive and the projection for the child can be exclusive.

{
    id: 0,
    child: 1
}

or:

{
    id: 0,
    child: { name: 1 }
}