Skip to content

Releases: technowledgy/vue-postgrest

v1.0.0-alpha.2

06 May 17:02
Compare
Choose a tag to compare
v1.0.0-alpha.2 Pre-release
Pre-release
  • feat(Schema): wrap rpc in ObservableFunction e0def6e
  • feat(Request): add resolution param c1bc492
  • feat(Query): add on_conflict parsing 11aa471
  • fix(Request): fix fetch handling of request bodies 0ef9442

v1.0.0-alpha.1...v1.0.0-alpha.2

v1.0.0-alpha.1

06 May 11:17
Compare
Choose a tag to compare
v1.0.0-alpha.1 Pre-release
Pre-release
  • feat: export error types and test for specific error types 762cd45

v1.0.0-alpha...v1.0.0-alpha.1

v1.0.0-alpha

06 May 10:42
Compare
Choose a tag to compare
v1.0.0-alpha Pre-release
Pre-release
  • 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...v1.0.0-alpha

v0.7.4

21 Apr 10:09
Compare
Choose a tag to compare
v0.7.4 Pre-release
Pre-release
  • fix(GenericModel): fix reactivity with PKs c293ad3

v0.7.3...v0.7.4

v0.7.3

15 Apr 14:19
Compare
Choose a tag to compare
v0.7.3 Pre-release
Pre-release

v0.7.2...v0.7.3

v0.7.2

14 Apr 15:28
Compare
Choose a tag to compare
v0.7.2 Pre-release
Pre-release
  • fix(request): further limit prop fixing 31730c1

v0.7.1...v0.7.2

v0.7.1

14 Apr 15:20
Compare
Choose a tag to compare
v0.7.1 Pre-release
Pre-release
  • fix(Get): fix handling of limit prop 6095594

v0.7.0...v0.7.1

v0.7.0

08 Apr 15:32
Compare
Choose a tag to compare
v0.7.0 Pre-release
Pre-release
  • 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

v0.6.2...v0.7.0

v0.6.2

06 Apr 11:31
Compare
Choose a tag to compare
v0.6.2 Pre-release
Pre-release
  • fix(Request): only send select part of query for model methods 955398c

v0.6.1...v0.6.2

v0.6.1

03 Apr 19:08
Compare
Choose a tag to compare
v0.6.1 Pre-release
Pre-release
  • fix(rpc): return blob for binary call e1fd067

v0.6.0...v0.6.1