This repository was archived by the owner on Dec 27, 2024. It is now read-only.
0.20.1
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 }
}