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

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 +31 -29
  2. package/README.md +3 -5
  3. package/package.json +4 -9
package/CHANGELOG.md CHANGED
@@ -1,62 +1,64 @@
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.
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)
3
+ All notable changes to this project will be documented in this file. See
4
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
7
5
 
6
+ # [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)
8
7
 
9
8
  ### Performance Improvements
10
9
 
11
- * 🔧 fix lint ([4bc57d2](https://github.com/guanghechen/sora/commit/4bc57d2deabf2a4f144c7af46d45582387825ecb))
12
-
13
-
14
-
10
+ - 💄 fix lint
11
+ ([2d5bb6f](https://github.com/guanghechen/sora/commit/2d5bb6f03d0312a42c1117d95181df8b69de827a))
12
+ - 🔧 fix nx scripts
13
+ ([47bc4e6](https://github.com/guanghechen/sora/commit/47bc4e66df825cb37127219bccf60dc81d6a9b48))
14
+ - 🔧 update tsconfig
15
+ ([98855bc](https://github.com/guanghechen/sora/commit/98855bcc245d98c61217c5bafc6a1b2506b7824d))
15
16
 
17
+ # Change Log
16
18
 
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)
19
+ All notable changes to this project will be documented in this file. See
20
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
18
21
 
22
+ # [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
23
 
20
24
  ### Performance Improvements
21
25
 
22
- * 🔧 no longer to require node engine version in packages ([6dc2014](https://github.com/guanghechen/sora/commit/6dc2014122dd44bcadc893e2ee98697265e7d61e))
23
-
26
+ - 🔧 fix lint
27
+ ([4bc57d2](https://github.com/guanghechen/sora/commit/4bc57d2deabf2a4f144c7af46d45582387825ecb))
24
28
 
29
+ # [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
30
 
31
+ ### Performance Improvements
26
32
 
33
+ - 🔧 no longer to require node engine version in packages
34
+ ([6dc2014](https://github.com/guanghechen/sora/commit/6dc2014122dd44bcadc893e2ee98697265e7d61e))
27
35
 
28
36
  # [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
37
 
30
-
31
38
  ### Performance Improvements
32
39
 
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
-
40
+ - 🔧 upgrade engine version requirement from '>= 16.0.0' to '>= 18.0.0'
41
+ ([ddb9521](https://github.com/guanghechen/sora/commit/ddb9521b529b2ca838554794339b9e27ac80b8aa))
38
42
 
39
43
  # [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
44
 
41
-
42
45
  ### Performance Improvements
43
46
 
44
- * 🔧 remove unnecessary devDependencies ([944f3ae](https://github.com/guanghechen/sora/commit/944f3aee64e68ce52ca30237c7d0240a82c9c58f))
45
-
46
-
47
-
48
-
47
+ - 🔧 remove unnecessary devDependencies
48
+ ([944f3ae](https://github.com/guanghechen/sora/commit/944f3aee64e68ce52ca30237c7d0240a82c9c58f))
49
49
 
50
50
  # 1.0.0-alpha.1 (2023-10-04)
51
51
 
52
-
53
52
  ### Features
54
53
 
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
-
54
+ - ✨ add @guanghechen/equal (migrited from @guanghechen/fast-deep-equal)
55
+ ([4ae8c7d](https://github.com/guanghechen/sora/commit/4ae8c7de7f7bc94ef4d0ad352950e54d03dfd321))
56
+ - ✨ add @guanghechen/error.types
57
+ ([3088ad3](https://github.com/guanghechen/sora/commit/3088ad314ff7ebe4a5bf4bfa51d8303cad40df89))
58
58
 
59
59
  ### Performance Improvements
60
60
 
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))
61
+ - ⬆️ format codes and upgrade devDependencies
62
+ ([6c6f382](https://github.com/guanghechen/sora/commit/6c6f382a0ac20e4c331778cc259f197d292f0eb3))
63
+ - ⬆️ the version of subpackage devDependencies is not matter
64
+ ([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.6/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.6",
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.5",
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.5/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": "9c051a66df3f4dbd8eddd709046af0a975fdc702"
47
42
  }