- fix: allow non-discriminated documents be retrieved #40 DesignByOnyx
- fix: don't throw error if array contains null #36 Sebmaster
- feat: add support for findOneAndReplace #34 Ebulus7899
- fix: handle discriminators in nested document arrays #32 nathan-knight
- fix: handle discriminators with explicit tied values #31 MarkParnwell
- fix: correctly get schema for each element of a discriminated array #28 nathan-knight
- BREAKING CHANGE: call getters correctly on array elements for Mongoose 7.5.0, require Mongoose 7.5.0 #30
- feat: apply getters to schemas with discriminator #26 remcorakers
- BREAKING CHANGE: require Mongoose >= 7.1
- fix: avoid calling getters on excluded paths in arrays #22 IslandRhythms
- fix: support findOneAndDelete #24 #23 IslandRhythms
- fix: omit paths with no getters set #21 IslandRhythms
- fix: correct semver range #19 DesignByOnyx
- fix: call nested getters if nesting level > 1 #17 vladomnifi
- fix(types): remove unnecessary empty index.ts file #14 #15
- fix: correctly handle projections with document arrays #13
- fix: export default for ESM imports #11 IslandRhythms
- fix: avoid running getters on fields that are excluded by projection #9 IslandRhythms
- feat: add Mongoose 6 to supported versions #8 medolino
- fix: fix compiling with strict tsconfig #7 Maks-s
- fix: upgrade to latest mpath #5
- feat: add index.d.ts for TypeScript support #4
- fix: only call getters once when using
find()
#1
- docs: add example to README