jest-image-snapshot
Advanced tools
Comparing version 3.1.0 to 4.0.0
@@ -0,1 +1,13 @@ | ||
# [4.0.0](https://github.com/americanexpress/jest-image-snapshot/compare/v3.1.0...v4.0.0) (2020-05-14) | ||
### chore | ||
* upgrade to jest 26 + drop node 8 support ([#205](https://github.com/americanexpress/jest-image-snapshot/issues/205)) ([4834533](https://github.com/americanexpress/jest-image-snapshot/commit/4834533369dae1533c93ad883e3f66617d7d9c3f)) | ||
### BREAKING CHANGES | ||
* drop node 8 support | ||
# [3.1.0](https://github.com/americanexpress/jest-image-snapshot/compare/v3.0.1...v3.1.0) (2020-04-17) | ||
@@ -2,0 +14,0 @@ |
{ | ||
"name": "jest-image-snapshot", | ||
"version": "3.1.0", | ||
"version": "4.0.0", | ||
"description": "Jest matcher for image comparisons. Most commonly used for visual regression testing.", | ||
"main": "src/index.js", | ||
"engines": { | ||
"node": ">=8.0.0" | ||
"node": ">= 10.14.2" | ||
}, | ||
@@ -56,4 +56,4 @@ "scripts": { | ||
"image-size": "^0.8.3", | ||
"jest": "^25.1.0", | ||
"jest-snapshot": "^25.1.0", | ||
"jest": "^26.0.1", | ||
"jest-snapshot": "^26.0.1", | ||
"semantic-release": "^17.0.4", | ||
@@ -74,3 +74,3 @@ "lockfile-lint": "^4.0.0", | ||
"peerDependencies": { | ||
"jest": ">=20 <=25" | ||
"jest": ">=20 <=26" | ||
}, | ||
@@ -88,5 +88,5 @@ "husky": { | ||
"@semantic-release/changelog", | ||
"@semantic-release/npm", | ||
"@semantic-release/git", | ||
"@semantic-release/github", | ||
"@semantic-release/npm" | ||
"@semantic-release/github" | ||
], | ||
@@ -93,0 +93,0 @@ "branch": "master" |
@@ -25,3 +25,3 @@ <h1 align="center"> | ||
* Take image snapshots of your React components | ||
* Take image snapshots of your application | ||
* Ability to compare snapshots from a baseline | ||
@@ -28,0 +28,0 @@ * Update snapshots when you're good with changes |
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
3052506
21