You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3
Original file line number
Diff line number
Diff line change
@@ -4,16 +4,17 @@
4
4
# arduino-create-agent-js-client
5
5
JS module providing discovery of the [Arduino Create Agent](https://github.com/arduino/arduino-create-agent) and communication with it
6
6
7
-
8
7
## Changelog
9
-
[2.9.0-beta.1] - 2022-05-17
8
+
[2.9.0] - 2022-06-06
10
9
11
10
### Added
12
-
- Improved support (still in Beta) for Chrome's Web Serial API on ChromeOS. Other operating systems should not be affected.
13
11
- Added support for "Arduino RP2040 Connect" board
12
+
### Changed
13
+
- Improved support for Chrome's Web Serial API on ChromeOS. Other operating systems should not be affected.
14
14
- Simplified the communication with the Web Serial API via a messaging system which simulates
15
15
the [postMessage](https://developer.chrome.com/docs/extensions/reference/runtime/#method-Port-postMessage) function available in the Chrome App Daemon (see `chrome-app-daemon.js`).
16
16
17
+
17
18
[2.8.0] - 2022-03-21
18
19
### Added
19
20
- Added support (still in Beta) for Chrome's Web Serial API on ChromeOS.
0 commit comments