Skip to content

Releases: ForestAdmin/forest-express-sequelize

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)

v6.3.5

05 Aug 17:58
Compare
Choose a tag to compare

6.3.5 (2020-08-05)

Bug Fixes

  • related data: fix related data display regression introduced in v6.3.3 (#484) (a585338)

v6.3.4

05 Aug 07:44
Compare
Choose a tag to compare

6.3.4 (2020-08-05)

Performance Improvements

  • ⚡ improve performance of queries on HasMany relationships (#474) (6e9c419)

v6.3.3

04 Aug 08:44
Compare
Choose a tag to compare

6.3.3 (2020-08-04)

Bug Fixes

  • vulnerability: patch a potential vulnerability updating forest-express to version 7.4.1 (#481) (d697f5e)

v6.3.2

13 Jul 13:18
Compare
Choose a tag to compare

6.3.2 (2020-07-13)

Bug Fixes

  • vulnerabilities: bump 2 dependencies of dependencies (#465) (7bb23c0)

v6.3.1

06 Jul 10:03
Compare
Choose a tag to compare

6.3.1 (2020-07-06)

Bug Fixes

  • search: return expected data on extended search on relations having string primary key (#455) (1fa13e8)