Skip to content

Releases: tailflow/laravel-orion-ts

4.1.0

15 Feb 15:43
Compare
Choose a tag to compare
  • feat: add aggregates operations (PR #42, thank you @StemateF)

v4.0.0

04 Apr 05:56
Compare
Choose a tag to compare
  • revert!: fetching sanctum csrf cookie automatically (8b645da)

v3.4.0

06 Mar 12:33
Compare
Choose a tag to compare

v3.3.0

18 Dec 20:37
Compare
Choose a tag to compare

feat: add http client getter to the query builder

v3.2.0

18 Dec 20:25
Compare
Choose a tag to compare
  • feat: rearrange http client method params

v3.1.0

18 Dec 20:15
Compare
Choose a tag to compare
  • feat: ability to instantiate http client without prefix

v3.0.0

18 Dec 17:58
Compare
Choose a tag to compare
  • feat: make http client aware of csrf cookie fetch status

v2.1.2

04 Oct 14:13
Compare
Choose a tag to compare
  • fix: hydrating nullable relations (9b97c04)

v2.1.1

21 Aug 04:13
Compare
Choose a tag to compare
  • fix: remove trailing slash from the index and store operation requests

v2.1.0

07 Apr 03:38
Compare
Choose a tag to compare
  • Check for XSRF-TOKEN cookie presence and throw an error, if it is missing