Skip to content

Releases: dart-gde/chrome.dart

Release v0.5.3

15 Mar 14:49
Compare
Choose a tag to compare

0.5.3 2014-02-15 (SDK 1.3.0-dev.3.2 r33495)

  • Fixed an issue with event listeners and Chrome M35+

Release v0.5.2

14 Mar 21:49
Compare
Choose a tag to compare

0.5.2 2014-02-14 (SDK 1.3.0-dev.3.2 r33495)

  • Updated to use docgen for api documentation
  • Make the window close event sync instead of async
  • Clean up warnings in unit tests
  • Add app/ to drone_io.sh script
  • Add a chrome pub transformer
  • Fix an issue w/ the hand-overridden API
  • Use a getter to fetch the JsObject for an API each time it is needed

Release v0.5.1

24 Feb 21:38
Compare
Choose a tag to compare

0.5.1 2014-02-24 (SDK 1.2.0-dev.5.15 r32954)

  • added a toString() to the FileError implementation
  • added ability to override generated code with hand-written methods
  • implemented window events override for ChromeAppWindow class

Release v0.5.0

20 Feb 22:52
Compare
Choose a tag to compare

0.5.0 2014-02-20 (SDK 1.2.0-dev.5.12 r32844)

  • added the new chrome.sockets API
  • the existing chrome.socket API has been removed from the chrome_app.dart
    library. In order to continue using it, you can reference it directly
    (import 'package:chrome/gen/socket.dart';)
  • added chrome.gcm; exposes Google Cloud Messaging
  • added chrome.signedInDevices
  • added chrome.wallpaper
  • added chrome.system.display
  • added chrome.system.network

Release v0.4.5

27 Jan 20:56
Compare
Choose a tag to compare
Merge pull request #132 from dart-gde/devoncarew_checked_fix_2

roll back part of last CL

Release v0.4.4

27 Jan 20:00
Compare
Choose a tag to compare
Update pubspec.yaml

rev to 0.4.4

Release v0.4.3

22 Jan 06:36
Compare
Choose a tag to compare

0.4.3 2014-01-21 (SDK 1.2.0-dev.1.0 r31918)

  • Fixed bug with entry.metaData.timeStamp

Releasing v0.4.2

18 Jan 08:50
Compare
Choose a tag to compare

0.4.2 2014-01-18 (SDK 1.1.0-dev.5.11 r31818)

  • Fix performance issues with converting array buffers to lists

Releasing v0.4.1

18 Jan 08:43
Compare
Choose a tag to compare
  • Unscripted updated to ">=0.3.0 <0.4.0"
  • USB bug found and fixed with naming of "_interface" in the chrome idl.

Release of merged chrome_gen

14 Jan 16:16
Compare
Choose a tag to compare

Breaking API changes with chrome APIs being automatically generated from IDL files.