Skip to content

Commit

Permalink
2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Feb 22, 2016
1 parent 64a1165 commit b4cdd5b
Show file tree
Hide file tree
Showing 18 changed files with 542 additions and 608 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
## Changelog
##### 2.1.1 - 2016.02.22
- Some `Promise` improvements:
- Feature detection:
- **Added detection unhandled rejection tracking support - now it's available everywhere**, [#140](https:/zloirock/core-js/issues/140)
- Added detection `@@species` pattern support for completely correct subclassing
- Removed usage `Object.setPrototypeOf` from feature detection and noisy console message about it in FF
- `Promise.all` fixed for some very specific cases

##### 2.1.0 - 2016.02.09
- **API**:
- ES5 polyfills are split and logic, used in other polyfills, moved to internal modules
Expand Down
95 changes: 46 additions & 49 deletions README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "core.js",
"main": "client/core.js",
"version": "2.1.0",
"version": "2.1.1",
"description": "Standard Library",
"keywords": [
"ES3",
Expand Down
4 changes: 2 additions & 2 deletions build/core-js-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "core-js-builder",
"description": "core-js builder",
"version": "2.1.0",
"version": "2.1.1",
"repository": {
"type": "git",
"url": "https:/zloirock/core-js.git"
},
"main": "index.js",
"dependencies": {
"core-js": "2.1.0",
"core-js": "2.1.1",
"webpack": "1.12.x",
"temp": "0.8.x"
},
Expand Down
Loading

0 comments on commit b4cdd5b

Please sign in to comment.