Skip to content

Commit 62c3e93

Browse files
committed
- Re: [#78](#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
1 parent 0d502de commit 62c3e93

File tree

7 files changed

+577
-446
lines changed

7 files changed

+577
-446
lines changed

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
11
# Changelog
22

3+
## 3.3.0 - 2023-11-28
4+
5+
- Re: [#78](https://github.com/supabase-community/postgrest-csharp/issues/78) Updates signatures for `Not` and `Filter`
6+
to include generic types for a better development experience.
7+
- Updates internal generic type names to be more descriptive.
8+
- Add support for LINQ predicates on `Table<TModel>.Not()` signatures
9+
310
## 3.2.10 - 2023-11-13
411

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

715
## 3.2.9 - 2023-10-09
816

9-
- 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.
17+
- Re: [supabase-csharp#115](https://github.com/supabase-community/supabase-csharp/discussions/115) Additional support
18+
for a model referencing another model with multiple foreign keys.
1019

1120
## 3.2.8 - 2023-10-08
1221

0 commit comments

Comments
 (0)