This website works better with JavaScript
首頁
探索
說明
註冊
登入
root
/
UseStudio.Browers
關註
2
讚好
0
複刻
0
檔案
問題管理
0
合併請求
0
Wiki
目錄樹:
e5721be022
分支列表
標籤列表
dyj
master
UseStudio.Br...
/
resources
/
app
/
node_modules
/
deep-extend
/
CHANGELOG.md
CHANGELOG.md
874 B
文件歷史
原始文件
Changelog
v0.5.1
Fix prototype pollution vulnerability (thanks to
@mwakerman
for the PR)
Avoid using deprecated Buffer API (thanks to
@ChALkeR
for the PR)
v0.5.0
Auto-testing provided by Travis CI;
Support older Node.JS versions (
v0.11.x
and
v0.10.x
);
Removed tests files from npm package.
v0.4.2
Fix for
null
as an argument.
v0.4.1
Removed test code from
npm
package (
see pull request #21
);
Increased minimal version of Node from
0.4.0
to
0.12.0
(because can't run tests on lesser version anyway).
v0.4.0
WARNING!
Broken backward compatibility with
v0.3.x
;
Fixed bug with extending arrays instead of cloning;
Deep cloning for arrays;
Check for own property;
Fixed some documentation issues;
Strict JS mode.