Skip to content

Commit 088a352

Browse files
chore(release): 3.1.0 [skip ci]
## [3.1.0](v3.0.0...v3.1.0) (2024-12-17) ### 🛠 Fixes * add packageManager ([1a64254](1a64254)) * ci versions ([c892993](c892993)) * pm ([91a1ec1](91a1ec1)) * revert version from actions ([89ac590](89ac590)) ### 🚀 Features * update ci, node 22 ([0abf80e](0abf80e))
1 parent 89ac590 commit 088a352

11 files changed

+49
-34
lines changed

docs/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## [3.1.0](https://github.com/SkeLLLa/node-object-hash/compare/v3.0.0...v3.1.0) (2024-12-17)
2+
3+
4+
### 🛠 Fixes
5+
6+
* add packageManager ([1a64254](https://github.com/SkeLLLa/node-object-hash/commit/1a64254e12b84cf55b5d500af9f08f41837f2c60))
7+
* ci versions ([c892993](https://github.com/SkeLLLa/node-object-hash/commit/c892993c1aaa1501caf5c227754814167db67479))
8+
* pm ([91a1ec1](https://github.com/SkeLLLa/node-object-hash/commit/91a1ec116e736c6455485c82e1ba13b78c56bf97))
9+
* revert version from actions ([89ac590](https://github.com/SkeLLLa/node-object-hash/commit/89ac5907fd2f0dba130a31b570d55ad052b3a308))
10+
11+
12+
### 🚀 Features
13+
14+
* update ci, node 22 ([0abf80e](https://github.com/SkeLLLa/node-object-hash/commit/0abf80e3f9f2195391c1a4df2c370966b31f6064))
15+
116
## [3.0.0](https://github.com/SkeLLLa/node-object-hash/compare/v2.3.10...v3.0.0) (2023-04-14)
217

318

docs/api/interfaces/hasher.Hashable.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ with the function toHash that return the same value will have the same hash
3030

3131
#### Defined in
3232

33-
[hasher.ts:38](https://github.com/SkeLLLa/node-object-hash/blob/22b763e/src/hasher.ts#L38)
33+
[hasher.ts:38](https://github.com/SkeLLLa/node-object-hash/blob/89ac590/src/hasher.ts#L38)

docs/api/interfaces/hasher.Hasher.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ hash string of an object
4141

4242
#### Defined in
4343

44-
[hasher.ts:47](https://github.com/SkeLLLa/node-object-hash/blob/22b763e/src/hasher.ts#L47)
44+
[hasher.ts:47](https://github.com/SkeLLLa/node-object-hash/blob/89ac590/src/hasher.ts#L47)
4545

4646
---
4747

@@ -65,7 +65,7 @@ sorted string from an object
6565

6666
#### Defined in
6767

68-
[hasher.ts:53](https://github.com/SkeLLLa/node-object-hash/blob/22b763e/src/hasher.ts#L53)
68+
[hasher.ts:53](https://github.com/SkeLLLa/node-object-hash/blob/89ac590/src/hasher.ts#L53)
6969

7070
---
7171

@@ -93,4 +93,4 @@ sorted string from an object
9393

9494
#### Defined in
9595

96-
[hasher.ts:60](https://github.com/SkeLLLa/node-object-hash/blob/22b763e/src/hasher.ts#L60)
96+
[hasher.ts:60](https://github.com/SkeLLLa/node-object-hash/blob/89ac590/src/hasher.ts#L60)

docs/api/interfaces/hasher.HasherOptions.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Hash algorithm to use
3838

3939
#### Defined in
4040

41-
[hasher.ts:24](https://github.com/SkeLLLa/node-object-hash/blob/22b763e/src/hasher.ts#L24)
41+
[hasher.ts:24](https://github.com/SkeLLLa/node-object-hash/blob/89ac590/src/hasher.ts#L24)
4242

4343
---
4444

@@ -61,7 +61,7 @@ true;
6161

6262
#### Defined in
6363

64-
[objectSorter.ts:170](https://github.com/SkeLLLa/node-object-hash/blob/22b763e/src/objectSorter.ts#L170)
64+
[objectSorter.ts:170](https://github.com/SkeLLLa/node-object-hash/blob/89ac590/src/objectSorter.ts#L170)
6565

6666
---
6767

@@ -79,7 +79,7 @@ String encoding for hash
7979

8080
#### Defined in
8181

82-
[hasher.ts:29](https://github.com/SkeLLLa/node-object-hash/blob/22b763e/src/hasher.ts#L29)
82+
[hasher.ts:29](https://github.com/SkeLLLa/node-object-hash/blob/89ac590/src/hasher.ts#L29)
8383

8484
---
8585

@@ -102,7 +102,7 @@ true;
102102

103103
#### Defined in
104104

105-
[objectSorter.ts:176](https://github.com/SkeLLLa/node-object-hash/blob/22b763e/src/objectSorter.ts#L176)
105+
[objectSorter.ts:176](https://github.com/SkeLLLa/node-object-hash/blob/89ac590/src/objectSorter.ts#L176)
106106

107107
---
108108

@@ -125,4 +125,4 @@ false;
125125

126126
#### Defined in
127127

128-
[objectSorter.ts:182](https://github.com/SkeLLLa/node-object-hash/blob/22b763e/src/objectSorter.ts#L182)
128+
[objectSorter.ts:182](https://github.com/SkeLLLa/node-object-hash/blob/89ac590/src/objectSorter.ts#L182)

docs/api/interfaces/objectSorter.CoerceOptions.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ true;
5151

5252
#### Defined in
5353

54-
[objectSorter.ts:43](https://github.com/SkeLLLa/node-object-hash/blob/22b763e/src/objectSorter.ts#L43)
54+
[objectSorter.ts:43](https://github.com/SkeLLLa/node-object-hash/blob/89ac590/src/objectSorter.ts#L43)
5555

5656
---
5757

@@ -85,7 +85,7 @@ true;
8585

8686
#### Defined in
8787

88-
[objectSorter.ts:21](https://github.com/SkeLLLa/node-object-hash/blob/22b763e/src/objectSorter.ts#L21)
88+
[objectSorter.ts:21](https://github.com/SkeLLLa/node-object-hash/blob/89ac590/src/objectSorter.ts#L21)
8989

9090
---
9191

@@ -115,7 +115,7 @@ true;
115115

116116
#### Defined in
117117

118-
[objectSorter.ts:105](https://github.com/SkeLLLa/node-object-hash/blob/22b763e/src/objectSorter.ts#L105)
118+
[objectSorter.ts:105](https://github.com/SkeLLLa/node-object-hash/blob/89ac590/src/objectSorter.ts#L105)
119119

120120
---
121121

@@ -145,7 +145,7 @@ true;
145145

146146
#### Defined in
147147

148-
[objectSorter.ts:96](https://github.com/SkeLLLa/node-object-hash/blob/22b763e/src/objectSorter.ts#L96)
148+
[objectSorter.ts:96](https://github.com/SkeLLLa/node-object-hash/blob/89ac590/src/objectSorter.ts#L96)
149149

150150
---
151151

@@ -177,7 +177,7 @@ true;
177177

178178
#### Defined in
179179

180-
[objectSorter.ts:76](https://github.com/SkeLLLa/node-object-hash/blob/22b763e/src/objectSorter.ts#L76)
180+
[objectSorter.ts:76](https://github.com/SkeLLLa/node-object-hash/blob/89ac590/src/objectSorter.ts#L76)
181181

182182
---
183183

@@ -209,7 +209,7 @@ true;
209209

210210
#### Defined in
211211

212-
[objectSorter.ts:32](https://github.com/SkeLLLa/node-object-hash/blob/22b763e/src/objectSorter.ts#L32)
212+
[objectSorter.ts:32](https://github.com/SkeLLLa/node-object-hash/blob/89ac590/src/objectSorter.ts#L32)
213213

214214
---
215215

@@ -239,7 +239,7 @@ true;
239239

240240
#### Defined in
241241

242-
[objectSorter.ts:114](https://github.com/SkeLLLa/node-object-hash/blob/22b763e/src/objectSorter.ts#L114)
242+
[objectSorter.ts:114](https://github.com/SkeLLLa/node-object-hash/blob/89ac590/src/objectSorter.ts#L114)
243243

244244
---
245245

@@ -271,7 +271,7 @@ true;
271271

272272
#### Defined in
273273

274-
[objectSorter.ts:54](https://github.com/SkeLLLa/node-object-hash/blob/22b763e/src/objectSorter.ts#L54)
274+
[objectSorter.ts:54](https://github.com/SkeLLLa/node-object-hash/blob/89ac590/src/objectSorter.ts#L54)
275275

276276
---
277277

@@ -303,7 +303,7 @@ true;
303303

304304
#### Defined in
305305

306-
[objectSorter.ts:87](https://github.com/SkeLLLa/node-object-hash/blob/22b763e/src/objectSorter.ts#L87)
306+
[objectSorter.ts:87](https://github.com/SkeLLLa/node-object-hash/blob/89ac590/src/objectSorter.ts#L87)
307307

308308
---
309309

@@ -335,4 +335,4 @@ true;
335335

336336
#### Defined in
337337

338-
[objectSorter.ts:65](https://github.com/SkeLLLa/node-object-hash/blob/22b763e/src/objectSorter.ts#L65)
338+
[objectSorter.ts:65](https://github.com/SkeLLLa/node-object-hash/blob/89ac590/src/objectSorter.ts#L65)

docs/api/interfaces/objectSorter.SortOptions.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ If `true` sort array entries before hash
2727

2828
#### Defined in
2929

30-
[objectSorter.ts:124](https://github.com/SkeLLLa/node-object-hash/blob/22b763e/src/objectSorter.ts#L124)
30+
[objectSorter.ts:124](https://github.com/SkeLLLa/node-object-hash/blob/89ac590/src/objectSorter.ts#L124)
3131

3232
---
3333

@@ -39,7 +39,7 @@ If `true` sort BigInt entries before hash
3939

4040
#### Defined in
4141

42-
[objectSorter.ts:144](https://github.com/SkeLLLa/node-object-hash/blob/22b763e/src/objectSorter.ts#L144)
42+
[objectSorter.ts:144](https://github.com/SkeLLLa/node-object-hash/blob/89ac590/src/objectSorter.ts#L144)
4343

4444
---
4545

@@ -51,7 +51,7 @@ If `true` sort map entries before hash
5151

5252
#### Defined in
5353

54-
[objectSorter.ts:140](https://github.com/SkeLLLa/node-object-hash/blob/22b763e/src/objectSorter.ts#L140)
54+
[objectSorter.ts:140](https://github.com/SkeLLLa/node-object-hash/blob/89ac590/src/objectSorter.ts#L140)
5555

5656
---
5757

@@ -63,7 +63,7 @@ If `true` sort object entries before hash
6363

6464
#### Defined in
6565

66-
[objectSorter.ts:132](https://github.com/SkeLLLa/node-object-hash/blob/22b763e/src/objectSorter.ts#L132)
66+
[objectSorter.ts:132](https://github.com/SkeLLLa/node-object-hash/blob/89ac590/src/objectSorter.ts#L132)
6767

6868
---
6969

@@ -75,7 +75,7 @@ If `true` sort set entries before hash
7575

7676
#### Defined in
7777

78-
[objectSorter.ts:136](https://github.com/SkeLLLa/node-object-hash/blob/22b763e/src/objectSorter.ts#L136)
78+
[objectSorter.ts:136](https://github.com/SkeLLLa/node-object-hash/blob/89ac590/src/objectSorter.ts#L136)
7979

8080
---
8181

@@ -87,4 +87,4 @@ If `true` sort TypedArray entries before hash
8787

8888
#### Defined in
8989

90-
[objectSorter.ts:128](https://github.com/SkeLLLa/node-object-hash/blob/22b763e/src/objectSorter.ts#L128)
90+
[objectSorter.ts:128](https://github.com/SkeLLLa/node-object-hash/blob/89ac590/src/objectSorter.ts#L128)

docs/api/interfaces/objectSorter.SorterOptions.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ true;
3737

3838
#### Defined in
3939

40-
[objectSorter.ts:170](https://github.com/SkeLLLa/node-object-hash/blob/22b763e/src/objectSorter.ts#L170)
40+
[objectSorter.ts:170](https://github.com/SkeLLLa/node-object-hash/blob/89ac590/src/objectSorter.ts#L170)
4141

4242
---
4343

@@ -56,7 +56,7 @@ true;
5656

5757
#### Defined in
5858

59-
[objectSorter.ts:176](https://github.com/SkeLLLa/node-object-hash/blob/22b763e/src/objectSorter.ts#L176)
59+
[objectSorter.ts:176](https://github.com/SkeLLLa/node-object-hash/blob/89ac590/src/objectSorter.ts#L176)
6060

6161
---
6262

@@ -75,4 +75,4 @@ false;
7575

7676
#### Defined in
7777

78-
[objectSorter.ts:182](https://github.com/SkeLLLa/node-object-hash/blob/22b763e/src/objectSorter.ts#L182)
78+
[objectSorter.ts:182](https://github.com/SkeLLLa/node-object-hash/blob/89ac590/src/objectSorter.ts#L182)

docs/api/interfaces/objectSorter.TrimOptions.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ If `true` replaces multiple space with one and trims whitespaces in function bod
2323

2424
#### Defined in
2525

26-
[objectSorter.ts:158](https://github.com/SkeLLLa/node-object-hash/blob/22b763e/src/objectSorter.ts#L158)
26+
[objectSorter.ts:158](https://github.com/SkeLLLa/node-object-hash/blob/89ac590/src/objectSorter.ts#L158)
2727

2828
---
2929

@@ -35,4 +35,4 @@ If `true` replaces multiple space with one and trims whitespaces in strings
3535

3636
#### Defined in
3737

38-
[objectSorter.ts:154](https://github.com/SkeLLLa/node-object-hash/blob/22b763e/src/objectSorter.ts#L154)
38+
[objectSorter.ts:154](https://github.com/SkeLLLa/node-object-hash/blob/89ac590/src/objectSorter.ts#L154)

docs/api/modules/hasher.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ hasher instance
3636

3737
#### Defined in
3838

39-
[hasher.ts:68](https://github.com/SkeLLLa/node-object-hash/blob/22b763e/src/hasher.ts#L68)
39+
[hasher.ts:68](https://github.com/SkeLLLa/node-object-hash/blob/89ac590/src/hasher.ts#L68)

docs/api/modules/objectSorter.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848
#### Defined in
4949

50-
[objectSorter.ts:185](https://github.com/SkeLLLa/node-object-hash/blob/22b763e/src/objectSorter.ts#L185)
50+
[objectSorter.ts:185](https://github.com/SkeLLLa/node-object-hash/blob/89ac590/src/objectSorter.ts#L185)
5151

5252
## Functions
5353

@@ -71,4 +71,4 @@ function that transforms object to strings
7171

7272
#### Defined in
7373

74-
[objectSorter.ts:192](https://github.com/SkeLLLa/node-object-hash/blob/22b763e/src/objectSorter.ts#L192)
74+
[objectSorter.ts:192](https://github.com/SkeLLLa/node-object-hash/blob/89ac590/src/objectSorter.ts#L192)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-object-hash",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "Node.js object hash library with properties/arrays sorting to provide constant hashes",
55
"keywords": [
66
"hash",

0 commit comments

Comments
 (0)