]> 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/node_modules/es6-symbol/CHANGES
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 / node_modules / es6-symbol / CHANGES
1 v3.1.0  --  2016.05.17
2 * Fix internals of symbol detection
3 * Ensure Symbol.prototype[Symbol.toPrimitive] in all cases returns primitive value
4   (fixes Node v6 support)
5 * Create native symbols whenver possible
6
7 v3.0.2  --  2015.12.12
8 * Fix definition flow, so uneven state of Symbol implementation doesn't crash initialization of
9   polyfill. See #13
10
11 v3.0.1  --  2015.10.22
12 * Workaround for IE11 bug (reported in #12)
13
14 v3.0.0  --  2015.10.02
15 * Reuse native symbols (e.g. iterator, toStringTag etc.) in a polyfill if they're available
16   Otherwise polyfill symbols may not be recognized by other functions
17 * Improve documentation
18
19 v2.0.1  --  2015.01.28
20 * Fix Symbol.prototype[Symbol.isPrimitive] implementation
21 * Improve validation within Symbol.prototype.toString and
22   Symbol.prototype.valueOf
23
24 v2.0.0  --  2015.01.28
25 * Update up to changes in specification:
26   * Implement `for` and `keyFor`
27   * Remove `Symbol.create` and `Symbol.isRegExp`
28   * Add `Symbol.match`, `Symbol.replace`, `Symbol.search`, `Symbol.species` and
29     `Symbol.split`
30 * Rename `validSymbol` to `validateSymbol`
31 * Improve documentation
32 * Remove dead test modules
33
34 v1.0.0  --  2015.01.26
35 * Fix enumerability for symbol properties set normally (e.g. obj[symbol] = value)
36 * Introduce initialization via hidden constructor
37 * Fix isSymbol handling of polyfill values when native Symbol is present
38 * Fix spelling of LICENSE
39 * Configure lint scripts
40
41 v0.1.1  --  2014.10.07
42 * Fix isImplemented, so it returns true in case of polyfill
43 * Improve documentations
44
45 v0.1.0  --  2014.04.28
46 * Assure strictly npm dependencies
47 * Update to use latest versions of dependencies
48 * Fix implementation detection so it doesn't crash on `String(symbol)`
49 * throw on `new Symbol()` (as decided by TC39)
50
51 v0.0.0  --  2013.11.15
52 * Initial (dev) version