Releases: technowledgy/vue-postgrest
Releases · technowledgy/vue-postgrest
v2.0.0-beta.1
2.0.0-beta.1 (2024-12-07)
Features
- Support Vue.js 3 (400338f)
BREAKING CHANGES
- Drop support for Vue.js 2.
v1.8.1
v1.8.0
Expose resetSchemaCache
function.
v1.7.1
Avoid initial request in mixin when pgConfig
is unset initially.
v1.7.0
Allow nested filters on top-level
v1.6.1
Fixed default headers for Prefer being overridden by other preferences.
v1.6.0
Added the headers
option to the Plugin to set default headers.
v1.5.1
Fix package.json's exports.
v1.5.0
This adds a reset of .hasReturned
to false
when calling ObservableFunction.clear()
.
v1.4.3
Fixed another regression regarding quoted values, this time values in arrays. While PostgREST doesn't parse any quotes there, PostgreSQL itelf does, so we need to quote.