summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/array-index/History.md
blob: 20b03e9a8369ec805715d2feb9509562bec7a0f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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