issues
search
matteodelabre
/
mongoose-beautiful-unique-validation
Plugin for Mongoose that turns duplicate errors into regular Mongoose validation errors
MIT License
117
stars
38
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Mongoose unique error is now a MongoServerError not MongoError
#71
MarioVillar
opened
1 year ago
0
Working with mongoose v6
#70
reskume
opened
2 years ago
1
fix bug isUnique mongoose 6.0.9 && mongo 4.2
#69
OguzBey
opened
3 years ago
0
Version 7.1.1 Doesn't work mongoose 6.0.9 && mongo version 4.2
#68
OguzBey
opened
3 years ago
1
Doesn't work with mongoose 5.12.5 and nestjs
#67
fdorantesm
opened
3 years ago
0
Are all errors supposed to be returned?
#66
germanliu
opened
4 years ago
1
Not working with mongoose 5.9.3
#65
akxer
opened
4 years ago
2
ValidationError contains empty errors property
#64
rfossella
closed
4 years ago
3
Not working with mongoose latest ( 5.7.0 )
#63
carlosalbertocruz
opened
5 years ago
1
Plugin validating unique on a non unique field
#62
ValentinGB
opened
5 years ago
0
fix: add hook for 'updateOne'
#61
hwaranglee
opened
5 years ago
0
Adding updateOne and updatedMany postHooks
#60
knacharam-rythmos
opened
6 years ago
1
Fixes the 'max call stack size exceeded' for reading error message from nested schema
#59
knacharam-rythmos
opened
6 years ago
2
Custom message detection in nested schema failed - max call stack size exceeded
#58
knacharam-rythmos
closed
6 years ago
0
Custom message detection in nested schema failed - max call stack size exceeded
#57
knacharam-rythmos
opened
6 years ago
0
mongoose-beautiful-unique-validation schema tree traversal can reach Mongo driver through $$context
#56
n-rook
opened
6 years ago
0
Fixed extracting index name from error message.
#55
NikitaKrasavtsev
closed
1 year ago
3
Custom message not working
#54
rhecl
opened
6 years ago
9
Avoid throwing a global error, instead transmit it to the middleware
#53
bdelville
opened
6 years ago
0
Global error
#52
bdelville
opened
6 years ago
1
Support for compound indexes
#51
BusbyActual
opened
6 years ago
1
Self-referenced schemas trigger an exception
#50
jllodra
closed
3 years ago
0
Fix parsing index compound keys
#49
men232
opened
6 years ago
2
Incorrect regex for compound keys
#48
men232
opened
6 years ago
1
Adds support for mongoose 5.0.2
#47
misshula
closed
6 years ago
1
Doesn't work with the new Mongoose 5.x RCs
#46
devinus
closed
6 years ago
4
Removed peerDependency since this package does not use it
#45
niftylettuce
closed
6 years ago
1
Unique custom message on nested objects.
#44
mtnptrsn
closed
6 years ago
1
ValidationError contains empty errors property
#43
martijnhiemstra
closed
6 years ago
3
Fixed default message formatter (closes #41)
#42
niftylettuce
closed
7 years ago
7
Allow custom global option to be passed as an option until core Mongoose issue resolved or better documented
#41
niftylettuce
closed
7 years ago
1
Switched type to `unique` to be consistent with Mongoose types
#40
niftylettuce
closed
7 years ago
20
Type should be lowercase underscored "duplicate_value"
#39
niftylettuce
closed
7 years ago
1
6.0.0 and mongoose 4.11.3
#38
mm188200
closed
7 years ago
4
Support Model.update()
#37
matteodelabre
closed
7 years ago
0
Fix for findOneAndUpdate post hook
#36
davebaol
closed
7 years ago
11
Validation not working
#35
ghost
closed
7 years ago
6
Add error code and array of duplicates in beautified error
#34
Igor-Lopes
opened
7 years ago
1
TypeError for plugin
#33
timargra
closed
7 years ago
2
No Update hook?
#32
Bosek
closed
7 years ago
4
Cannot get the custom message
#31
DanielRamosAcosta
closed
8 years ago
3
Only raise sub-errors for fields that are duplicates
#30
matteodelabre
closed
8 years ago
0
v5.1.0 raises validation errors to every other field
#29
daltones
closed
8 years ago
7
missing example for update
#28
krzysztofpniak
closed
8 years ago
1
findOneAndUpdate is not translated
#27
krzysztofpniak
closed
8 years ago
1
Support Model.create() via the new Error middleware
#26
matteodelabre
closed
8 years ago
0
Does not support global .plugin method
#25
mickyginger
closed
8 years ago
9
Support all mongoose types
#24
matteodelabre
closed
8 years ago
5
Support Uniqueness on ObjectId fields
#23
visageae
closed
8 years ago
6
Add Model.update beatify support
#22
0xMarkian
closed
8 years ago
4
Next