react-native-web-headroom
Version:
React Native Web Headroom
48 lines (40 loc) • 1.79 kB
Markdown
1.4.1 / 2018-01-24
=================
* [Docs] Promise.prototype.finally is at stage 4
* [Deps] update `array.prototype.flatmap`, `array.prototype.flatten`, `es5-shim`, `function.prototype.name`
* [Dev Deps] update `eslint`
* [Tests] up to `node` `v9.4`; pin included builds to LTS
1.4.0 / 2017-11-29
=================
* [New] add `Array.prototype.flat{ten,Map}`, now at stage 3
* [Deps] update `promise.prototype.finally`
* [Dev Deps] update `eslint`, `eslint-config-airbnb-base`, `eslint-plugin-import`, `tape`
* [Tests] up to `node` `v9.2`, `v8.9`, `v6.12`; use `nvm install-latest-npm`; pin included builds to LTS
1.3.0 / 2017-07-28
=================
* [New] add `promise.prototype.finally` shim, and ES2018 target
* [Deps] update `function.prototype.name`
* [Dev Deps] update `eslint`, `eslint-config-airbnb-base`
1.2.0 / 2017-07-14
=================
* [New] add `Function#name` shim for IE 9-11
* [Deps] update `array-includes`, `es6-shim`, `object.entries`, `object.values`
* [Dev Deps] update `eslint`, `eslint-plugin-import`, `safe-publish-latest`, `tape`; switch to `eslint-config-airbnb-base`
* [Tests] up to `node` `v8.1`, `v7.10`, `v6.11`, `v5.12`, `v4.8`; improve matrix; newer npms fail on older nodes
* [Tests] ensure all target files parse
1.1.1 / 2017-02-16
=================
* [Fix] Correctly require es2017 from es2016
1.1.0 / 2017-02-15
=================
* [New] Add entry points for targeting specific ES versions
1.0.1 / 2016-08-17
=================
* [Deps] update `es5-shim`, `es6-shim`, `object.getownpropertydescriptors`
* [Dev Deps] update `tape`
* [Docs] Update things that are now stage 4
* [Tests] move tests into test dir
* [Tests] add `npm run lint`
1.0.0 / 2016-03-24
=================
* Initial release.