This commit is contained in:
2025-05-12 05:38:44 +09:00
parent dced21c3f8
commit 6d78bfa46e
8120 changed files with 1161564 additions and 0 deletions

22
book/node_modules/cp/History.md generated vendored Normal file
View File

@ -0,0 +1,22 @@
0.2.0 / 2014-11-14
==================
* .travis: Remove node 0.8
* index: Add `yield cp(src, dst)` support (closes #4)
* Readme: Rename to match conventions
* Readme: Add `yield` dox
* History: Rename/rewrite to match conventions
* Makefile: Refactor to use istanbul for coverage
* Add travis
0.1.1 / 2013-07-08
==================
* added test-coverage reporting
* explicitly destroying streams to prevent erroneously leaving one open on error
0.1.0 / 2013-07-01
==================
* initial release, support `cp(src, dest, cb)` and `cp.sync(src, dest)`