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
haveAnyRetryableSubscriptionsErroredobservable to let the consumer know if any subscriptions have errored and are being retryed.
Full Changelog: v16.0.0...v17.0.0