- Updated to browser
0.10.x
- Updated documentation (removed
browser/interop.js
)
- Fix: Some functions in
node_filesystem.dart
are not handling Buffer objects properly
dart_filesystem.dart
: Added methodsFile.copy()
andFile.copySync()
(Dart SDK v1.1)node_filesystem.dart
: Small fixes and improvements- Updated examples (file copy)
- New module:
os.dart
- Fix: StreamSubscription.cancel() throws an exception when used with some streams generated by the
EventEmitter
class (e.g. Window.onClose) - small fixes in README.md file
- Fixed broken imports
- First release