File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -4,5 +4,11 @@ All notable changes to this project will be documented in this file.
44
55This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
7+ ## 2.0.0
8+
9+ * Sync with Node.js master. ([ @lukechilds ] ( https://github.com/lukechilds ) in [ #44 ] ( https://github.com/browserify/commonjs-assert/pull/44 ) )
10+
11+ ** Note:** Support for IE9 and IE10 has been dropped. IE11 is still supported.
12+
713## 1.5.0
814* Add strict mode APIs. ([ @lukechilds ] ( https://github.com/lukechilds ) in [ #41 ] ( https://github.com/browserify/commonjs-assert/pull/41 ) )
Original file line number Diff line number Diff line change 11{
22 "name" : " assert" ,
3- "version" : " 1.5 .0" ,
3+ "version" : " 2.0 .0" ,
44 "description" : " The assert module from Node.js, for the browser." ,
55 "main" : " build/assert.js" ,
66 "files" : [
You can’t perform that action at this time.
0 commit comments