Skip to content

Commit

Permalink
v0.34.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jan 22, 2016
1 parent 57ff7fa commit 78e307c
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 13 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,14 @@
# es6-shim x.x.x (not yet released)

# es6-shim 0.34.2 (22 Jan 2016)
* [Fix] `JSON.stringify` should ignore a replacer arg unless it’s an array or function.
* [Fix] `Array#copyWithin`: check for inherited properties as well
* [Fix] `Array#copyWithin`: should delete the target key if the source key is not present
* [Performance] Optimize Map/Set fast key path (#397)
* [Tests] fix `Reflect.enumerate` tests to not call `next` too many times
* [Dev Deps] update `jscs`, `jshint`
* [Docs] update license year to 2016 (#400)

# es6-shim 0.34.1 (5 Jan 2016)
* [Fix] `RegExp#[Symbol.search]` was broken with a regex argument (#394)
* [Fix] ensure that Set#clear works with both primitive and object values
Expand Down
2 changes: 1 addition & 1 deletion component.json
@@ -1,6 +1,6 @@
{
"name": "es6-shim",
"version": "0.34.1",
"version": "0.34.2",
"repo": "paulmillr/es6-shim",
"description": "ECMAScript 6 (Harmony) compatibility shims for legacy JavaScript engines",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions es6-sham.js
Expand Up @@ -2,8 +2,8 @@
* https://github.com/paulmillr/es6-shim
* @license es6-shim Copyright 2013-2016 by Paul Miller (http://paulmillr.com)
* and contributors, MIT License
* es6-sham: v0.34.1
* see https://github.com/paulmillr/es6-shim/blob/0.34.1/LICENSE
* es6-sham: v0.34.2
* see https://github.com/paulmillr/es6-shim/blob/0.34.2/LICENSE
* Details and documentation:
* https://github.com/paulmillr/es6-shim/
*/
Expand Down
4 changes: 2 additions & 2 deletions es6-sham.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions es6-shim.js
Expand Up @@ -2,8 +2,8 @@
* https://github.com/paulmillr/es6-shim
* @license es6-shim Copyright 2013-2016 by Paul Miller (http://paulmillr.com)
* and contributors, MIT License
* es6-shim: v0.34.1
* see https://github.com/paulmillr/es6-shim/blob/0.34.1/LICENSE
* es6-shim: v0.34.2
* see https://github.com/paulmillr/es6-shim/blob/0.34.2/LICENSE
* Details and documentation:
* https://github.com/paulmillr/es6-shim/
*/
Expand Down
2 changes: 1 addition & 1 deletion es6-shim.map

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions es6-shim.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "es6-shim",
"version": "0.34.1",
"version": "0.34.2",
"author": "Paul Miller (http://paulmillr.com)",
"description": "ECMAScript 6 (Harmony) compatibility shims for legacy JavaScript engines",
"keywords": [
Expand Down

0 comments on commit 78e307c

Please sign in to comment.