Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: improves coverage of the $project specs (#43)
* feat: allow suppression of _id field on $project stage (#37) https://www.mongodb.com/docs/manual/reference/operator/aggregation/project/#suppress-the-_id-field * fix: includes _id when it's omitted altogether from $project stage * feat: supports $literal on $project stage (#37) * feat: simple field renames on $project stage * feat: renaming nested and flat fields on $project stage (#37) * feat: handle arrays on $project stage (#37) * docs: bumped README info to reflect 0.1.4 changes
- Loading branch information