Releases: svnrnns/aurora-vue3
Releases Β· svnrnns/aurora-vue3
1.0.0
π Features
- Added axios integration.
- Added requests cancellation.
- Added basic instance configuration for
headers
,params
andtimeouts
. - Added configurable max ongoing unresolved requests handler.
- Added a loading state and the functions
recall( )
/stop( )
tocall( )
computed response. - Added reactivity.
- Added custom and imperative errors.
- Created hooks for core functions (get, post, put, patch, delete, call)
v0.0.51
v0.0.3 alpha
π Features
- Changed the
call( )
url param to β endpoint to serve as a real endpoint call, e.g.call('get', '/users')
. - Added reactivity to the new endpoint param in the
call( )
function. - Added more errors.
v.0.0.2 alpha
π Features
- Added reactivity.
- Added custom and imperative errors.
π Bugfixes
- Fixed module exports on Aurora.js
v0.0.1 alpha
π Features
- Added axios integration.
- Added requests cancellation.
- Added basic instance configuration for
headers
,params
andtimeouts
. - Added configurable max ongoing unresolved requests handler.
- Added a loading state and the functions
recall( )
/stop( )
tocall( )
computed response.