Comparing version 4.0.0 to 4.0.1
@@ -0,3 +1,18 @@ | ||
<a name="4.0.1"></a> | ||
## [4.0.1](https://github.com/BerkeleyTrue/warning/compare/v4.0.0...v4.0.1) (2018-05-30) | ||
### Bug Fixes | ||
* add `var printWarning =` to comply with ES5 strict mode ([677dcfa](https://github.com/BerkeleyTrue/warning/commit/677dcfa)), closes [#25](https://github.com/BerkeleyTrue/warning/issues/25) | ||
# Change Log | ||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
<a name="4.0.0"></a> | ||
# [4.0.0](https://github.com/BerkeleyTrue/warning/compare/v3.0.0...v4.0.0) (2018-05-22) | ||
## [4.0.0](https://github.com/BerkeleyTrue/warning/compare/v3.0.0...v4.0.0) (2018-05-22) | ||
@@ -23,14 +38,8 @@ | ||
# Change Log | ||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
<a name="3.0.0"></a> | ||
### [3.0.0](https://github.com/BerkeleyTrue/warning/compare/v2.1.0...v3.0.0) (2015-10-04) | ||
## [3.0.0](https://github.com/BerkeleyTrue/warning/compare/v2.1.0...v3.0.0) (2015-10-04) | ||
### BREAKING CHANGE | ||
* correct license in package.json ([6bd7ad5](https://github.com/BerkeleyTrue/warning/commit/6bd7ad5)) | ||
* **package.json** correct license field ([6bd7ad5](https://github.com/BerkeleyTrue/warning/commit/6bd7ad5)) | ||
@@ -37,0 +46,0 @@ <a name="2.1.0"></a> |
{ | ||
"name": "warning", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "A mirror of Facebook's Warning", | ||
@@ -5,0 +5,0 @@ "main": "warning.js", |
@@ -24,3 +24,3 @@ /** | ||
if (__DEV__) { | ||
function printWarning(format, args) { | ||
var printWarning = function printWarning(format, args) { | ||
var len = arguments.length; | ||
@@ -27,0 +27,0 @@ args = new Array(len > 2 ? len - 2 : 0); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8372