Comparing version 1.4.3 to 1.5.0
## History | ||
- v1.5.0 April 18, 2012 | ||
- `balUtilPaths` changes: | ||
- `scan` was removed, not sure what it was used for | ||
- `isDirectory` now returns the `fileStat` argument to the callback | ||
- `scandir` changes: | ||
- `ignorePatterns` option when set to true now uses the new `balUtilPaths.commonIgnorePatterns` property | ||
- fixed error throwing when passed an invalid path | ||
- now supports a new `stat` option | ||
- will return the `fileStat` argument to the `fileAction` and `dirAction` callbacks | ||
- `ignorePatterns` and `ignoreHiddenFiles` will now correctly be passed to child scandir calls | ||
- `cpdir` and `rpdir` now uses `path.join` and support `ignoreHiddenFiles` and `ignorePatterns` | ||
- `writetree` now uses `path.join` | ||
- v1.4.3 April 14, 2012 | ||
@@ -4,0 +17,0 @@ - CoffeeScript dependency is now bundled |
{ | ||
"name": "bal-util", | ||
"version": "1.4.3", | ||
"version": "1.5.0", | ||
"description": "Common utility functions for Node.js used and maintained by Benjamin Lupton", | ||
@@ -21,34 +21,19 @@ "homepage": "https://github.com/balupton/bal-util", | ||
], | ||
"author": { | ||
"name": "Benjamin Lupton", | ||
"email": "b@lupton.cc", | ||
"url": "http://balupton.com" | ||
}, | ||
"maintainers": [ | ||
{ | ||
"name": "Benjamin Lupton", | ||
"email": "b@lupton.cc", | ||
"url": "http://balupton.com" | ||
} | ||
], | ||
"contributors": [ | ||
{ | ||
"name": "Benjamin Lupton", | ||
"email": "b@lupton.cc", | ||
"url": "http://balupton.com" | ||
} | ||
], | ||
"bugs": { | ||
"url": "https://github.com/balupton/bal-util/issues" | ||
}, | ||
"licenses": [ | ||
{ | ||
"type": "MIT", | ||
"url": "http://creativecommons.org/licenses/MIT/" | ||
} | ||
], | ||
"repository": { | ||
"author": "Benjamin Lupton <b@lupton.cc> (http://balupton.com)", | ||
"maintainers": [ | ||
"Benjamin Lupton <b@lupton.cc> (http://balupton.com)" | ||
], | ||
"contributors": [ | ||
"Benjamin Lupton <b@lupton.cc> (http://balupton.com)" | ||
], | ||
"bugs": { | ||
"url": "https://github.com/balupton/bal-util/issues" | ||
}, | ||
"repository" : { | ||
"type": "git", | ||
"url": "http://github.com/balupton/bal-util.git" | ||
}, | ||
"engines" : { | ||
"node": ">=0.4.0" | ||
}, | ||
"dependencies": { | ||
@@ -60,7 +45,4 @@ "request": "2.9.x", | ||
"docco": "0.3.x", | ||
"mocha": "0.13.x" | ||
"mocha": "1.0.x" | ||
}, | ||
"engines": { | ||
"node": ">=0.4.0" | ||
}, | ||
"directories": { | ||
@@ -67,0 +49,0 @@ "lib": "lib" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
328907