Releases: Xkonti/axios-service-base-ts
Releases · Xkonti/axios-service-base-ts
v0.3.0
What's Changed
- The
rusty-result-ts
package was replaced with the popularneverthrow
package resulting in a change in API. You might need to replacerusty-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
What's Changed
- The
ApiServiceBase
constructor now uses thepath
argument to fully replace thebaseUrl
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
Initial release