Releases: dart-gde/chrome.dart
Releases · dart-gde/chrome.dart
v0.9.31: Merge pull request #255 from bholtz/chrome57versioning
v0.7.0-dev1
Updates apis to Chrome M41. Dropped pushMessaging and scriptBadge.
v0.6.5
rev to 0.6.5
v0.6.3
0.6.3 2014-08-29 (SDK 1.6.0-dev.9.7 r39537)
- removed dependency loop in
files_exp.dart
andfiles.dart
v0.6.2
0.6.2 2014-08-29 (SDK 1.6.0)
- moved a script from bin to tool in order to avoid exposing in in the bin directory
v0.6.1
0.6.1 2014-08-28 (SDK 1.6.0)
- updated the APIs to M37
- changed the bootstrap script and the chrome transformer to expect the csp file in
foo.dart.js
instead offoo.dart.precompiled.js
- clients must now include the csp parameter to the dart2js transformer:
transformers:- chrome
- $dart2js:
csp: true
v0.6.0
0.6.0 2014-07-01 (SDK 1.5.1 r37644)
- Updated the APIs to M35 (current Chrome stable)
- Added the chrome.bluetoothLowEnergy API
- Added the chrome.bluetoothSocket API
- Added the chrome.commands API
- Added the chrome.hid API
- Added the chrome.browser API
v0.5.6
0.5.6 2014-04-29 (SDK 1.4.0-dev.4.0 r35362)
- Added speculative performance fix for array performance issue
v0.5.5
0.5.5 2014-04-14 (SDK 1.3.0-dev.4.1 r33731)
- Make the pub transformer work with the old and new version of barback
Release v0.5.3
0.5.4 2014-03-19 (SDK 1.3.0-dev.4.1 r33731)
- Update to latest serial.idl
- Included overrides for new serial namespace
- Updated serial unit tests