sequelize-paper-trail
sequelize-paper-trail copied to clipboard
Sequelize plugin for tracking revision history of model instances.
Bumps [tar](https://github.com/npm/node-tar) from 4.4.10 to 4.4.19. Commits 9a6faa0 4.4.19 70ef812 drop dirCache for symlink on all platforms 3e35515 4.4.18 52b09e3 fix: prevent path escape using drive-relative paths bb93ba2 fix: reserve...
Can this package be used with TypeORM Im already using it with sequelize Is there any way it will work with TypeORM
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Filters `previousVersion` and `currentVersion` by Sequelize's `rawAttributes`. The purpose is to allow JSONB objects to be saved in the document. I am not 100% sure what the previous omitBy usage...
JSON field was changed to JSONB (I think its a Postgres specific field). In past versions of paper-trail, the JSON field it worked fine with MySQL 5.7+ versions. I'm working...
feature request: `beforeBulkUpdate` and `afterBulkUpdate` hooks Currently, using Sequelize's `Model.update()` does not leave a paper trail. It should. (using `instance.update()` works fine today and that should stay the same)
feature request: bulkCreate hook Currently, using Sequelize bulkCreate does not leave a paper trail. It should.
Any suggestions for getting this to work with sequelize-typescript?
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.6.6 to 4.16.6. Changelog Sourced from browserslist's changelog. 4.16.6 Fixed npm-shrinkwrap.json support in --update-db (by Geoff Newman). 4.16.5 Fixed unsafe RegExp (by Yeting Li). 4.16.4 Fixed unsafe...
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.4 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 2.8.8 (2020-02-29) Bug Fixes #61 & #65...