@guanghechen/equal 1.0.0-alpha.5 → 1.0.0-alpha.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/CHANGELOG.md +38 -26
  2. package/README.md +3 -5
  3. package/package.json +4 -9
package/CHANGELOG.md CHANGED
@@ -1,62 +1,74 @@
1
1
  # Change Log
2
2
 
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3
+ All notable changes to this project will be documented in this file. See
4
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- # [1.0.0-alpha.5](https://github.com/guanghechen/sora/compare/@guanghechen/equal@1.0.0-alpha.4...@guanghechen/equal@1.0.0-alpha.5) (2023-12-03)
6
+ ## 1.0.0-alpha.7 (2024-09-18)
7
7
 
8
+ - :wrench: chore: upgrade devDependencies and fix configs
9
+ ([230fb63](https://github.com/guanghechen/sora/commit/230fb63))
8
10
 
9
- ### Performance Improvements
11
+ # Change Log
10
12
 
11
- * 🔧 fix lint ([4bc57d2](https://github.com/guanghechen/sora/commit/4bc57d2deabf2a4f144c7af46d45582387825ecb))
13
+ All notable changes to this project will be documented in this file. See
14
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
12
15
 
16
+ # [1.0.0-alpha.6](https://github.com/guanghechen/sora/compare/@guanghechen/equal@1.0.0-alpha.5...@guanghechen/equal@1.0.0-alpha.6) (2024-02-03)
13
17
 
18
+ ### Performance Improvements
14
19
 
20
+ - 💄 fix lint
21
+ ([2d5bb6f](https://github.com/guanghechen/sora/commit/2d5bb6f03d0312a42c1117d95181df8b69de827a))
22
+ - 🔧 fix nx scripts
23
+ ([47bc4e6](https://github.com/guanghechen/sora/commit/47bc4e66df825cb37127219bccf60dc81d6a9b48))
24
+ - 🔧 update tsconfig
25
+ ([98855bc](https://github.com/guanghechen/sora/commit/98855bcc245d98c61217c5bafc6a1b2506b7824d))
15
26
 
27
+ # Change Log
16
28
 
17
- # [1.0.0-alpha.4](https://github.com/guanghechen/sora/compare/@guanghechen/equal@1.0.0-alpha.3...@guanghechen/equal@1.0.0-alpha.4) (2023-11-29)
29
+ All notable changes to this project will be documented in this file. See
30
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
18
31
 
32
+ # [1.0.0-alpha.5](https://github.com/guanghechen/sora/compare/@guanghechen/equal@1.0.0-alpha.4...@guanghechen/equal@1.0.0-alpha.5) (2023-12-03)
19
33
 
20
34
  ### Performance Improvements
21
35
 
22
- * 🔧 no longer to require node engine version in packages ([6dc2014](https://github.com/guanghechen/sora/commit/6dc2014122dd44bcadc893e2ee98697265e7d61e))
23
-
36
+ - 🔧 fix lint
37
+ ([4bc57d2](https://github.com/guanghechen/sora/commit/4bc57d2deabf2a4f144c7af46d45582387825ecb))
24
38
 
39
+ # [1.0.0-alpha.4](https://github.com/guanghechen/sora/compare/@guanghechen/equal@1.0.0-alpha.3...@guanghechen/equal@1.0.0-alpha.4) (2023-11-29)
25
40
 
41
+ ### Performance Improvements
26
42
 
43
+ - 🔧 no longer to require node engine version in packages
44
+ ([6dc2014](https://github.com/guanghechen/sora/commit/6dc2014122dd44bcadc893e2ee98697265e7d61e))
27
45
 
28
46
  # [1.0.0-alpha.3](https://github.com/guanghechen/sora/compare/@guanghechen/equal@1.0.0-alpha.2...@guanghechen/equal@1.0.0-alpha.3) (2023-11-18)
29
47
 
30
-
31
48
  ### Performance Improvements
32
49
 
33
- * 🔧 upgrade engine version requirement from '>= 16.0.0' to '>= 18.0.0' ([ddb9521](https://github.com/guanghechen/sora/commit/ddb9521b529b2ca838554794339b9e27ac80b8aa))
34
-
35
-
36
-
37
-
50
+ - 🔧 upgrade engine version requirement from '>= 16.0.0' to '>= 18.0.0'
51
+ ([ddb9521](https://github.com/guanghechen/sora/commit/ddb9521b529b2ca838554794339b9e27ac80b8aa))
38
52
 
39
53
  # [1.0.0-alpha.2](https://github.com/guanghechen/sora/compare/@guanghechen/equal@1.0.0-alpha.1...@guanghechen/equal@1.0.0-alpha.2) (2023-10-16)
40
54
 
41
-
42
55
  ### Performance Improvements
43
56
 
44
- * 🔧 remove unnecessary devDependencies ([944f3ae](https://github.com/guanghechen/sora/commit/944f3aee64e68ce52ca30237c7d0240a82c9c58f))
45
-
46
-
47
-
48
-
57
+ - 🔧 remove unnecessary devDependencies
58
+ ([944f3ae](https://github.com/guanghechen/sora/commit/944f3aee64e68ce52ca30237c7d0240a82c9c58f))
49
59
 
50
60
  # 1.0.0-alpha.1 (2023-10-04)
51
61
 
52
-
53
62
  ### Features
54
63
 
55
- * ✨ add @guanghechen/equal (migrited from @guanghechen/fast-deep-equal) ([4ae8c7d](https://github.com/guanghechen/sora/commit/4ae8c7de7f7bc94ef4d0ad352950e54d03dfd321))
56
- * ✨ add @guanghechen/error.types ([3088ad3](https://github.com/guanghechen/sora/commit/3088ad314ff7ebe4a5bf4bfa51d8303cad40df89))
57
-
64
+ - ✨ add @guanghechen/equal (migrited from @guanghechen/fast-deep-equal)
65
+ ([4ae8c7d](https://github.com/guanghechen/sora/commit/4ae8c7de7f7bc94ef4d0ad352950e54d03dfd321))
66
+ - ✨ add @guanghechen/error.types
67
+ ([3088ad3](https://github.com/guanghechen/sora/commit/3088ad314ff7ebe4a5bf4bfa51d8303cad40df89))
58
68
 
59
69
  ### Performance Improvements
60
70
 
61
- * ⬆️ format codes and upgrade devDependencies ([6c6f382](https://github.com/guanghechen/sora/commit/6c6f382a0ac20e4c331778cc259f197d292f0eb3))
62
- * ⬆️ the version of subpackage devDependencies is not matter ([3287c22](https://github.com/guanghechen/sora/commit/3287c22fb150af6620c1c9f6f4b186498aea815b))
71
+ - ⬆️ format codes and upgrade devDependencies
72
+ ([6c6f382](https://github.com/guanghechen/sora/commit/6c6f382a0ac20e4c331778cc259f197d292f0eb3))
73
+ - ⬆️ the version of subpackage devDependencies is not matter
74
+ ([3287c22](https://github.com/guanghechen/sora/commit/3287c22fb150af6620c1c9f6f4b186498aea815b))
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  <header>
2
2
  <h1 align="center">
3
- <a href="https://github.com/guanghechen/sora/tree/@guanghechen/equal@1.0.0-alpha.5/packages/equal#readme">@guanghechen/equal</a>
3
+ <a href="https://github.com/guanghechen/sora/tree/@guanghechen/equal@1.0.0-alpha.7/packages/equal#readme">@guanghechen/equal</a>
4
4
  </h1>
5
5
  <div align="center">
6
6
  <a href="https://www.npmjs.com/package/@guanghechen/equal">
@@ -49,20 +49,18 @@
49
49
  </header>
50
50
  <br/>
51
51
 
52
-
53
52
  Inspired by https://github.com/epoberezkin/fast-deep-equal, re-publish cause it's not support ESM.
54
53
 
55
-
56
54
  ## Usage
57
55
 
58
- * use within ESM.
56
+ - use within ESM.
59
57
 
60
58
  ```javascript
61
59
  import isEqual from '@guanghechen/equal'
62
60
  console.log(isEqual({foo: 'bar'}, {foo: 'bar'})); // true
63
61
  ```
64
62
 
65
- * use within CommonJS.
63
+ - use within CommonJS.
66
64
 
67
65
  ```javascript
68
66
  const isEqual = require('@guanghechen/equal')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@guanghechen/equal",
3
- "version": "1.0.0-alpha.5",
3
+ "version": "1.0.0-alpha.7",
4
4
  "description": "The fastest deep equal with ES6 Map, Set and Typed arrays support.",
5
5
  "author": {
6
6
  "name": "guanghechen",
@@ -8,10 +8,10 @@
8
8
  },
9
9
  "repository": {
10
10
  "type": "git",
11
- "url": "https://github.com/guanghechen/sora/tree/@guanghechen/equal@1.0.0-alpha.4",
11
+ "url": "https://github.com/guanghechen/sora/tree/@guanghechen/equal@1.0.0-alpha.6",
12
12
  "directory": "packages/equal"
13
13
  },
14
- "homepage": "https://github.com/guanghechen/sora/tree/@guanghechen/equal@1.0.0-alpha.4/packages/equal#readme",
14
+ "homepage": "https://github.com/guanghechen/sora/tree/@guanghechen/equal@1.0.0-alpha.6/packages/equal#readme",
15
15
  "keywords": [
16
16
  "equal",
17
17
  "fast deep equal"
@@ -38,10 +38,5 @@
38
38
  "LICENSE",
39
39
  "README.md"
40
40
  ],
41
- "scripts": {
42
- "build": "../../node_modules/.bin/rimraf lib/ && ../../node_modules/.bin/cross-env NODE_ENV=production ../../node_modules/.bin/rollup -c ../../rollup.config.mjs",
43
- "prepublishOnly": "yarn build",
44
- "test": "node --experimental-vm-modules ../../node_modules/.bin/jest --config ../../jest.config.mjs --rootDir ."
45
- },
46
- "gitHead": "01113cc4098c48d0c911df326a06caa22343cb91"
41
+ "gitHead": "61841206a2ca8060c0f47a32b9aa177b318f7c2e"
47
42
  }