summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/array-index/History.md
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/array-index/History.md')
-rw-r--r--deps/npm/node_modules/array-index/History.md39
1 files changed, 39 insertions, 0 deletions
diff --git a/deps/npm/node_modules/array-index/History.md b/deps/npm/node_modules/array-index/History.md
new file mode 100644
index 0000000000..20b03e9a83
--- /dev/null
+++ b/deps/npm/node_modules/array-index/History.md
@@ -0,0 +1,39 @@
+
+0.1.1 / 2014-11-03
+==================
+
+ * index: use `%o` debug formatters
+ * .travis: don't test node v0.9.x
+ * README: use svg for Travis badge
+ * add .jshintrc file
+
+0.1.0 / 2013-12-01
+==================
+
+ * add `History.md` file
+ * .travis.yml: test node v0.8-v0.11
+ * add component.json
+ * package: update "main" field
+ * package: beautify
+
+0.0.4 / 2013-09-27
+==================
+
+ * ensure that the `length` property has the same maximum as regular Arrays
+
+0.0.3 / 2013-09-15
+==================
+
+ * add `toArray()`, `toJSON()`, and `toString()` functions
+ * add an `inspect()` function
+
+0.0.2 / 2013-09-15
+==================
+
+ * use "configurable: true"
+ * add `travis.yml` file
+
+0.0.1 / 2013-06-14
+==================
+
+ * Initial release