From 1148bc7603411c423b41a5cb396b27ab6ca2c565 Mon Sep 17 00:00:00 2001 From: James Halliday Date: Wed, 20 Jul 2011 02:59:37 -0700 Subject: [PATCH] note about this.keys, bump --- README.markdown | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index d67d79e..bb5d814 100644 --- a/README.markdown +++ b/README.markdown @@ -127,6 +127,8 @@ this.before(fn) Call this function before any of the children are traversed. +You can assign into `this.keys` here to traverse in a custom order. + this.after(fn) -------------- diff --git a/package.json b/package.json index e2cebca..ee87dd4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name" : "traverse", - "version" : "0.4.3", + "version" : "0.4.4", "description" : "Traverse and transform objects by visiting every node on a recursive walk", "author" : "James Halliday", "license" : "MIT/X11",