Skip to content

Commit 8484c18

Browse files
author
Tom Van Cutsem
committed
released 1.4.6
1 parent 32c6016 commit 8484c18

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

RELNOTES.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
v1.4.6
2+
======
3+
4+
Release date: April 19th, 2016
5+
6+
* ES6 `Object.assign(...args)` would fail when one of the arguments is a Proxy object. Patched `Object.assign` to fall back on an ES5 shim when at least one of the arguments is a Proxy object (See issue #72).
7+
18
v1.4.5
29
======
310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "harmony-reflect",
3-
"version": "1.4.5",
3+
"version": "1.4.6",
44
"description": "ES5 shim for ES6 (ECMAScript 6) Reflect and Proxy objects",
55
"main": "reflect.js",
66
"keywords": [

0 commit comments

Comments
 (0)