Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Latest commit

 

History

History
228 lines (84 loc) · 6.34 KB

CHANGELOG.md

File metadata and controls

228 lines (84 loc) · 6.34 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

3.0.0 (2019-04-05)

Features

  • objection: upgrade knex to v0.16 (718f40a)

BREAKING CHANGES

  • objection: See the knex changelog for detailed list of breaking changes.

2.3.0 (2019-02-20)

Features

  • atlas: log validation errors via atlas.log 🔎 (83d088a), closes #66

2.2.0 (2019-02-08)

Bug Fixes

  • add default empty objects to JSON schema configurations (1b7b006)
  • declarations for object shapes should use type, not interface (7928e6a)
  • remove declare module wrappers from all d.ts files 🔥 (c0e7cd5), closes #69

Features

  • 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)

Bug Fixes

  • remove declare module wrappers from all d.ts files 🔥 (c0e7cd5), closes #69

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)

Features

  • 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)

Features

  • objection: upgrade knex to 0.15 (3dddda9)

2.0.0 (2018-05-22)

Features

  • 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)

BREAKING CHANGES

1.1.1 (2018-03-07)

Bug Fixes

  • objection: Do not crash when model does not have any relations (f98bf46)

1.1.0 (2018-02-23)

Features

  • objection: Export Objection's QueryBuilder (68fdfef)

1.0.0 (2018-02-15)

Features

  • objection: Upgrade Objection.js to 1.0 (43bbb18)

BREAKING CHANGES

  • objection:

0.4.0 (2017-12-13)

Features

  • component: The resolve() function is now passed as component (dd034d6)

0.3.0 (2017-11-24)

Features

  • objection: Expose ref, lit functions (3612c28)

0.2.0 (2017-11-15)

Features

  • objection: Export more stuff from the original objection library (7e2401d)

0.1.2 (2017-11-14)

Bug Fixes

  • objection: Resolve relations to already known models (300ef3e)

0.1.1 (2017-11-09)

Bug Fixes

  • objection: Do not pass storage to Umzug as class - use module name (a1d1572)

0.1.0 (2017-11-09)

Features