File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 3.5.0 - 2024-01-14
4+
5+ - Re: [ #78 ] ( https://github.com/supabase-community/postgrest-csharp/issues/78 ) , Generalize query filtering creation
6+ in ` Table ` so that it matches new generic signatures.
7+ - Move from ` QueryFilter ` parameters to a more generic ` IPosgrestQueryFilter ` to support constructing new QueryFilters
8+ from a LINQ expression.
9+ - Note: Lists of ` QueryFilter ` s will now need to be defined
10+ as: ` new List<IPostgrestQueryFilter> { new QueryFilter(), ... } `
11+ - Adjust serialization of timestamps within a ` QueryFilter ` to support ` DateTime ` and ` DateTimeOffset ` using the
12+ ISO-8601 (https://stackoverflow.com/a/115002 )
13+
314## 3.4.1 - 2024-01-08
415
516- Re: [ #85 ] ( https://github.com/supabase-community/postgrest-csharp/issues/85 ) Fixes problem when using multiple .Order()
Original file line number Diff line number Diff line change 2020 </Description >
2121 <PackageIconUrl >https://avatars.githubusercontent.com/u/54469796?s=200& v=4</PackageIconUrl >
2222 <PackageTags >supabase,postgrest</PackageTags >
23- <ReleaseVersion >3.4.1 </ReleaseVersion >
24- <PackageVersion >3.4.1 </PackageVersion >
23+ <ReleaseVersion >3.5.0 </ReleaseVersion >
24+ <PackageVersion >3.5.0 </PackageVersion >
2525 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
2626 <PackageIcon >icon.png</PackageIcon >
2727 <PackageReadmeFile >README.md</PackageReadmeFile >
3434 </PropertyGroup >
3535
3636 <PropertyGroup Condition =" '$(Version)' == '' " >
37- <VersionPrefix Condition =" '$(VersionPrefix)' == '' " >3.4.1 </VersionPrefix >
37+ <VersionPrefix Condition =" '$(VersionPrefix)' == '' " >3.5.0 </VersionPrefix >
3838 <VersionSuffix Condition =" '$(VersionSuffix)' == '' " ></VersionSuffix >
3939 <Version Condition =" '$(VersionSuffix)' != '' " >$(VersionPrefix)-$(VersionSuffix)</Version >
4040 <Version Condition =" '$(Version)' == '' " >$(VersionPrefix)</Version >
You can’t perform that action at this time.
0 commit comments