Skip to content

Releases: Xkonti/axios-service-base-ts

v0.3.0

07 Sep 19:25
a1f3f3b
Compare
Choose a tag to compare

What's Changed

  • The rusty-result-ts package was replaced with the popular neverthrow package resulting in a change in API. You might need to replace rusty-result-ts in your project as well. Thanks to @corners2wall

Full Changelog: 0.2.1...0.3.0

Package is available at: https://www.npmjs.com/package/axios-service-base-ts/v/0.3.0

v0.2.1

02 Aug 01:07
40baf2d
Compare
Choose a tag to compare

What's Changed

  • The ApiServiceBase constructor now uses the path argument to fully replace the baseUrl value instead of just appending to it. It defaults to /api. This is to allow creating services for external APIs.
  • Move to Vite4 and add basic tests

Full Changelog: 0.1.0...0.2.1

Package is available at: https://www.npmjs.com/package/axios-service-base-ts/v/0.2.1

v0.1.0

18 Mar 19:59
Compare
Choose a tag to compare