UNPKG

2.57 kBMarkdownView Raw
11.7.1 / 2018-08-31
2=================
3 * [meta] add license text (#8)
4 * [docs] fix link to flatMap package (#7)
5
61.7.0 / 2018-07-25
7=================
8 * [New] add `Object.fromEntries`
9
101.6.0 / 2018-05-31
11=================
12 * [New] add `String.prototype.matchAll`, and `es2019` target
13
141.5.2 / 2018-05-27
15=================
16 * [Fix] restore `.flatten()`
17
181.5.1 / 2018-05-22
19=================
20 * [Fix] actually add `Array.prototype.flat` and `Symbol.prototype.description`
21
221.5.0 / 2018-05-22
23=================
24 * [New] add `array.prototype.flat`, deprecate `Array.prototype.flatten`
25 * [New] add `symbol.prototype.description`
26 * [Deps] update `array.prototype.flatten`, `array.prototype.flatmap`
27 * [Dev Deps] update `eslint`, `eslint-plugin-import`, `nsp`, `tape`
28
291.4.1 / 2018-01-24
30=================
31 * [Docs] Promise.prototype.finally is at stage 4
32 * [Deps] update `array.prototype.flatmap`, `array.prototype.flatten`, `es5-shim`, `function.prototype.name`
33 * [Dev Deps] update `eslint`
34 * [Tests] up to `node` `v9.4`; pin included builds to LTS
35
361.4.0 / 2017-11-29
37=================
38 * [New] add `Array.prototype.flat{ten,Map}`, now at stage 3
39 * [Deps] update `promise.prototype.finally`
40 * [Dev Deps] update `eslint`, `eslint-config-airbnb-base`, `eslint-plugin-import`, `tape`
41 * [Tests] up to `node` `v9.2`, `v8.9`, `v6.12`; use `nvm install-latest-npm`; pin included builds to LTS
42
431.3.0 / 2017-07-28
44=================
45 * [New] add `promise.prototype.finally` shim, and ES2018 target
46 * [Deps] update `function.prototype.name`
47 * [Dev Deps] update `eslint`, `eslint-config-airbnb-base`
48
491.2.0 / 2017-07-14
50=================
51 * [New] add `Function#name` shim for IE 9-11
52 * [Deps] update `array-includes`, `es6-shim`, `object.entries`, `object.values`
53 * [Dev Deps] update `eslint`, `eslint-plugin-import`, `safe-publish-latest`, `tape`; switch to `eslint-config-airbnb-base`
54 * [Tests] up to `node` `v8.1`, `v7.10`, `v6.11`, `v5.12`, `v4.8`; improve matrix; newer npms fail on older nodes
55 * [Tests] ensure all target files parse
56
571.1.1 / 2017-02-16
58=================
59 * [Fix] Correctly require es2017 from es2016
60
611.1.0 / 2017-02-15
62=================
63 * [New] Add entry points for targeting specific ES versions
64
651.0.1 / 2016-08-17
66=================
67 * [Deps] update `es5-shim`, `es6-shim`, `object.getownpropertydescriptors`
68 * [Dev Deps] update `tape`
69 * [Docs] Update things that are now stage 4
70 * [Tests] move tests into test dir
71 * [Tests] add `npm run lint`
72
731.0.0 / 2016-03-24
74=================
75 * Initial release.