Skip to content

v4.13.0

Compare
Choose a tag to compare
@tniezg tniezg released this 30 Nov 14:42
· 149 commits to main since this release
87802aa
  • Breaking internal change: Depreciate ErrorClass enum and use the ErrorType union in its place.
  • Add the extractSuccess helper. You can use it to unwrap a Spree SDK ResultResponse and reject errors. extractSuccess is especially convenient when using async..await.
  • Stop git versioning generated TypeScript declarations in /types.
  • Fix routes generation by encoding parameters. Reported by @EstebanBorai (#294). Thank you for the Issue and PR. 🥇