Comparing version 0.2.0 to 0.2.1
# Change Log | ||
All notable changes to this project will be documented in this file. | ||
## 0.2.1 - 2015-04-12 | ||
### Added | ||
- `.editorconfig` | ||
- `.gitattributes` | ||
### Changed | ||
- update `.travis.yml` with `iojs`. | ||
- fixed `imports` header in `index.js`. | ||
- simplified copyright line in `license`. | ||
## 0.2.0 - 2015-04-09 | ||
@@ -5,0 +15,0 @@ ### Changed |
'use strict' | ||
/** | ||
* exports. | ||
* imports. | ||
*/ | ||
@@ -6,0 +6,0 @@ |
{ | ||
"name": "apply-or", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Invoke .apply if value is a function, otherwise, return default value.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
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
4560