Vue Api Query Versions Save

💎 Elegant and simple way to build requests for REST API

v1.11.0

1 year ago

Features

v1.10.0

1 year ago

Bug Fixes

  • parser: fix behaviour when stringifying arrays (6098689), closes #214

Features

  • builder: add when method (8f08c8f), closes #219
  • builder: add support to pass an object as argument in where and whereIn methods (d77b365), closes #205

v1.9.1

2 years ago

Bug Fixes

  • model: merge request config recursively (dc617da)
  • model: prevent request config from ditching private data (#185) (4b12b18)
  • model: throw an error if operations are used with custom (#173) (eef91b1), closes #172

v1.9.0

3 years ago

Bug Fixes

Features

v1.8.2

3 years ago

Bug Fixes

  • builder: multiple nested filters were not working (#154) (72de598)
  • builder: use typeof instead of constructor for checks (644ab4e)

v1.8.1

3 years ago

Bug Fixes

  • deps: add missing dependency qs (80a7636)

v1.8.0

3 years ago

Features

  • builder: accept array for include, append and orderBy (#148) (0d7ac00)
  • builder: add support to nested filters (#141) (faf3d1e)
  • model: add methods with, all and $all (#147) (db39511)
  • model: add support to configuration at query builder (#142) (e46d63e)
  • model: add support to upload files (#143) (a93cf5e), closes #83

v1.7.1

3 years ago

Bug Fixes

  • model: fix typo in for error message (fbd2bca)

v1.7.0

3 years ago

Features

  • model: handle 'data' wrapped responses for create and update (#109) (1bc6248) (@fadugyamfi)
  • model: add support to nested keys for relations (#127) (095c1c3) (@JoaoPedroAS51)

Bug Fixes

  • model: add null check in isValidId (#115) (279f9dc) (@guirociozanini)
  • model: relations are not being applied if any is null (#134) (92932cc) (@JoaoPedroAS51)

Docs

  • add new documentation website :tada: (#130) (e1afa2a) (@JoaoPedroAS51)

See https://robsontenorio.github.io/vue-api-query/

1.6.1

3 years ago

Bump