Skip to content

Releases: dart-gde/chrome.dart

v0.9.31: Merge pull request #255 from bholtz/chrome57versioning

31 Mar 17:24
Compare
Choose a tag to compare

Brings chrome.dart up to date with Chrome 57 APIs

v0.7.0-dev1

26 Apr 20:10
Compare
Choose a tag to compare
v0.7.0-dev1 Pre-release
Pre-release

Updates apis to Chrome M41. Dropped pushMessaging and scriptBadge.

v0.6.5

06 Nov 21:42
Compare
Choose a tag to compare
rev to 0.6.5

v0.6.3

29 Aug 21:33
Compare
Choose a tag to compare

0.6.3 2014-08-29 (SDK 1.6.0-dev.9.7 r39537)

  • removed dependency loop in files_exp.dart and files.dart

v0.6.2

29 Aug 19:00
Compare
Choose a tag to compare

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

28 Aug 21:44
Compare
Choose a tag to compare

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 of foo.dart.precompiled.js
  • clients must now include the csp parameter to the dart2js transformer:
    transformers:
    • chrome
    • $dart2js:
      csp: true

v0.6.0

01 Jul 21:18
Compare
Choose a tag to compare

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

29 Apr 16:51
Compare
Choose a tag to compare

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

16 Apr 12:03
Compare
Choose a tag to compare

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

19 Mar 17:41
Compare
Choose a tag to compare

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