Skip to content

Releases: nielsgl/sequelize-paper-trail

Release 2.5.2

06 Mar 09:46
Compare
Choose a tag to compare
Release 2.5.2

Release 2.0.3

28 Dec 11:36
Compare
Choose a tag to compare

Release 2.0.2

28 Dec 11:29
Compare
Choose a tag to compare
Release 2.0.2

Release 2.0.1

28 Dec 11:28
Compare
Choose a tag to compare
  • Merge branch 'master' of github.com:nielsgl/sequelize-paper-trail (a3ceacd)
  • style: add editorconfig (54ab693)
  • Merge pull request #41 from ksfreitas/master (97e4531)
  • build: add circleci (f3ee7d1)
  • Fixing the bug #40: Not possible change defaultAttributes (4a37394)

Release 2.0.0

07 Nov 07:32
Compare
Choose a tag to compare
  • updated yarn.lock (4390441)
  • Merge pull request #25 from lijoantony/continuation-namespace-as-option (b27ffc0)
  • Merge pull request #24 from bkoltai/upgrade-sequelize (abcc2c6)
  • Merge pull request #23 from bkoltai/useful-associations (6868381)
  • Support for configuring continuationNamespace & continuationKey using options (5ae56ba)
  • Upgrade to sequelize v4 (a42e4bd)
  • Return hasMany association from hasPaperTrail to capture assocaition (b4764a0)

Release 1.3.3

29 Oct 11:19
Compare
Choose a tag to compare
Release 1.3.3

Release 1.3.2

29 Oct 11:17
Compare
Choose a tag to compare
  • updatd yarn.lock (e479ebe)
  • Added contributors section ❤️ (78a2f96)
  • Merge pull request #22 from lijoantony/fix-readme (eafc2fd)
  • Merge pull request #21 from lijoantony/fix-tests (303a94b)
  • README.md: Minor typo corrections (54ea8ba)
  • Readme: Updates the README with User Tracking section, corrections etc (654cf5d)
  • tests: Fixes index test case (33df9bc)
  • tests: Fixes import; removes console.log debug lines from tests (f34f3ac)
  • package.json: Adds missing packages (344a966)

Release 1.3.1

22 Oct 09:56
Compare
Choose a tag to compare
Release 1.3.1

Release 1.3.0

