Skip to content

Releases: sugarandmagic/sequelize-mv-support

v4.1.2

29 Nov 14:49
Compare
Choose a tag to compare

4.1.2 (2022-11-29)

Bug Fixes

  • set correct return type on result of define method (78f20bf)

v4.1.1

29 Nov 11:52
Compare
Choose a tag to compare

4.1.1 (2022-11-29)

Bug Fixes

  • explicitly export Model class (862b6a1)

v4.1.0

29 Nov 10:35
Compare
Choose a tag to compare

4.1.0 (2022-11-29)

Bug Fixes

  • use new query interface location (950c074)

Features

  • update all dependencies and fix ts errors (610eb80)

v4.0.2

01 Jun 16:07
Compare
Choose a tag to compare

4.0.2 (2020-06-01)

Bug Fixes

  • deps: setting to minor to auto publish dep bumps (3a21f2e)

v4.0.1

17 Feb 17:46
Compare
Choose a tag to compare

4.0.1 (2020-02-17)

Bug Fixes

  • drone: fix pg docker image to image: 'postgres:10.7' (cce3a9b)

v4.0.0

03 Feb 09:31
Compare
Choose a tag to compare

4.0.0 (2020-02-03)

Features

  • node12: use node 12 internally and bump deps (7c6a601)
  • node12: use node 12 internally and bump deps (ae3267b)

BREAKING CHANGES

  • node12: node 12 internally may not be compatible
  • node12: node 12 internally may not be compatible

v3.0.3

09 Jan 13:41
Compare
Choose a tag to compare

3.0.3 (2020-01-09)

Bug Fixes

  • sequelize: expose the options opject publicly (9870435)

v3.0.2

09 Jan 12:51
Compare
Choose a tag to compare

3.0.2 (2020-01-09)

Bug Fixes

  • sequelize: add missing datatypes to Sequelize class (d93ee08)

v3.0.1

08 Jan 16:53
Compare
Choose a tag to compare

3.0.1 (2020-01-08)

Bug Fixes

  • schema: fix garbled schema names (64a78b6)

v3.0.0

08 Jan 16:13
Compare
Choose a tag to compare

3.0.0 (2020-01-08)

Features

  • add support for both views and materialized views (59d9c4e)
  • view definitions are now just the regular sql query (53402c8)
  • schema: add support for custom schemas in views (13bb753)
  • types: export all types at module, default, and Sequelize (510ddf7)

BREAKING CHANGES

  • View definition no longer includes CREATE ... AS component
  • View methods now refer to regular views. Materialized views have new function and
    option names.