Skip to content

Releases: ForestAdmin/forest-express-sequelize

v6.3.15

13 Nov 14:02
Compare
Choose a tag to compare

6.3.15 (2020-11-13)

Bug Fixes

  • don't compute smart fields when not requested on associated records (#540) (5c95163)

v6.3.14

03 Nov 15:25
Compare
Choose a tag to compare

6.3.14 (2020-11-03)

Bug Fixes

  • request the right fields for belongsTo relationships with casing difference between DB and JS (#530) (84de297)

v6.3.13

05 Oct 06:36
Compare
Choose a tag to compare

6.3.13 (2020-10-05)

Bug Fixes

  • fix an error when accessing tables with a hasOne relationship (#512) (bb2f51e)

v6.3.12

01 Oct 09:35
Compare
Choose a tag to compare

6.3.12 (2020-10-01)

Bug Fixes

  • leaderboard chart: fix query on many to many relationship (#510) (0e90750)

v6.3.11

09 Sep 13:13
Compare
Choose a tag to compare

6.3.11 (2020-09-09)

Bug Fixes

v6.3.10

08 Sep 12:17
Compare
Choose a tag to compare

6.3.10 (2020-09-08)

Bug Fixes

  • 🐛 fix retrieved fields from the database when a smart field is used as a reference field (#505) (14286fb)

v6.3.9

04 Sep 14:06
Compare
Choose a tag to compare

6.3.9 (2020-09-04)

Bug Fixes

  • 🐛 set primary keys as required if not generated (#501) (f977b37)

v6.3.8

01 Sep 12:20
Compare
Choose a tag to compare

6.3.8 (2020-09-01)

Bug Fixes

  • 🐛 fix a regression introduced by changes in the build (#496) (89d94fe)

v6.3.7

31 Aug 09:58
Compare
Choose a tag to compare

6.3.7 (2020-08-31)

Performance Improvements

  • ⚡ only return ids of related records, not all fields (#477) (435c061)

v6.3.6

10 Aug 16:51
Compare
Choose a tag to compare

6.3.6 (2020-08-10)

Bug Fixes

  • prevent scopes validation crashes for conditions with boolean or number values (#487) (389f590)