Comparing version 0.1.0 to 0.1.1
# Release notes for `m-io` | ||
<a name="current-release"></a> | ||
# Version 0.1.1 (Fri, 11 Nov 2016 14:09:16 GMT) | ||
* [007f9f0](https://github.com/nknapp/m-io/commit/007f9f0) Remove console.log - Nils Knappmeier | ||
# Version 0.1.0 (Fri, 22 Jul 2016 23:36:27 GMT) | ||
@@ -5,0 +10,0 @@ |
@@ -47,3 +47,2 @@ /*! | ||
var flags = optionsFrom(options).flags | ||
console.log(flags) | ||
return Q.ninvoke(fs, 'readFile', aPath, { | ||
@@ -50,0 +49,0 @@ encoding: flags === 'b' ? null : 'utf-8' |
{ | ||
"name": "m-io", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "(Incomplete) replacement for q-io", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -81,3 +81,2 @@ # m-io | ||
'city/usa/new-york.md' ] | ||
undefined | ||
Read file contents: New York is huge | ||
@@ -103,3 +102,3 @@ Done | ||
## fs | ||
### fs | ||
@@ -113,3 +112,3 @@ * [fs](#module_fs) | ||
### .listTree(directoryPath, filter) ⇒ <code>Promise.<Array.<string>></code> | ||
#### .listTree(directoryPath, filter) ⇒ <code>Promise.<Array.<string>></code> | ||
Custom implementation of [q-io/fs#listTree](http://documentup.com/kriskowal/q-io#listtreepath-guardpath-stat) | ||
@@ -128,3 +127,3 @@ to avoid dependency on q-io | ||
### .makeTree(aPath, [mode]) | ||
#### .makeTree(aPath, [mode]) | ||
Replacement for [q-io/fs#makeTree](http://documentup.com/kriskowal/q-io#maketreepath-mode) | ||
@@ -141,3 +140,3 @@ | ||
### .read(aPath) | ||
#### .read(aPath) | ||
Replacement for [q-io/fs#read](http://documentup.com/kriskowal/q-io#readpath-options) | ||
@@ -144,0 +143,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13169
6
131
159