Skip to content

Commit

Permalink
Merge pull request #1072 from ably/release/1.2.31
Browse files Browse the repository at this point in the history
Release 1.2.31
  • Loading branch information
owenpearson authored Nov 8, 2022
2 parents 78a349b + 292e44f commit ff49bb8
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

This contains only the most important and/or user-facing changes; for a full changelog, see the commit history.

## [1.2.31](https://github.com/ably/ably-js/tree/1.2.31) (2022-11-08)

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](https://ably.com/contact) and help us make Ably better for everyone.

- Add JSDoc annotations to `ably.d.ts` [\#897](https://github.com/ably/ably-js/pull/897)
- Implement fetch as fallback if XHR and JSONP unsupported [\#1019](https://github.com/ably/ably-js/pull/1019)
- [EDX-158] Generate docs with TypeDoc and upload to sdk.ably.com [\#1017](https://github.com/ably/ably-js/pull/1017)
- [EDX-149] Add canonical docstring comments [\#1026](https://github.com/ably/ably-js/pull/1026)
- [EDX-207] Add intro blurb to generated documentation [\#1055](https://github.com/ably/ably-js/pull/1055)
- Add missing/undocumented docstrings [\#1064](https://github.com/ably/ably-js/pull/1064)
- fix: stop mutating `Defaults.agent` on client init [\#1068](https://github.com/ably/ably-js/pull/1068)


## [1.2.30](https://github.com/ably/ably-js/tree/1.2.30) (2022-10-05)
- Add `connectivityCheckUrl` and `disableConnectivityCheck` client options [\#1051](https://github.com/ably/ably-js/pull/1051)
- Fix EventEmitter.once when using array with promises [\#1046](https://github.com/ably/ably-js/pull/1046)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ably",
"description": "Realtime client library for Ably, the realtime messaging service",
"version": "1.2.30",
"version": "1.2.31",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ably/ably-js/issues",
Expand Down

0 comments on commit ff49bb8

Please sign in to comment.