All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
3.0.0 (2019-04-05)
- objection: upgrade knex to v0.16 (718f40a)
- objection: See the knex changelog for detailed list of breaking changes.
2.3.0 (2019-02-20)
2.2.0 (2019-02-08)
- add default empty objects to JSON schema configurations (1b7b006)
- declarations for object shapes should use
type
, notinterface
(7928e6a) - remove
declare module
wrappers from all d.ts files 🔥 (c0e7cd5), closes #69
- objection: add typings (2f190a7)
- objection: export the whole module (441660d)
- objection: support modelClass resolution even in through relations (83f6421)
2.2.0-alpha.9 (2019-01-28)
Note: Version bump only for package @atlas.js/objection
2.2.0-alpha.8 (2019-01-28)
2.2.0-alpha.7 (2019-01-16)
Note: Version bump only for package @atlas.js/objection
2.2.0-alpha.6 (2019-01-15)
- objection: support modelClass resolution even in through relations (83f6421)
2.1.1 (2018-07-17)
Note: Version bump only for package @atlas.js/objection
2.1.0 (2018-07-12)
- objection: upgrade knex to 0.15 (3dddda9)
- drop components's static defaults, use static config (JSON schema) (5c7d5ce)
- objection: client can now also be a function (b27aee2)
- objection: Eagerly fetch table metadata on startup (8a879c3)
- node.js 10 is now supported release line (521ac2c)
1.1.1 (2018-03-07)
- objection: Do not crash when model does not have any relations (f98bf46)
1.1.0 (2018-02-23)
- objection: Export Objection's QueryBuilder (68fdfef)
1.0.0 (2018-02-15)
- objection: Upgrade Objection.js to 1.0 (43bbb18)
- objection:
0.4.0 (2017-12-13)
- component: The resolve() function is now passed as
component
(dd034d6)
0.3.0 (2017-11-24)
- objection: Expose ref, lit functions (3612c28)
0.2.0 (2017-11-15)
- objection: Export more stuff from the original objection library (7e2401d)
0.1.2 (2017-11-14)
- objection: Resolve relations to already known models (300ef3e)
0.1.1 (2017-11-09)
- objection: Do not pass storage to Umzug as class - use module name (a1d1572)