Skip to content

Releases: feathersjs-ecosystem/feathers-objection

Updates to the error handler

01 Feb 14:45
Compare
Choose a tag to compare
  • Changed error-handler to return only error message
  • Original errors are now available via a secure Symbol
  • Added README section on DB migrations with Knex Migration CLI
  • Added README section on using transactions

Updated the error-handler to support Objection v2.x errors

27 Dec 16:59
Compare
Choose a tag to compare
- Updated the error-handler to support Objection v2.x errors

- Updated package.json's engines.node to `>= 8`

Added example of querying JSON field with dot

27 Dec 15:03
Compare
Choose a tag to compare
v4.6.5

Added example of querying JSON field with dot

Updated dependencies

27 Dec 14:39
Compare
Choose a tag to compare
- Updated Dependencies

- Added objection v1.x as peer-dependency

Updated docs

06 Dec 23:51
Compare
Choose a tag to compare
v4.6.3

Fixed typo in docs

Added $mergeEager to merge an eager expression to `$eager`

06 Dec 23:34
Compare
Choose a tag to compare
v4.6.2

Added $mergeEager to merge an eager expression to `$eager`

Added $modifyEager query param

06 Dec 17:13
Compare
Choose a tag to compare

Added $modifyEager query param to filter relation based on relation's field

Fixed syntax error on count with composite PK in MySQL

12 Nov 16:32
Compare
Choose a tag to compare

Changed countDistinct to be used only with joinRelation operator. otherwise, count will be used.

11 Oct 19:40
Compare
Choose a tag to compare
- Changed `countDistinct` to be used only with `joinRelation` operator

- Bumped version to 4.4.3

Fixed support and docs for JSON specific query operators

11 Oct 18:41
Compare
Choose a tag to compare
- Fixed support and docs for JSON specific query operators

- Bumped version to 4.4.2