summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/path-array/History.md
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/path-array/History.md')
-rw-r--r--deps/npm/node_modules/path-array/History.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/deps/npm/node_modules/path-array/History.md b/deps/npm/node_modules/path-array/History.md
new file mode 100644
index 0000000000..ff93a2a28f
--- /dev/null
+++ b/deps/npm/node_modules/path-array/History.md
@@ -0,0 +1,22 @@
+
+1.0.0 / 2014-11-11
+==================
+
+ * index: add support for a configrable `property` name to use
+ * README: fix Travis badge
+
+0.0.2 / 2013-12-22
+==================
+
+ * README++
+ * test: add unshift() test
+ * test: add more tests
+ * index: ensure that the indexed getters/setters are set up in the constructor
+ * add .travis.yml file
+ * add initial tests
+
+0.0.1 / 2013-12-21
+==================
+
+ * add README.md
+ * initial commit