Comparing version 1.4.0 to 1.5.0
@@ -5,2 +5,10 @@ # Changelog | ||
## [1.5.0](https://github.com/medikoo/es5-ext/compare/v1.3.0...v1.5.0) (2021-08-23) | ||
### Features | ||
- `Promise.limit` ([060a05d](https://github.com/medikoo/es5-ext/commit/060a05d4751cd291c6dd7641f5a73ba9338ea7ab)) | ||
- `String.prototype.includes` ([ceebe8d](https://github.com/medikoo/es5-ext/commit/ceebe8dfd6f479d6a7e7b6cd79369291869ee2dd)) | ||
- `charset` option for `String.random` ([2a20eeb](https://github.com/medikoo/es5-ext/commit/2a20eebc5ae784e5c1aacd2c54433fe92a9464c9)) | ||
## [1.4.0](https://github.com///compare/v1.3.0...v1.4.0) (2019-11-29) | ||
@@ -7,0 +15,0 @@ |
{ | ||
"name": "ext", | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"description": "JavaScript utilities with respect to emerging standard", | ||
@@ -25,17 +25,18 @@ "author": "Mariusz Nowak <medyk@medikoo.com> (http://www.medikoo.com/)", | ||
"type": "git", | ||
"url": "https://github.com/medikoo/es5-ext/tree/ext" | ||
"url": "https://github.com/medikoo/es5-ext#ext" | ||
}, | ||
"dependencies": { | ||
"type": "^2.0.0" | ||
"type": "^2.5.0" | ||
}, | ||
"devDependencies": { | ||
"chai": "^4.2.0", | ||
"eslint": "^6.7.1", | ||
"eslint-config-medikoo": "^2.7.0", | ||
"chai": "^4.3.4", | ||
"eslint": "^7.32.0", | ||
"eslint-config-medikoo": "^4.1.0", | ||
"git-list-updated": "^1.2.1", | ||
"husky": "^3.1.0", | ||
"lint-staged": "^9.5.0", | ||
"mocha": "^6.2.2", | ||
"prettier-elastic": "^1.18.2", | ||
"sinon": "^7.5.0" | ||
"husky": "^4.3.8", | ||
"lint-staged": "^11.1.2", | ||
"mocha": "^6.2.3", | ||
"prettier-elastic": "^2.2.1", | ||
"sinon": "^8.1.1", | ||
"timers-ext": "^0.1.7" | ||
}, | ||
@@ -56,3 +57,3 @@ "husky": { | ||
"eslintIgnore": [ | ||
"_es5-ext/*" | ||
"_es5-ext" | ||
], | ||
@@ -91,3 +92,6 @@ "eslintConfig": { | ||
{ | ||
"files": "test/thenable_/finally.js", | ||
"files": [ | ||
"test/promise/limit.js", | ||
"test/thenable_/finally.js" | ||
], | ||
"globals": { | ||
@@ -94,0 +98,0 @@ "Promise": true |
@@ -28,2 +28,4 @@ # ext | ||
- [`entries`](docs/object/entries.md) | ||
- `Promise` | ||
- [`limit`](docs/promise/limit.md) | ||
- `String` | ||
@@ -30,0 +32,0 @@ - [`random`](docs/string/random.md) |
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
31013
52
590
36
10
Updatedtype@^2.5.0