Skip to content

Releases: svnrnns/aurora-vue3

1.0.0

07 Aug 12:57
Compare
Choose a tag to compare

πŸš€ Features

  • Added axios integration.
  • Added requests cancellation.
  • Added basic instance configuration for headers, params and timeouts.
  • Added configurable max ongoing unresolved requests handler.
  • Added a loading state and the functions recall( ) / stop( ) to call( ) computed response.
  • Added reactivity.
  • Added custom and imperative errors.
  • Created hooks for core functions (get, post, put, patch, delete, call)

v0.0.51

16 Apr 11:04
Compare
Choose a tag to compare
v0.0.51 Pre-release
Pre-release

⚑ Improvements

  • Docs readability.

πŸ› Bugfixes

  • Added dist/ folder to npm.

v0.0.3 alpha

01 Feb 11:44
Compare
Choose a tag to compare
v0.0.3 alpha Pre-release
Pre-release

πŸš€ 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

31 Jan 22:44
Compare
Choose a tag to compare
v.0.0.2 alpha Pre-release
Pre-release

πŸš€ Features

  • Added reactivity.
  • Added custom and imperative errors.

πŸ› Bugfixes

  • Fixed module exports on Aurora.js

v0.0.1 alpha

30 Jan 09:15
Compare
Choose a tag to compare
v0.0.1 alpha Pre-release
Pre-release

πŸš€ Features

  • Added axios integration.
  • Added requests cancellation.
  • Added basic instance configuration for headers, params and timeouts.
  • Added configurable max ongoing unresolved requests handler.
  • Added a loading state and the functions recall( ) / stop( ) to call( ) computed response.