diff --git a/CHANGELOG.md b/CHANGELOG.md index a8f08ae..ce108c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ +## v0.0.7 +- Updated to browser `0.10.x` +- Updated documentation (removed `browser/interop.js`) + ## v0.0.6 - Fix: Some functions in `node_filesystem.dart` are not handling Buffer objects properly diff --git a/README.md b/README.md index 6a9a362..c117bfd 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Introduction node-webkit.dart is a [Dart](http://www.dartlang.org/) package to build [node-webkit](https://github.com/rogerwang/node-webkit) apps. -To see how the node-webkit's API looks like in Dart, check out the sample application [here](https://github.com/luizmineo/node-webkit.dart/releases/tag/v0.0.6). Just download the **dart_examples.nw** archive, and open it with node-webkit. +To see how the node-webkit's API looks like in Dart, check out the sample application [here](https://github.com/luizmineo/node-webkit.dart/releases/tag/v0.0.7). Just download the **dart_examples.nw** archive, and open it with node-webkit. ``` $ nw dart_examples.nw @@ -57,7 +57,6 @@ $ pub get
- diff --git a/example/index.html b/example/index.html index 2222e80..60c67d6 100644 --- a/example/index.html +++ b/example/index.html @@ -6,7 +6,6 @@ - diff --git a/lib/node_filesystem.dart b/lib/node_filesystem.dart index 38c802d..89f215d 100644 --- a/lib/node_filesystem.dart +++ b/lib/node_filesystem.dart @@ -651,7 +651,7 @@ Future