-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add a few more changes to the 1.7.0 changelog #1831
Conversation
@@ -2067,6 +2067,20 @@ <h2 id="changelog">Change Log</h2> | |||
<tt>_.has</tt> now guards against nullish objects. | |||
</li> | |||
<li> | |||
Aligning better with the forthcoming ECMA6 <tt>Object.assign</tt>, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ES6 or ECMA262 edition 6 or something, but not ECMA6.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ECMAScript 5 and ES5 are also used, I just picked one that worked here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aaahh let's change those.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couple others from my list
|
|
Is this public-facing though? Would this be breaking for anything?
This should be fine since
Lines 2078 to 2079 in 5b0152c
I'll grab the rest. |
ddee4c8
to
f3e66dd
Compare
32abe28
to
73bcbf7
Compare
👍 |
Cool, wanna do the honors? |
It was reported here so figured I'd pass it along. |
No description provided.