]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/History.md
Adding integrated tile server
[simantics/district.git] / org.simantics.maps.server / node / node-v4.8.0-win-x64 / node_modules / npm / node_modules / node-gyp / node_modules / path-array / node_modules / array-index / History.md
1
2 1.0.0 / 2016-01-02
3 ==================
4
5   * remove `__get__` and `__set__` functionality
6   * README: s/->/→/
7
8 0.9.1 / 2015-12-29
9 ==================
10
11   * fix backwards compat with tests
12   * README: update samples for new Symbols API
13   * travis: attempt to fix node v8
14
15 0.9.0 / 2015-12-27
16 ==================
17
18   * add backwards compat logic with deprecate message
19   * add LICENSE field and entry in package.json
20   * convert to using es6 Symbols
21   * remove extraneous debug() calls
22   * travis: test moar Node.js versions
23
24 0.2.0 / 2015-12-02
25 ==================
26
27   * add support for invoking as a Mixin
28   * travis: test node v0.6
29
30 0.1.1 / 2014-11-03
31 ==================
32
33   * index: use `%o` debug formatters
34   * .travis: don't test node v0.9.x
35   * README: use svg for Travis badge
36   * add .jshintrc file
37
38 0.1.0 / 2013-12-01
39 ==================
40
41   * add `History.md` file
42   * .travis.yml: test node v0.8-v0.11
43   * add component.json
44   * package: update "main" field
45   * package: beautify
46
47 0.0.4 / 2013-09-27
48 ==================
49
50   * ensure that the `length` property has the same maximum as regular Arrays
51
52 0.0.3 / 2013-09-15
53 ==================
54
55   * add `toArray()`, `toJSON()`, and `toString()` functions
56   * add an `inspect()` function
57
58 0.0.2 / 2013-09-15
59 ==================
60
61   * use "configurable: true"
62   * add `travis.yml` file
63
64 0.0.1 / 2013-06-14
65 ==================
66
67   * Initial release