[Pkg-javascript-commits] [node-wrench] 01/07: New upstream version 1.5.9

Julien Puydt julien.puydt at laposte.net
Wed Jan 11 09:26:00 UTC 2017


This is an automated email from the git hooks/post-receive script.

jpuydt-guest pushed a commit to branch master
in repository node-wrench.

commit 5bbc0a918f48ec03c1f63116e96f827d8cf1c26e
Author: Julien Puydt <julien.puydt at laposte.net>
Date:   Wed Jan 11 10:20:30 2017 +0100

    New upstream version 1.5.9
---
 package.json |  2 +-
 readme.md    | 12 ++++++++++++
 2 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 1d9b40c..742b2b3 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
   "name": "wrench",
   "description": "Recursive filesystem (and other) operations that Node *should* have.",
-  "version": "1.5.8",
+  "version": "1.5.9",
   "author": "Ryan McGrath <ryan at venodesigns.net>",
 
   "repository": {
diff --git a/readme.md b/readme.md
index 2d646d0..3749457 100644
--- a/readme.md
+++ b/readme.md
@@ -1,3 +1,15 @@
+Warning: This Project Is Deprecated!
+----------------------------------------------------------------------------
+`wrench.js` is deprecated, and hasn't been updated in quite some time. **[I heavily recommend using fs-extra](https://github.com/jprichardson/node-fs-extra)** to do any extra filesystem operations.
+
+Wrench was built for the _early_ days of Node, and it solved a problem that needed solving. I'm proud of what it's done; at the time of writing this, it was still downloaded over 25,000 times yesterday, and over 500,000 times in the last month. The fact that it wound up being embedded in so many projects is humbling and a great source of fun for me, but I just don't have the time to keep up with this at the moment. No alternate maintainers have appeared, and fs-extra is very well maintai [...]
+
+So long, and thanks for all the fish. The original docs remain available here for anyone who may need them. If I could 301 a GitHub repository I'd do so.
+
+Cheers,
+- Ryan McGrath
+
+
 wrench.js - Recursive file operations in Node.js
 ----------------------------------------------------------------------------
 While I love Node.js, I've found myself missing some functions. Things like

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-wrench.git



More information about the Pkg-javascript-commits mailing list