Skip to content

Releases: davesag/sequelize-pg-utilities

Version 2.0.2 (updated dependencies)

30 Jul 09:38
Compare
Choose a tag to compare

Version 2.0.1

15 Apr 02:30
Compare
Choose a tag to compare
  • upgraded pg
  • upgraded many development dependencies

Version 2.0.0

21 Jul 04:30
Compare
Choose a tag to compare
  • removed dependency on pgtools
  • made pg a peer dependency
  • updated a number of development dependencies
  • standardised return object to use flag dbNew not a mix of dbNew and isNew

Version 1.5.0

26 Apr 22:46
Compare
Choose a tag to compare
  • Removed the operatorsAliases option completely.

    • Note that this represents a slight API change.
    • If you still need operatorsAliases do not upgrade this dependency.
  • updated various development dependencies

Version 1.3.0

09 Feb 01:11
Compare
Choose a tag to compare

Now fully implements the passing through of a whitelisted range of additional configuration options.

Version 1.2.5

07 Feb 05:53
Compare
Choose a tag to compare
  • Supports additional programmatic configuration options. #32
  • Updated some nested development dependencies

Version 1.2.4 (pool.acquire and pool.evict)

07 Feb 02:02
Compare
Choose a tag to compare

feature

  • added support for pool.acquire and pool.evict both as config and environment variables. #32

housekeeping

  • updated various development dependencies
  • modernised lint-staged config

Version 1.2.3

26 Dec 02:59
Compare
Choose a tag to compare

Updated many development dependencies

Version 1.2.2

15 Nov 06:48
Compare
Choose a tag to compare
  • updated dependencies
  • set type to commonjs
  • restructured package

Version 1.2.1

04 May 02:37
Compare
Choose a tag to compare
  • fixed a bug in the migration configurator with respect to ssl handling
  • ignore operatorsAliases unless they are set specifically
  • updated dependencies