Skip to content

Commit

Permalink
add implementation of Promise#finally proposal
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Jul 18, 2017
1 parent db0d4a5 commit ed59a9c
Show file tree
Hide file tree
Showing 25 changed files with 690 additions and 551 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## Changelog
##### Unreleased
- Added `Promise#finally` [stage 2 proposal](https://github.com/tc39/proposal-promise-finally)
- Added `Promise.try` [stage 1 proposal](https://github.com/tc39/proposal-promise-try)
- Added `Math` extensions [stage 1 proposal](https://github.com/rwaldron/proposal-math-extensions), [#226](https://github.com/zloirock/core-js/issues/226) - added:
- `Math.clamp`
Expand Down
1 change: 1 addition & 0 deletions build/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ module.exports = {
'es7.math.scale',
'es7.math.umulh',
'es7.math.signbit',
'es7.promise.finally',
'es7.promise.try',
'es7.reflect.define-metadata',
'es7.reflect.delete-metadata',
Expand Down
Loading

0 comments on commit ed59a9c

Please sign in to comment.