Skip to content

Releases: fabrix-app/spool-sequelize

1.6.17

28 Jun 15:38
2c48b29
Compare
Choose a tag to compare

Fixes Model Configuration

1.6.15

05 Jun 14:46
f72bcc4
Compare
Choose a tag to compare

Description

For some reason still unknown, plugins will try to load multiple times on the same sequelize instance, this patch fixes this behavior but does not discover why.

Issues

1.6.16

05 Jun 16:13
4b7ce11
Compare
Choose a tag to compare

Fixes local namespace plugins

1.6.13

01 May 16:38
0eaab5a
Compare
Choose a tag to compare

Description

model conflicts with other implementations, opting for resolver…

Issues

  • resolves none

1.6.12

01 May 16:19
9f7a907
Compare
Choose a tag to compare

Description

Reference the model on the instance

Issues

  • resolves none

1.6.11

16 Apr 03:03
cf2fec6
Compare
Choose a tag to compare

Description

Extend prototype of parent model when model extends another model

Issues

  • resolves none

1.6.10

28 Mar 14:59
4a23cd7
Compare
Choose a tag to compare

Global Sequelize instance

1.6.9

27 Mar 21:58
ba0adb3
Compare
Choose a tag to compare
Merge pull request #38 from fabrix-app/v1.6

[feat] allow heavy modification of Sequelize

1.6.8

24 Mar 14:54
0304769
Compare
Choose a tag to compare

Fixes issue where resolver couldn't inspect the options, schema for a model

1.6.7

20 Mar 22:42
3b035c6
Compare
Choose a tag to compare

Description

Sequelize 5.0 is out and it still has some issues to work out. This release locks down sequelize and the Types until the 5.0 migration can be made.