supabase / postgrest-dart

Dart client for PostgREST
https://supabase.com
MIT License
136 stars 38 forks source link

Rename Filters #21

Closed dshukertjr closed 3 years ago

dshukertjr commented 3 years ago

What kind of change does this PR introduce?

Align postgrest-dart with postgrest-js about this PR.

What is the current behavior?

Deprecated filters are being used.

What is the new behavior?

Renamed filters are introduced and deprecated filters have deprecated flags on them.

dshukertjr commented 3 years ago

@phamhieu If this PR were to be merged, should I increment the version number as well?

phamhieu commented 3 years ago

lgtm @dshukertjr, nice work as usual.

@phamhieu If this PR were to be merged, should I increment the version number as well?

that'll be great. Let make it version 0.1.0. Can you also update the CHANGELOG.md. Thank you.

dshukertjr commented 3 years ago

Thank you so much @phamhieu ! I have bumped the version to 0.1.0 and updated the changelog.md!