arrayiffy-if-string
Advanced tools
Comparing version 4.1.1 to 4.1.2
@@ -64,8 +64,8 @@ # Change Log | ||
- ✨ Various documentation and setup tweaks after we migrated to monorepo | ||
- ✨ Setup refresh: updated dependencies and all config files using automated tools | ||
- Various documentation and setup tweaks after we migrated to monorepo | ||
- Setup refresh: updated dependencies and all config files using automated tools | ||
## 3.4.0 (2018-10-12) | ||
- ✨ Updated all dependencies and restored coverage tracking both via terminal when testing and through coveralls.io | ||
- Updated all dependencies and restored coverage tracking both via terminal when testing and through coveralls.io | ||
@@ -76,5 +76,5 @@ ## 3.3.0 (2018-06-15) | ||
- ✨ Migrated to BitBucket (to host repo + perform CI) and Codacy (for code quality audit) | ||
- ✨ Dropped BitHound (RIP) and Travis | ||
- ✨ Removed `package-lock` | ||
- Migrated to BitBucket (to host repo + perform CI) and Codacy (for code quality audit) | ||
- Dropped BitHound (RIP) and Travis | ||
- Removed `package-lock` | ||
@@ -85,10 +85,10 @@ ## 3.2.0 (2018-05-14) | ||
- ✨ Now pointing unit tests at ES Modules build, not CommonJS-one. This means, unit test coverage will be correct (higher) because there won't be any missing rows that Babel added which are impossible to cover. | ||
- ✨ Tweaks to ava [config](https://github.com/avajs/ava/blob/master/docs/recipes/es-modules.md) in `package.json`, properly enabling the `dev` Rollup builds. | ||
- Now pointing unit tests at ES Modules build, not CommonJS-one. This means, unit test coverage will be correct (higher) because there won't be any missing rows that Babel added which are impossible to cover. | ||
- Tweaks to ava [config](https://github.com/avajs/ava/blob/master/docs/recipes/es-modules.md) in `package.json`, properly enabling the `dev` Rollup builds. | ||
## 3.1.0 (2018-04-29) | ||
- ✨ Set up [Prettier](https://prettier.io) | ||
- ✨ Removed `package.lock` and `.editorconfig` | ||
- ✨ Wired Rollup to remove comments from non-dev builds. This means we can now leave the `console.log`s in the source code — Rollup will remove them during the builds. | ||
- Set up [Prettier](https://prettier.io) | ||
- Removed `package.lock` and `.editorconfig` | ||
- Wired Rollup to remove comments from non-dev builds. This means we can now leave the `console.log`s in the source code — Rollup will remove them during the builds. | ||
@@ -99,7 +99,7 @@ ## 3.0.0 (2017-11-22) | ||
- ✨ Rewrote in ES modules, now serving UMD, Common JS and native ES modules builds. Bumping major just in case. | ||
- ✨ Removed JS Standard and switched to raw ESLint on `airbnb-base` preset, with no-semicolon override. | ||
- Rewrote in ES modules, now serving UMD, Common JS and native ES modules builds. Bumping major just in case. | ||
- Removed JS Standard and switched to raw ESLint on `airbnb-base` preset, with no-semicolon override. | ||
## 1.0.0 (2017-05-22) | ||
- ✨ First public release | ||
- First public release |
/** | ||
* @name arrayiffy-if-string | ||
* @fileoverview Put non-empty strings into arrays, turn empty-ones into empty arrays. Bypass everything else. | ||
* @version 4.1.1 | ||
* @version 4.1.2 | ||
* @author Roy Revelt, Codsen Ltd | ||
@@ -6,0 +6,0 @@ * @license MIT |
/** | ||
* @name arrayiffy-if-string | ||
* @fileoverview Put non-empty strings into arrays, turn empty-ones into empty arrays. Bypass everything else. | ||
* @version 4.1.1 | ||
* @version 4.1.2 | ||
* @author Roy Revelt, Codsen Ltd | ||
@@ -6,0 +6,0 @@ * @license MIT |
{ | ||
"name": "arrayiffy-if-string", | ||
"version": "4.1.1", | ||
"version": "4.1.2", | ||
"description": "Put non-empty strings into arrays, turn empty-ones into empty arrays. Bypass everything else.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
10822