simple-update-in
Advanced tools
Comparing version 1.4.1-master.f9cbbf0 to 2.0.0
@@ -8,2 +8,4 @@ # Changelog | ||
## [Unreleased] | ||
## [2.0.0] - 2018-12-03 | ||
### Added | ||
@@ -16,2 +18,10 @@ - Support async predicate | ||
### Changed | ||
- Use Node.js 10 and 11 for Travis CI | ||
### Removed | ||
- Removed array insertion using index number of `-1` | ||
- This introduces API inconfirmity: `-1` could means append, prepend, or the last item | ||
## [1.4.0] - 2018-10-08 | ||
### Changed | ||
- Add default exports for CommonJS | ||
@@ -22,8 +32,3 @@ - Bump | ||
- `jest@23.6.0` | ||
- Use Node.js 10 and 11 for Travis CI | ||
### Removed | ||
- Removed array insertion using index number of `-1` | ||
- This introduces API inconfirmity: `-1` could means append, prepend, or the last item | ||
## [1.3.1] - 2018-10-05 | ||
@@ -30,0 +35,0 @@ ### Fixed |
{ | ||
"name": "simple-update-in", | ||
"version": "1.4.1-master.f9cbbf0", | ||
"version": "2.0.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
25109
0