Releases: technowledgy/vue-postgrest
Releases · technowledgy/vue-postgrest
v1.0.0-alpha.2
v1.0.0-alpha.1
- feat: export error types and test for specific error types 762cd45
v1.0.0-alpha
- feat: unified error interface for mixin and component f8f23d1
- fix: don't set apiRoot default on component (set through $postgrest now) 7a76729
- feat(mixin): add mixin, refactor component, testing cd569bf
- refactor(rpc)!: remove rpc from component a1f4e74
- feat(rpc): make $postgrest.rpc available 8fcf9ab
- feat($postgrest): add $postgrest plugin on vue prototype to allow direct query access, partly refactor GenericModel e8a2bd0
- feat(RPC)!: allow query for GET and POST RPCs, change interface for rpc, refactor request out of component, add prefer: params= option c37980c
- feat(Query)!: replace url() with a custom query builder, supporting the complete PostgREST query api 6569077
- refactor: reduce build size, simplify directory structure, refactor utility functions ff93b8d
- feat(WrappedFunction): implement proper wrapped and observable function without the need for .call() aa5041c
v0.7.4
v0.7.3
v0.7.2
v0.7.1
v0.7.0
- feat(Module): slot scope provides "data" for custom accept headers 0bb5e05
- feat(GenericModel): add get method to item ec731d4
- feat(rpc): change call signature, fix data for get requests cca9086
- feat(rpc): wrap rpc in utility object 8ea5a31
- fix(GenericModel): do not patch keys with value undefined 36174e4
- feat: rework method options, queries and headers 55feeaa
- feat: combine prop single and binary to accept option ce79887
- fix(GenericModel): fix wrong variable name a21108f
- feat(Module): return get request return from get method 0ff8864
- feat(GenericModel): return request return val from methods 21fb209
- feat(GenericModel): include columns param for post and patch c641580
- feat(GenericModel): only provide "patch" and "delete" if pks available 9d61bd4