Releases: ForestAdmin/forest-express-sequelize
Releases · ForestAdmin/forest-express-sequelize
v6.3.15
6.3.15 (2020-11-13)
Bug Fixes
- don't compute smart fields when not requested on associated records (#540) (5c95163)
v6.3.14
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
6.3.13 (2020-10-05)
Bug Fixes
- fix an error when accessing tables with a hasOne relationship (#512) (bb2f51e)
v6.3.12
6.3.12 (2020-10-01)
Bug Fixes
- leaderboard chart: fix query on many to many relationship (#510) (0e90750)
v6.3.10
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
6.3.9 (2020-09-04)
Bug Fixes
- 🐛 set primary keys as required if not generated (#501) (f977b37)
v6.3.8
6.3.8 (2020-09-01)
Bug Fixes
- 🐛 fix a regression introduced by changes in the build (#496) (89d94fe)
v6.3.7
6.3.7 (2020-08-31)
Performance Improvements
- ⚡ only return ids of related records, not all fields (#477) (435c061)
v6.3.6
6.3.6 (2020-08-10)
Bug Fixes
- prevent scopes validation crashes for conditions with boolean or number values (#487) (389f590)