Skip to content

Commit 02a77b0

Browse files
author
Tom Van Cutsem
committed
released v1.6.0
1 parent a79500f commit 02a77b0

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

RELNOTES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
v1.6.0
2+
======
3+
4+
Release date: February 22nd, 2017
5+
6+
* The `Reflect` global is no longer blindly overridden. If `Reflect` global exists when this library is loaded, all standard `Reflect` methods are overridden with this shim's implementations, but any other methods defined on the `Reflect` global are left intact (See issue #79).
7+
18
v1.5.1
29
======
310

package.json

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

0 commit comments

Comments
 (0)