Skip to content

V2.0.3

Compare
Choose a tag to compare
@Sasamous Sasamous released this 17 Nov 13:13
· 4 commits to main since this release

v2.0.3 πŸš€

What's Changed πŸ”„

  • 🧹 Removed unused axios property from AxcacheOptions interface type definition
  • πŸ“ Simplified type declarations while maintaining full TypeScript support
  • πŸ”– Updated package version to 2.0.3

Technical Details πŸ› οΈ

The AxcacheOptions interface has been simplified by removing the unused axios: AxiosInstance property. This type was never utilized in the actual implementation as the library handles Axios instances internally.

Migration πŸ”„

No migration steps required as this is a non-breaking change that only removes an unused type definition.

Dependencies πŸ“¦

  • No dependency changes
  • Maintains compatibility with axios ^1.7.7

Full Changelog: v2.0.2...v2.0.3