Skip to content

Initial release ✨

Compare
Choose a tag to compare
@dackmin dackmin released this 04 Aug 09:22
· 187 commits to main since this release

1.0.1 (2022-08-04)

  • fix jest timers
  • fix build not sent to npm

1.0.0 (2022-08-04)

Features

  • remove console.log (f878db4)
  • subscribe: delete access and refresh tokens and all api calls where it's needed (004b8e1)
  • subscribe: remove requestWithRetry and update example (9034b7c)

1.0.0-alpha.1 (2022-04-25)

Features

  • add customer & subscription update (42f0047)
  • add customers switchOffer method (a8f870d)

1.0.0-alpha.0 (2022-04-19)

Features

  • add auth methods (a5c0629)
  • add various payments & subscriptions methods (878be0b)
  • enable auth for all requests (2566c2f)

Bug Fixes

  • fix default api url (023f212)
  • fix missing credentials for post requests (1b334d1)