Skip to content

Commit

Permalink
- Re: [#78](#78) Updates signatures for Not and Filter
Browse files Browse the repository at this point in the history
  to include generic types for a better development experience.
- Updates internal generic type names to be more descriptive.
- Add support for LINQ predicates on `Table<TModel>.Not()` signatures
  • Loading branch information
acupofjose committed Nov 29, 2023
1 parent 0d502de commit 62c3e93
Show file tree
Hide file tree
Showing 7 changed files with 577 additions and 446 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
# Changelog

## 3.3.0 - 2023-11-28

- Re: [#78](https://github.com/supabase-community/postgrest-csharp/issues/78) Updates signatures for `Not` and `Filter`
to include generic types for a better development experience.
- Updates internal generic type names to be more descriptive.
- Add support for LINQ predicates on `Table<TModel>.Not()` signatures

## 3.2.10 - 2023-11-13

- Re: [#76](https://github.com/supabase-community/postgrest-csharp/issues/76) Removes the incorrect `ToUniversalTime` conversion in the LINQ `Where` parser.
- Re: [#76](https://github.com/supabase-community/postgrest-csharp/issues/76) Removes the incorrect `ToUniversalTime`
conversion in the LINQ `Where` parser.

## 3.2.9 - 2023-10-09

- Re: [supabase-csharp#115](https://github.com/supabase-community/supabase-csharp/discussions/115) Additional support for a model referencing another model with multiple foreign keys.
- Re: [supabase-csharp#115](https://github.com/supabase-community/supabase-csharp/discussions/115) Additional support
for a model referencing another model with multiple foreign keys.

## 3.2.8 - 2023-10-08

Expand Down
Loading

0 comments on commit 62c3e93

Please sign in to comment.