Skip to content

Releases: mweibel/connect-session-sequelize

v7.1.7

23 May 05:51
9b82f9b
Compare
Choose a tag to compare

What's Changed

  • Add missing SequelizeStoreOptions.modelKey to index.d.ts by @mrfigg in #147

New Contributors

Full Changelog: v7.1.6...v7.1.7

v7.1.6

18 Apr 06:42
14d6b2b
Compare
Choose a tag to compare

What's Changed

  • fix/findCreateFind should always use master by @hadrien-f in #145
  • update dependency versions reported by npm audit and dependabot

Full Changelog: v7.1.5...v7.1.6

v7.1.5

31 Aug 04:58
5e4a861
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.1.4...v7.1.5

v7.1.4

30 May 07:02
7b569c6
Compare
Choose a tag to compare

What's Changed

  • Upgrade moment
  • Remove unused dependency: deep-equal by @toastal in #135

New Contributors

Full Changelog: v7.1.3...v7.1.4

bump deps

30 May 07:00
7abfd56
Compare
Choose a tag to compare
v7.1.3

bump version

fix default options parsing

06 Sep 07:16
02ad746
Compare
Choose a tag to compare

thanks @davidjb for fixing the default options (namely table and model names) in #128

Fix TypeScript definitions

11 Feb 07:00
e6f04dd
Compare
Choose a tag to compare

add sync options

12 Jan 10:17
Compare
Choose a tag to compare

fix TS changes & cookie.expires date assignment

16 Oct 11:30
6b60a8f
Compare
Choose a tag to compare

fix adding typescript definitions

23 Sep 11:51
dd75c9c
Compare
Choose a tag to compare

due to an oversight in 7.0.2 this release had to be published to actually publish the TS definitions.
thanks @AlanMorel for pointing this out.