Skip to content

Releases: IlyaSemenov/graphql-orm

v4.2.1

27 Apr 06:25
Compare
Choose a tag to compare

4.2.1 (2022-04-27)

Bug Fixes

  • allow filter by boolean value (0a697a5)

v4.2.0

16 Apr 16:45
Compare
Choose a tag to compare

4.2.0 (2022-04-16)

Features

  • pass resolve tree to modifiers (closes #4) (1cc5d16)

v4.1.2

16 Apr 09:11
Compare
Choose a tag to compare

4.1.2 (2022-04-16)

Bug Fixes

  • select fields with ref() (46a2d29)

Performance Improvements

  • types: get rid of outdated hack (55192c1)

v4.1.1

08 Apr 06:17
Compare
Choose a tag to compare

4.1.1 (2022-04-08)

Bug Fixes

  • add typings for resolver/query context (68d7d1f)

v4.1.0

08 Apr 05:59
Compare
Choose a tag to compare

4.1.0 (2022-04-08)

Bug Fixes

  • compatibility with objection 3 (7b5fc03)

Features

v4.0.3

10 Feb 12:43
Compare
Choose a tag to compare

4.0.3 (2022-02-10)

Performance Improvements

  • replace rollup with tsup, publish source code (87a5456)

v4.0.2

23 Jun 17:29
Compare
Choose a tag to compare

4.0.2 (2021-06-23)

Bug Fixes

  • prevent crash on models without relationMappings (117ada8)

v4.0.1

04 Jun 11:20
Compare
Choose a tag to compare

4.0.1 (2021-06-04)

Bug Fixes

  • support optional GraphQL arguments in filter (735fc9d)

v4.0.0

16 Jan 10:33
Compare
Choose a tag to compare

4.0.0 (2021-01-16)

Code Refactoring

  • separate RelationResolver and FieldResolver (8d74f04)

BREAKING CHANGES

  • FieldResolver no more accepts filter and paginate, use RelationResolver for relations.

v3.0.0

11 Jan 05:41
Compare
Choose a tag to compare

3.0.0 (2021-01-11)

Code Refactoring

BREAKING CHANGES

    • rename npm package
  • Completely different usage API. Please refer to the updated README.
  • Drop support for graphql.* model modifiers (use ModelResolver/FieldResolver API)
  • Nested filters are taken from nested fields args, not from root args subfields