22 Oct 09:52
Compare
Choose a tag to compare
  • remove .node-version, added release script (58acb2c)
  • added yarn.lock file (4eb29e2)
  • Merge pull request #19 from lijoantony/master (c17825c)
  • package.json: Removes upper version limit on node & npm engines (d9b3e9e)
  • Merge pull request #18 from lijoantony/master (743aaf0)
  • hooks: Support for passing userId through opt param (1c5de17)
  • Change document_id & revision_id to documentId & revisionId (e22004e)
  • Changes to support Sequelize v4.0 (0ae822f)
  • fixes cls error (d5fbec1)
  • fix cls error (392b1b7)
  • Bumped to 1.2.3 (637707b)
  • Merge pull request #7 from gauravarora/patch-1 (1bfcfbc)
  • Merge pull request #5 from ChurchDesk/master (762ae6a)
  • Update README.md (f1b2b0f)
  • Enabled calculating of delta since this is required before saving the revision (33612ef)
  • Bumped the version number (1c8cac1)
  • Disabled delta calculations for performance, when not using the revision change model (69315cd)
  • Remove redundant change for wheter to save a revisionChange object or not. (90442aa)
  • Changed the default value of options.enableRevisionChangeModel (d7c714b)
  • Removed a failed code, will investigate later (3976e0e)
  • Updated docs (0c2d7a3)
  • Updated docs (4e1000d)
  • fail hard feature and option to disable revisionChangeModel (b6b0f7b)
  • Removed unused function (82e77ba)
  • Added migration example (c740847)
    • Added support for revision of models that has dependencies for other models. * Fixed continuation-local-storage support * Added Mysql support (fc27851)
  • package clean up (576d859)
  • Removed more babel dependencies (a7025cc)
  • Removed babel support since this code is meant to run in node and not in the browser. (3cc15dc)
  • Bumped to 1.2.1 (57062eb)
  • updated lib (2ed4efa)
  • updated with cls (8fbf829)
  • Added strict diff options to compare strings and numbers (d7ebed4)
  • updated build (a992aad)
  • updated README.md (86cb94a)
  • added strict diff mode to compare string representations of numbers and numbers (4ad7e58)
  • updated deep-diff dependency (6c61692)
  • added link to demo application repo (75d3ee6)
  • Merge branch 'develop' of github.com:nielsgl/sequelize-paper-trail (a855067)
  • Merge branch 'release/1.1.0' into develop (39ca5ae)
  • Merge branch 'release/1.1.0' (61b57cf)
  • updated README.md (a0f990d)
  • updated package to version 1.1.0 (5ca2b1f)
  • fixes custom revision attribute name (fe85565)
  • added revision number to default excluded fields (1b76746)
  • Merge branch 'develop' of github.com:nielsgl/sequelize-paper-trail (2bac42f)
  • Merge branch 'release/1.0.0' into develop (050a698)
  • Merge branch 'release/1.0.0' (e738bd6)
  • updated package to version 1.0.0 (77da7e7)
  • updated build (a72e5d8)
  • updates to use the correct model in case it is not the default Revision model name (66d1bff)
  • Merge branch 'master' of github.com:nielsgl/sequelize-paper-trail into develop (e9e114d)
  • updated build (742edf2)
  • setup association between model with hasPaperTrail to enable querying revisions for a specific model (4508c6f)
  • pass in db object so we can easily requery the paper trail models (1cc8b88)
  • updated fkeys (390ece0)
  • aded revisionable parameter to model (92cff00)
  • updated model with sequelize naming convention (a3e9d57)
  • updated README.md (c21dea9)
  • Merge branch 'release/0.4.0' into develop (c5b7d71)
  • Merge branch 'release/0.4.0' (c6f2361)
  • Several changes to the options to make the default values more consistent (f5e29fa)
  • Several changes to the options to make the default values more consistent (f28f294)
  • Merge branch 'master' of https://github.com/nielsgl/sequelize-paper-trail into develop (b495562)
  • updated option description in README.md (608b156)
  • fixes defaultMigration, set default option to false (312e339)
  • set default migration to false (bae661b)
  • remove useless hello world files (191fd20)
  • README.md looks pretty now 💎 back to development (6c1923c)
  • some more updates to the README.md (c89e8ed)
  • Added badges to README.md (88ef4fb)
  • Fixed url in package.json (60df7d2)
  • update url in package.json (a2a8ba8)
  • Merge branch 'release/v0.2.2' into develop (56b6e40)
  • Merge branch 'release/v0.2.2' (48a0bcf)
  • updated version number (1368ecd)
  • added lib directory (8d01826)
  • updated gitignore (6c579c6)
  • Revert "updated gitignore (missing lib dir)" (8ff0a54)
  • added lib dir (0b6f031)
  • updated gitignore (missing lib dir) (67ff4e7)
  • Merge branch 'release/v0.2.1' into develop (e6fb833)
  • Merge branch 'release/v0.2.1' (5d11744)
  • Updated README and test cleanup (c5f5e89)
  • updated README (06fab97)
  • Merge branch 'release/v0.2.1' (1201bc5)
  • updated readme with installation, basic usage, example, options and more (7a7965c)
  • remove annoying message for testing (f167563)
  • updated engine node version in package.json (2a0c160)
  • Added auto migration functionality to add revision attribute to the database if it doesnt exist (5870a48)
  • cleanup, automigration implemented, getting ready for beta 🎉 (9280b44)
  • added enableMigration option to automatically perform migration if the revision attribute doens't exist in the database (a750600)
  • added function to add the column to the database if it doesn't exist (bd7dede)
  • Public alpha1 release of sequelize paper trail plugin (565e46e)
  • updated package.json and README issue tracker url (9530f58)
  • Alpha version of paper trail plugin (2540733)
  • initial paper trail app ❤️ (dcc95de)
  • updated README.md (5a4f36a)
  • typo in package.json (7a832a3)
  • added .eslintrc, CHANGELOG and CONTRIBUTING files (da1031d)
  • updated license (8fe8b50)
  • added .gitignore and .npmignore (d667eb5)
  • updated package.json (60efcb7)
  • Initial commit (46b5481)

FIP

06 Feb 18:21
Compare
Choose a tag to compare
FIP

Reverted some code to try make it work again.