Releases: dart-gde/chrome.dart
Releases · dart-gde/chrome.dart
Release v0.5.3
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
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
0.5.1 2014-02-24 (SDK 1.2.0-dev.5.15 r32954)
- added a
toString()
to theFileError
implementation - added ability to override generated code with hand-written methods
- implemented window events override for
ChromeAppWindow
class
Release v0.5.0
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
Merge pull request #132 from dart-gde/devoncarew_checked_fix_2 roll back part of last CL
Release v0.4.4
Update pubspec.yaml rev to 0.4.4
Release v0.4.3
0.4.3 2014-01-21 (SDK 1.2.0-dev.1.0 r31918)
- Fixed bug with
entry.metaData.timeStamp
Releasing v0.4.2
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
- 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
Breaking API changes with chrome APIs being automatically generated from IDL files.