Skip to content

Commit d28bd87

Browse files
author
Tom Van Cutsem
committed
published npm v1.4.5
1 parent bae6e45 commit d28bd87

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Diff for: RELNOTES.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
v1.4.5
2+
======
3+
4+
Release date: April 5th, 2016
5+
6+
* Patched `Object.getOwnPropertySymbols(proxy)` to always return `[]` (only if the ES6 global `Object.getOwnPropertySymbols` exists). Symbols are not supported by this shim, but at least this patch stops code that tries to get the own symbol-valued properties of a proxy from crashing. (See issue #71).
7+
18
v1.4.4
29
======
310

Diff for: 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.4",
3+
"version": "1.4.5",
44
"description": "ES5 shim for ES6 (ECMAScript 6) Reflect and Proxy objects",
55
"main": "reflect.js",
66
"keywords": [

0 commit comments

Comments
 (0)