Releases: ably/ably-js
Releases · ably/ably-js
v1.2.35
v1.2.34
v1.2.33
v1.2.32
v1.2.31
In the latest release of ably-js, we’ve added JSDoc comments for the public methods and properties provided by the SDK so you can quickly access the descriptions directly in your code editor using Intelligent code completion features like Intellisense in VSCode.
We have also implemented the fetch API as a fallback HTTP transport so that ably-js is now fully functional in a service worker context.
How do I give feedback?
This docs update and further planned changes are based on feedback from customers like you. So if you’d like to share any other requests or feedback, please reach out to us and help us make Ably better for everyone.
- Add JSDoc annotations to
ably.d.ts
#897 - Implement fetch as fallback if XHR and JSONP unsupported #1019
- [EDX-158] Generate docs with TypeDoc and upload to sdk.ably.com #1017
- [EDX-149] Add canonical docstring comments #1026
- [EDX-207] Add intro blurb to generated documentation #1055
- Add missing/undocumented docstrings #1064
- fix: stop mutating
Defaults.agent
on client init #1068