Skip to content

Version 17.0.0

Latest

Choose a tag to compare

@raluik raluik released this 21 May 12:33
· 4 commits to master since this release
b2931ac

What's Changed

Enhancements

  • feat: add LocationService methods for setting opening hours #830
  • chore(deps): remove unused es6-promise dependency #834
  • fix: replace Promise with SuccessResponse in line mutations #835
  • feat: add LocationService.createInputField method #833
  • feat: update LineService.create to use JSON endpoint with version headers #837
  • feat: expose subscriptions limited availability #841
    • Errored subscriptions are retried (only the ones which may succeed if retryed) up to 5 times before passing the error through to the consumer;
    • Expose haveAnyRetryableSubscriptionsErrored observable to let the consumer know if any subscriptions have errored and are being retryed.

Full Changelog: v16.0.0...v17.0.0