Releases: tailflow/laravel-orion-ts
Releases · tailflow/laravel-orion-ts
4.1.0
- feat: add aggregates operations (PR #42, thank you @StemateF)
v4.0.0
- revert!: fetching sanctum csrf cookie automatically (8b645da)
v3.3.0
feat: add http client getter to the query builder
v3.2.0
- feat: rearrange http client method params
v3.1.0
- feat: ability to instantiate http client without prefix
v3.0.0
- feat: make http client aware of csrf cookie fetch status
v2.1.2
- fix: hydrating nullable relations (9b97c04)
v2.1.1
- fix: remove trailing slash from the index and store operation requests
v2.1.0
- Check for
XSRF-TOKEN
cookie presence and throw an error, if it is missing