Skip to content

Latest commit

 

History

History
227 lines (134 loc) · 8.77 KB

CHANGELOG.md

File metadata and controls

227 lines (134 loc) · 8.77 KB

Changelog

Unreleased

v0.16.2 (Sep 22th, 204)

  • Through has many relations - #161

v0.16.1 (Sep 20th, 2024)

  • Explicit inverse relations - #160

v0.16.0 (Sep 20th, 2024)

v0.15.0 (Mar 18th, 2024)

  • Virtual relations - #155
  • Virtual attributes - #154
  • Bigint attributes - #153

v0.14.0 (Feb 22nd, 2024)

  • Pass context to api functions - #150
  • Improved support for computed fields - #149
  • Fix variable naming in delete api with after hooks - #151

v0.13.2 (Feb 9th, 2024)

  • Add support for the Time datatype - #148

v0.13.1 (Feb 6th, 2024)

  • Fix ecto syntax for non nil values in schemas filters - #146
  • Invert the order when combining queries using intersect - #147

v0.13.0 (Nov 28th, 2023)

  • Support for @ notation in scopes - #145

v0.12.1 (Nov 28th, 2023)

  • Workaround truncated auth debug - #144

v0.12.0 (Nov 22nd, 2023)

  • Set nil on parent deletes - #141
  • Policy evaluation debug logs - #142
  • Smarter input types - #143

0.11.0 (June 22th, 2023)

  • Do not nullify optional relations on updates by default - #140

0.10.3 (June 22th, 2023)

  • Better support for :neq in comparisons - #139

0.10.2 (June 22th, 2023)

  • Not-equal comparison syntax sugar - #138

0.10.1 (June 19th, 2023)

  • Allow nil comparison in scopes - #137

0.10.0 (December 10th, 2022)

0.9.0 (October 30th, 2022)

  • Drop tables after indices - #130
  • List arguments in custom actions - #128
  • New dataloader, querying, evaluate and compare apis - #127
  • Cache relations properly - #132
  • Safer query aliasing - #133
  • Not nil schema filter - #134
  • Added schema inverse_relation/1 - #135

0.8.3 (September 6th, 2022)

  • Optional field auth - #126

0.8.2 (August 18th, 2022)

  • Optional auth - #125

0.8.1 (August 8th, 2022)

  • Openapi improvements - #123

0.8.0 (August 7th, 2022)

0.7.3 (July 23rd, 2022)

  • Introduce mix graphism.new - #118
  • Better support for aliases in computed relations - #120
  • Ast improvements - #117

0.7.2 (July 20th, 2022)

  • Getting started guide - #116
  • More robust constraint migrations - #115

0.7.1 (July 19th, 2022)

  • Queries for non unique keys - #114
  • Simplified auth on has_many relations - #113

0.7.0 (July 19th, 2022)

  • Split code into smaller modules - #111
  • Fix index creation order - #110
  • Custom aggregations - #109
  • Relation telemetry - #108
  • Authorization telemetry - #107
  • Custom queries - #105
  • Optional entity refetch - #104
  • Manual preloads - #103

0.6.0 (June 24th, 2022)

  • Scope list results - #101
  • Json type - #100
  • Improved schema Introspection - #99

0.5.1 (June 14th, 2022)

  • Fix support for :text attributes - #98

0.5.0 (June 13th, 2022)

  • Add :text attribute type - #97
  • Introspection enhancements
    • Add column_type/1 to entity schema mmodule - #94
    • Add column_name/1 to entity schema module - #96

0.4.4 (May 5th, 2022)

  • Pass parent structs to before hooks - #92
  • Cascade deletes - #91
  • Better migrations - #90
  • More accurate primary keys in relations with aliases - #89

0.4.3 (April 26th, 2022)

  • More flexible query pagination - #87

0.4.2 (April 25th, 2022)

  • Fix query pagination and preloads - #86

0.4.1 (April 22th, 2022)

  • Aggregate queries - #84
  • Use aggregateAll instead of aggregate - #85

0.4.0 (April 15th, 2022)

  • Sorting and paginating queries - #82

0.3.10 (April 2nd, 2022)

  • Skippable migrations - #80

0.3.9 (March 17th, 2022)

  • Field validation improvements - #77

0.3.8 (March 8th, 2022)

  • Non empty fields - #75

0.3.7 (March 7th, 2022)

  • Immutable fields - #74

0.3.6 (Feb 25th, 2022)

  • Before/After hooks when deleting - #72

0.3.5 (Feb 20th, 2022)

  • More robust migrations parsing - #69

0.3.4 (Feb 13rd, 2022)

  • Entity sort - #67

0.3.3 (Feb 1st, 2022)

  • Self referencing entities - #65

0.3.2 (Jan 15th, 2022)

  • Absinthe middleware - #63

0.3.1 (Jan 7th, 2022)

  • Support optional computed attributes - #61

0.3.0 (Dec 28th, 2021)

  • File uploads - #59

0.2.2 (Dec 17th, 2021)

  • Non unique keys - #57
  • Custom mutations and computed attributes improvements - #55

0.2.1 (Dec 4th, 2021)

  • Ability to chain after hooks - #53

0.2.0 (Dec 3rd, 2021)

  • Support for dates without time information - #51
  • More flexible entity fetch on api create/update - #50
  • Optional preloads - #49
  • Graceful foreign key constraint validations - #48
  • Composite keys - #47
  • Client generated ids - #46
  • Lookup arguments - #44