issues
search
mongoosejs
/
mongoose-lean-virtuals
Attach virtuals to the results of mongoose lean() queries
Apache License 2.0
45
stars
24
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
fix: allow calling `parent()` on parent, allow accessing parent's virtual from child subdoc
#73
vkarpov15
closed
2 months ago
0
how to set lean default with typegoose
#72
minefujiko9293
opened
9 months ago
1
refactor example tests
#71
IslandRhythms
closed
1 year ago
0
refactor complete
#70
IslandRhythms
closed
1 year ago
0
How to add a virtual field to mongoose array of objects in a schema?
#69
ajithv11
closed
1 year ago
1
feat: `enabledByDefault`
#68
IslandRhythms
closed
1 year ago
0
test on mongoose 7
#67
vkarpov15
closed
1 year ago
0
fix: allow parent() on parent()
#66
qraynaud
closed
5 months ago
1
Bug : parent() does not work to get up in the object more than once
#65
qraynaud
closed
2 months ago
0
feature: child access to parent's virtual
#64
fredericosilva
closed
2 months ago
1
Virtuals called on null sub-document field
#63
Sagie501
closed
1 year ago
0
sub-document virtuals in nested arrays don't get attached when specified
#62
iammola
closed
7 months ago
4
Chaining getter on virtual doesn't work with lean
#61
MarcusElevait
closed
2 years ago
4
fix: imports should work as expected gh-58
#60
IslandRhythms
closed
2 years ago
0
Lean Virtual pouplate working without this package
#59
Akash187
closed
2 years ago
1
Not working with Typescript
#58
SinBirb
closed
2 years ago
2
Bug: passing nested fields to `virtuals` options does not work when trying to get a virtual on a populated virtual field
#57
ghost
closed
2 years ago
4
Publish new version?
#56
Utsav2
closed
2 years ago
1
Update mpath -> 0.8.x
#55
querenker
closed
3 years ago
1
Dependabot alert: mpath < 0.8.4
#54
rpenido
closed
3 years ago
4
feature: support lean virtual methods
#53
HsinHeng
closed
5 months ago
3
Feature: Ability to default to true
#52
pwiebe
closed
2 months ago
1
.parent() returns undefined when using .find() against model with nested schemas that has virtuals
#51
Alpha4615
closed
3 years ago
0
Leaning subdocuments virtuals with select does not work on last mongoose version
#50
Fabiencdp
closed
3 years ago
1
parent() documentation
#49
Danijj89
closed
3 years ago
1
Extend tests to check that using populate doesn't impact other getters
#48
edwardsph
closed
3 years ago
1
BUG: unsupported deep lean with `true`
#47
picnixz
closed
3 years ago
1
https://github.com/vkarpov15/mongoose-lean-virtuals/issues/42
#46
vkarpov15
closed
4 years ago
0
Cannot read property 'length' of null error after upgrading to v0.7.4
#45
kyrylkov
closed
4 years ago
2
fix .length invalid property access on null
#44
maximilianschmid
closed
4 years ago
0
Allow virtual nested objects to work
#43
rdougan
closed
4 years ago
0
Fails when the query uses populate for referenced sub-docs
#42
edwardsph
closed
3 years ago
6
Error in 0.7.0 - weakmap key error
#41
jnardone
closed
4 years ago
2
No support for .parent() or .ownerDocument()?
#40
jnardone
closed
4 years ago
2
Error when get a document with discriminator array field from DB
#39
lutherman
closed
4 years ago
3
Virtual field in array of array can't be attached
#38
lutherman
closed
4 years ago
0
fix: discriminators when the query result is an array
#37
FERNman
closed
4 years ago
1
Discriminators don't work if query result is an array
#36
FERNman
closed
2 years ago
0
Fix explicit virtuals for subdocuments (#34)
#35
ChrisLahaye
closed
4 years ago
2
Plugin doesn't work with subdocuments when specifying virtuals explicitly
#34
ChrisLahaye
closed
4 years ago
1
RangeError: Maximum call stack size exceeded , when query with lean({virtuals:true})
#33
Mattstacey321
closed
4 years ago
0
Error when discriminator base model has middleware that queries the base model
#32
asabhaney
closed
4 years ago
0
Correctly pass existing field value to applyGetters
#31
makinde
closed
4 years ago
2
Add support for discriminators
#30
makinde
closed
4 years ago
0
Add post middlewares: findOneAndRemove & findOneAndDelete
#29
isaacdecoded
closed
4 years ago
0
Virtuals fail to access child schema virtuals after retrieval
#28
javamatte
closed
5 years ago
1
lean({virtuals: true}) doesn't work with mongoose discriminator
#27
aviadhadidainx
closed
5 years ago
1
Check for path
#26
thoglen
closed
5 years ago
2
Getter with lean({virtuals: true}) is missing in the result
#25
aviadhadidainx
closed
4 years ago
4
Avoid undefined doc from being virtualized
#24
AlexandreMagniez
closed
5 years ago
0
Next