@react-hookz/deep-equal
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -0,1 +1,8 @@ | ||
## [1.0.3](https://github.com/react-hookz/deep-equal/compare/v1.0.2...v1.0.3) (2022-07-08) | ||
### Bug Fixes | ||
* **docs:** typo ([#105](https://github.com/react-hookz/deep-equal/issues/105)) ([30ec5a2](https://github.com/react-hookz/deep-equal/commit/30ec5a2b2b8ba8cad1105ce0b64cb773f63f1117)) | ||
## [1.0.2](https://github.com/react-hookz/deep-equal/compare/v1.0.1...v1.0.2) (2022-05-11) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@react-hookz/deep-equal", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Fast deep equal comparator", | ||
@@ -34,5 +34,5 @@ "keywords": [ | ||
"devDependencies": { | ||
"@commitlint/cli": "^16.2.4", | ||
"@commitlint/config-conventional": "^16.2.4", | ||
"@commitlint/cz-commitlint": "^16.2.4", | ||
"@commitlint/cli": "^17.0.2", | ||
"@commitlint/config-conventional": "^17.0.3", | ||
"@commitlint/cz-commitlint": "^17.0.3", | ||
"@jamesacarr/eslint-formatter-github-actions": "^0.1.0", | ||
@@ -44,15 +44,15 @@ "@jamesacarr/jest-reporter-github-actions": "^0.0.4", | ||
"@semantic-release/github": "^8.0.4", | ||
"@types/jest": "^27.5.0", | ||
"@types/jest": "^28.1.4", | ||
"commitizen": "^4.2.4", | ||
"commitlint": "^16.2.4", | ||
"concurrently": "^7.1.0", | ||
"commitlint": "^17.0.3", | ||
"concurrently": "^7.2.2", | ||
"husky": "^8.0.1", | ||
"jest": "^28.1.0", | ||
"jest-environment-jsdom": "^28.1.0", | ||
"lint-staged": "^12.4.1", | ||
"semantic-release": "^19.0.2", | ||
"ts-jest": "^28.0.2", | ||
"jest": "^28.1.2", | ||
"jest-environment-jsdom": "^28.1.2", | ||
"lint-staged": "^13.0.3", | ||
"semantic-release": "^19.0.3", | ||
"ts-jest": "^28.0.5", | ||
"ttypescript": "^1.5.13", | ||
"typescript": "^4.6.4", | ||
"yarn": "^1.22.18" | ||
"typescript": "^4.7.4", | ||
"yarn": "^1.22.19" | ||
}, | ||
@@ -59,0 +59,0 @@ "scripts": { |
@@ -58,3 +58,3 @@ <div align="center"> | ||
- **`isEqual`** - es6+ compatible, for cases when you expect almost ant data on input. | ||
- **`isEqual`** - es6+ compatible, for cases when you expect almost any data on input. | ||
- **`isEqualReact`** - es6+ compatible but with extra checks for `React` and `Preact` objects (they | ||
@@ -61,0 +61,0 @@ contain circular references). |
35190