@anycable/web
Version:
AnyCable JavaScript client for web
70 lines (35 loc) • 1.2 kB
Markdown
# Change log
## master
## 1.1.0 (2025-02-19)
- Support passing authentication token in HTML meta tags (`cable-token` and `cable-token-param`). ([@palkan][])
## 1.0.0 (2024-12-26)
- Add `channel.presence` API. ([@palkan][])
See [docs](https://docs.anycable.io/edge/anycable-go/presence).
## 0.9.2
- Require `@anycable/core` ^0.9.2.
## 0.9.1
- Require `@anycable/core` ^0.9.1.
## 0.9.0
- Require `@anycable/core` ^0.9.0.
## 0.8.0
- Require `@anycable/core` ^0.8.0.
## 0.7.7 (2023-09-21)
- Require `@anycable/core` ^0.7.7.
- Fix exporting core Cable types.
## 0.7.2 (2023-08-17)
- Require `@anycable/core` ^0.7.6.
## 0.7.1 (2023-08-11)
- Require `@anycable/core` ^0.7.5.
## 0.7.0 (2023-04-18)
- Add `actioncable-v1-ext-json` protocol support.
## 0.6.0 (2023-02-06)
- Require `@anycable/core` 0.6.x.
## 0.5.1 (2022-07-22)
- Print logs using the corresponding `console` methods, not just `log`.
## 0.5.0 (2022-07-21)
- Require `@anycable/core` 0.5.x.
## 0.4.0 (2022-07-12)
- Require `@anycable/core` 0.4.x.
## 0.3.2 (2022-01-26)
- Fixed generating URL from meta tags when value includes only the path (e.g., `/cable`). ([@palkan][])
[@palkan]: https://github.com/palkan