nodejs_interop 0.4.0
nodejs_interop: ^0.4.0 copied to clipboard
Provides interoperability with Node.js APIs.
Changelog #
This file contains highlights of what changes on each version of the Node.js Interop for Dart library.
0.4.0 #
- Breaking change: renamed the
Jsprefix toJSfor JavaScript errors. - Breaking change: renamed the
NodejsPlatformclass toPlatform. - Added bindings for a predefined set of npm packages.
- Added the
buffermodule. - Added the
consolemodule. - Added the
convertToStream()andloadLibrary()functions. - Added the
Json,ModuleandWritableclasses. - Added a partial implementation of the
fsmodule. - Added a partial implementation of the
utilmodule. - Added a partial implementation of the file system API.
- Finished the implementation of the
Processclass. - Finished the implementation of the
require()function. - Splitted the library in modules:
io,js,nodeandnpm.
0.3.0 #
- Added the
osmodule. - Added the
convertToDart()andconvertToFuture()functions. - Added the
CpuUsage,NodejsPlatformandPromiseclasses. - Added a partial implementation of the
Processclass.