issues
search
codepunkt
/
mongoose-patch-history
Mongoose plugin that saves a history of JSON patch operations for all documents belonging to a schema in an associated 'patches' collection
MIT License
96
stars
21
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Updated for Mongoose 7.x, fixed bug when removing patches when source…
#109
randy-chung
closed
1 year ago
0
Bump minimist from 1.2.5 to 1.2.8
#108
dependabot[bot]
opened
1 year ago
0
Bump mongoose from 5.12.3 to 5.13.15
#107
dependabot[bot]
opened
1 year ago
0
Patches are not deleted if I use deleteMany({})
#106
naustra
opened
1 year ago
1
Bump flat from 4.1.0 to 5.0.2
#105
dependabot[bot]
opened
1 year ago
0
Bump fast-json-patch from 2.2.1 to 3.1.1
#104
dependabot[bot]
opened
1 year ago
0
[Snyk] Security upgrade fast-json-patch from 2.2.1 to 3.1.1
#103
snyk-bot
opened
1 year ago
0
Bump qs from 6.4.0 to 6.4.1
#102
dependabot[bot]
opened
1 year ago
0
Close version with latest changes
#101
javiermixture17
opened
2 years ago
2
mongoose 6.4.4 not work
#100
hmz22
opened
2 years ago
4
Bump minimist from 1.2.5 to 1.2.6
#99
dependabot[bot]
closed
1 year ago
1
Fix "cannot set property _original of null" error
#98
danielbayerlein
closed
2 years ago
4
Bump tough-cookie from 2.3.2 to 2.3.4
#97
dependabot[bot]
closed
2 years ago
0
Make name of internal data() method configurable
#96
vinerich
opened
2 years ago
0
@types/mongoose-patch-history
#95
danielbayerlein
opened
2 years ago
4
test: generate coverage data
#94
codepunkt
opened
2 years ago
0
chore: delete travis configuration
#93
codepunkt
closed
2 years ago
0
test: create github action
#92
codepunkt
closed
2 years ago
0
Not capturing delete events.
#91
garg10may
opened
2 years ago
7
fix: remove bluebird promise runtime dependency
#90
vinerich
closed
2 years ago
3
fix: upsert with multi property
#89
vinerich
closed
2 years ago
0
Use user supplied mongoose instance for Schema creation
#88
vinerich
closed
2 years ago
0
chore: update npm lockfile to v2
#87
vinerich
closed
2 years ago
1
Maintenance and compatability with newer mongoose
#86
jdegger
closed
2 years ago
12
Always use mongoose instance from options.mongoose
#85
jdegger
closed
3 years ago
2
Always use mongoose instance from options.mongoose
#84
jdegger
closed
3 years ago
0
[Snyk] Security upgrade mongoose from 5.12.3 to 6.0.4
#83
snyk-bot
opened
3 years ago
0
Bump handlebars from 4.7.6 to 4.7.7
#82
dependabot[bot]
closed
2 years ago
1
Bump y18n from 4.0.0 to 4.0.1
#81
dependabot[bot]
closed
3 years ago
0
[Snyk] Security upgrade mongoose from 5.10.7 to 5.12.3
#80
snyk-bot
closed
3 years ago
0
[Snyk] Security upgrade mongoose from 5.10.7 to 5.12.2
#79
snyk-bot
opened
3 years ago
0
[Snyk] Security upgrade lodash from 4.17.20 to 4.17.21
#78
codepunkt
closed
3 years ago
0
Adding lean() causes TypeError: document.data is not a function
#77
jamesholcomb
opened
3 years ago
9
[Snyk] Security upgrade mongoose from 5.7.5 to 5.11.7
#76
snyk-bot
opened
3 years ago
0
Bump ini from 1.3.5 to 1.3.8
#75
dependabot[bot]
closed
3 years ago
0
Timeout upon saving a new document
#74
hk7math
opened
3 years ago
7
Adapt to changed mongoose behaviour
#73
vinerich
closed
3 years ago
1
Draft: Bug update one not returning
#72
vinerich
closed
4 years ago
4
Bug: With the plugin, updateOne hangs, if nothing was found
#71
maxsimych
closed
3 years ago
8
Fixed undefined document with mongoose options (new && rawResult)
#70
vinerich
closed
4 years ago
1
findOneAndUpdate with options { new: true, rawResult: true } throws Error
#69
maxsimych
closed
4 years ago
6
Cannot perform an `add` operation at the desired path
#68
intermx-reddysai
closed
2 years ago
6
Formatted files according to new prettier-config
#67
vinerich
closed
4 years ago
1
chore: bump to v2.0.0
#66
codepunkt
closed
4 years ago
0
Breaking change in new released version v1.4.0: MongoError: unknown top level operator: $push
#65
BMartinos
closed
4 years ago
6
Rollback without saving
#64
vinerich
closed
4 years ago
0
Adding excludes option
#63
vinerich
closed
4 years ago
7
Added handling of push/pull and arrayFilter operators
#62
vinerich
closed
4 years ago
12
Removed deprecated functions from mongoose.connect()
#61
vinerich
closed
4 years ago
0
Updated CI to perform a matrix test on all supported mongodb versions
#60
vinerich
closed
4 years ago
0
Next