Skip to content

Commit fa66df5

Browse files
committed
chore(release): 2.3.2
1 parent 94c2a98 commit fa66df5

23 files changed

+89
-87
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [2.3.2](https://github.com/SkeLLLa/node-object-hash/compare/v2.3.1...v2.3.2) (2021-05-28)
6+
57
### [2.3.1](https://github.com/SkeLLLa/node-object-hash/compare/v2.3.0...v2.3.1) (2021-02-28)
68

79

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2.3.1
1+
v2.3.2

docs/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
Node object hash - v2.3.0
1+
Node object hash - v2.3.1
22

3-
# Node object hash - v2.3.0
3+
# Node object hash - v2.3.1
44

55
## Table of contents
66

docs/interfaces/hasher.export_.hashable.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[Node object hash - v2.3.0](../README.md) / [hasher](../modules/hasher.md) / [export%3D](../modules/hasher.export_.md) / Hashable
1+
[Node object hash - v2.3.1](../README.md) / [hasher](../modules/hasher.md) / [export%3D](../modules/hasher.export_.md) / Hashable
22

33
# Interface: Hashable
44

@@ -24,4 +24,4 @@ with the function toHash that return the same value will have the same hash
2424

2525
**toHashableString**: () => _string_
2626

27-
Defined in: [hasher.ts:37](https://github.com/SkeLLLa/node-object-hash/blob/0fc56f0/src/hasher.ts#L37)
27+
Defined in: [hasher.ts:37](https://github.com/SkeLLLa/node-object-hash/blob/94c2a98/src/hasher.ts#L37)

docs/interfaces/hasher.export_.hasher.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[Node object hash - v2.3.0](../README.md) / [hasher](../modules/hasher.md) / [export%3D](../modules/hasher.export_.md) / Hasher
1+
[Node object hash - v2.3.1](../README.md) / [hasher](../modules/hasher.md) / [export%3D](../modules/hasher.export_.md) / Hasher
22

33
# Interface: Hasher
44

@@ -35,7 +35,7 @@ Create hash of an object
3535

3636
hash string of an object
3737

38-
Defined in: [hasher.ts:46](https://github.com/SkeLLLa/node-object-hash/blob/0fc56f0/src/hasher.ts#L46)
38+
Defined in: [hasher.ts:46](https://github.com/SkeLLLa/node-object-hash/blob/94c2a98/src/hasher.ts#L46)
3939

4040
---
4141

@@ -55,7 +55,7 @@ Create sorted string from an object
5555

5656
sorted string from an object
5757

58-
Defined in: [hasher.ts:52](https://github.com/SkeLLLa/node-object-hash/blob/0fc56f0/src/hasher.ts#L52)
58+
Defined in: [hasher.ts:52](https://github.com/SkeLLLa/node-object-hash/blob/94c2a98/src/hasher.ts#L52)
5959

6060
---
6161

@@ -77,4 +77,4 @@ Create sorted string from an object
7777

7878
sorted string from an object
7979

80-
Defined in: [hasher.ts:59](https://github.com/SkeLLLa/node-object-hash/blob/0fc56f0/src/hasher.ts#L59)
80+
Defined in: [hasher.ts:59](https://github.com/SkeLLLa/node-object-hash/blob/94c2a98/src/hasher.ts#L59)

docs/interfaces/hasher.export_.hasheroptions.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[Node object hash - v2.3.0](../README.md) / [hasher](../modules/hasher.md) / [export%3D](../modules/hasher.export_.md) / HasherOptions
1+
[Node object hash - v2.3.1](../README.md) / [hasher](../modules/hasher.md) / [export%3D](../modules/hasher.export_.md) / HasherOptions
22

33
# Interface: HasherOptions
44

@@ -32,7 +32,7 @@ Hash algorithm to use
3232

3333
**`default`** 'sha256'
3434

35-
Defined in: [hasher.ts:23](https://github.com/SkeLLLa/node-object-hash/blob/0fc56f0/src/hasher.ts#L23)
35+
Defined in: [hasher.ts:23](https://github.com/SkeLLLa/node-object-hash/blob/94c2a98/src/hasher.ts#L23)
3636

3737
---
3838

@@ -47,7 +47,7 @@ Advanced coerce options could be provided as object
4747

4848
Inherited from: [SorterOptions](objectsorter.export_.sorteroptions.md).[coerce](objectsorter.export_.sorteroptions.md#coerce)
4949

50-
Defined in: [objectSorter.ts:171](https://github.com/SkeLLLa/node-object-hash/blob/0fc56f0/src/objectSorter.ts#L171)
50+
Defined in: [objectSorter.ts:171](https://github.com/SkeLLLa/node-object-hash/blob/94c2a98/src/objectSorter.ts#L171)
5151

5252
---
5353

@@ -59,7 +59,7 @@ String encoding for hash
5959

6060
**`default`** 'base64'
6161

62-
Defined in: [hasher.ts:28](https://github.com/SkeLLLa/node-object-hash/blob/0fc56f0/src/hasher.ts#L28)
62+
Defined in: [hasher.ts:28](https://github.com/SkeLLLa/node-object-hash/blob/94c2a98/src/hasher.ts#L28)
6363

6464
---
6565

@@ -74,7 +74,7 @@ Advanced sorting options could be provided as object
7474

7575
Inherited from: [SorterOptions](objectsorter.export_.sorteroptions.md).[sort](objectsorter.export_.sorteroptions.md#sort)
7676

77-
Defined in: [objectSorter.ts:177](https://github.com/SkeLLLa/node-object-hash/blob/0fc56f0/src/objectSorter.ts#L177)
77+
Defined in: [objectSorter.ts:177](https://github.com/SkeLLLa/node-object-hash/blob/94c2a98/src/objectSorter.ts#L177)
7878

7979
---
8080

@@ -89,4 +89,4 @@ Advanced sorting options could be provided as object.
8989

9090
Inherited from: [SorterOptions](objectsorter.export_.sorteroptions.md).[trim](objectsorter.export_.sorteroptions.md#trim)
9191

92-
Defined in: [objectSorter.ts:183](https://github.com/SkeLLLa/node-object-hash/blob/0fc56f0/src/objectSorter.ts#L183)
92+
Defined in: [objectSorter.ts:183](https://github.com/SkeLLLa/node-object-hash/blob/94c2a98/src/objectSorter.ts#L183)

docs/interfaces/hasher.hashable.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[Node object hash - v2.3.0](../README.md) / [hasher](../modules/hasher.md) / Hashable
1+
[Node object hash - v2.3.1](../README.md) / [hasher](../modules/hasher.md) / Hashable
22

33
# Interface: Hashable
44

@@ -24,4 +24,4 @@ with the function toHash that return the same value will have the same hash
2424

2525
**toHashableString**: () => _string_
2626

27-
Defined in: [hasher.ts:37](https://github.com/SkeLLLa/node-object-hash/blob/0fc56f0/src/hasher.ts#L37)
27+
Defined in: [hasher.ts:37](https://github.com/SkeLLLa/node-object-hash/blob/94c2a98/src/hasher.ts#L37)

docs/interfaces/hasher.hasher-1.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[Node object hash - v2.3.0](../README.md) / [hasher](../modules/hasher.md) / Hasher
1+
[Node object hash - v2.3.1](../README.md) / [hasher](../modules/hasher.md) / Hasher
22

33
# Interface: Hasher
44

@@ -35,7 +35,7 @@ Create hash of an object
3535

3636
hash string of an object
3737

38-
Defined in: [hasher.ts:46](https://github.com/SkeLLLa/node-object-hash/blob/0fc56f0/src/hasher.ts#L46)
38+
Defined in: [hasher.ts:46](https://github.com/SkeLLLa/node-object-hash/blob/94c2a98/src/hasher.ts#L46)
3939

4040
---
4141

@@ -55,7 +55,7 @@ Create sorted string from an object
5555

5656
sorted string from an object
5757

58-
Defined in: [hasher.ts:52](https://github.com/SkeLLLa/node-object-hash/blob/0fc56f0/src/hasher.ts#L52)
58+
Defined in: [hasher.ts:52](https://github.com/SkeLLLa/node-object-hash/blob/94c2a98/src/hasher.ts#L52)
5959

6060
---
6161

@@ -77,4 +77,4 @@ Create sorted string from an object
7777

7878
sorted string from an object
7979

80-
Defined in: [hasher.ts:59](https://github.com/SkeLLLa/node-object-hash/blob/0fc56f0/src/hasher.ts#L59)
80+
Defined in: [hasher.ts:59](https://github.com/SkeLLLa/node-object-hash/blob/94c2a98/src/hasher.ts#L59)

docs/interfaces/hasher.hasheroptions.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[Node object hash - v2.3.0](../README.md) / [hasher](../modules/hasher.md) / HasherOptions
1+
[Node object hash - v2.3.1](../README.md) / [hasher](../modules/hasher.md) / HasherOptions
22

33
# Interface: HasherOptions
44

@@ -32,7 +32,7 @@ Hash algorithm to use
3232

3333
**`default`** 'sha256'
3434

35-
Defined in: [hasher.ts:23](https://github.com/SkeLLLa/node-object-hash/blob/0fc56f0/src/hasher.ts#L23)
35+
Defined in: [hasher.ts:23](https://github.com/SkeLLLa/node-object-hash/blob/94c2a98/src/hasher.ts#L23)
3636

3737
---
3838

@@ -47,7 +47,7 @@ Advanced coerce options could be provided as object
4747

4848
Inherited from: [SorterOptions](objectsorter.export_.sorteroptions.md).[coerce](objectsorter.export_.sorteroptions.md#coerce)
4949

50-
Defined in: [objectSorter.ts:171](https://github.com/SkeLLLa/node-object-hash/blob/0fc56f0/src/objectSorter.ts#L171)
50+
Defined in: [objectSorter.ts:171](https://github.com/SkeLLLa/node-object-hash/blob/94c2a98/src/objectSorter.ts#L171)
5151

5252
---
5353

@@ -59,7 +59,7 @@ String encoding for hash
5959

6060
**`default`** 'base64'
6161

62-
Defined in: [hasher.ts:28](https://github.com/SkeLLLa/node-object-hash/blob/0fc56f0/src/hasher.ts#L28)
62+
Defined in: [hasher.ts:28](https://github.com/SkeLLLa/node-object-hash/blob/94c2a98/src/hasher.ts#L28)
6363

6464
---
6565

@@ -74,7 +74,7 @@ Advanced sorting options could be provided as object
7474

7575
Inherited from: [SorterOptions](objectsorter.export_.sorteroptions.md).[sort](objectsorter.export_.sorteroptions.md#sort)
7676

77-
Defined in: [objectSorter.ts:177](https://github.com/SkeLLLa/node-object-hash/blob/0fc56f0/src/objectSorter.ts#L177)
77+
Defined in: [objectSorter.ts:177](https://github.com/SkeLLLa/node-object-hash/blob/94c2a98/src/objectSorter.ts#L177)
7878

7979
---
8080

@@ -89,4 +89,4 @@ Advanced sorting options could be provided as object.
8989

9090
Inherited from: [SorterOptions](objectsorter.export_.sorteroptions.md).[trim](objectsorter.export_.sorteroptions.md#trim)
9191

92-
Defined in: [objectSorter.ts:183](https://github.com/SkeLLLa/node-object-hash/blob/0fc56f0/src/objectSorter.ts#L183)
92+
Defined in: [objectSorter.ts:183](https://github.com/SkeLLLa/node-object-hash/blob/94c2a98/src/objectSorter.ts#L183)

docs/interfaces/objectsorter.coerceoptions.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[Node object hash - v2.3.0](../README.md) / [objectSorter](../modules/objectsorter.md) / CoerceOptions
1+
[Node object hash - v2.3.1](../README.md) / [objectSorter](../modules/objectsorter.md) / CoerceOptions
22

33
# Interface: CoerceOptions
44

@@ -43,7 +43,7 @@ If `true` converts BigInt to string
4343

4444
**`default`** true
4545

46-
Defined in: [objectSorter.ts:44](https://github.com/SkeLLLa/node-object-hash/blob/0fc56f0/src/objectSorter.ts#L44)
46+
Defined in: [objectSorter.ts:44](https://github.com/SkeLLLa/node-object-hash/blob/94c2a98/src/objectSorter.ts#L44)
4747

4848
---
4949

@@ -65,7 +65,7 @@ false !== '0'
6565

6666
**`default`** true
6767

68-
Defined in: [objectSorter.ts:22](https://github.com/SkeLLLa/node-object-hash/blob/0fc56f0/src/objectSorter.ts#L22)
68+
Defined in: [objectSorter.ts:22](https://github.com/SkeLLLa/node-object-hash/blob/94c2a98/src/objectSorter.ts#L22)
6969

7070
---
7171

@@ -83,7 +83,7 @@ If `true` dates may equal the same formatted strings
8383

8484
**`default`** true
8585

86-
Defined in: [objectSorter.ts:106](https://github.com/SkeLLLa/node-object-hash/blob/0fc56f0/src/objectSorter.ts#L106)
86+
Defined in: [objectSorter.ts:106](https://github.com/SkeLLLa/node-object-hash/blob/94c2a98/src/objectSorter.ts#L106)
8787

8888
---
8989

@@ -101,7 +101,7 @@ If `true` functions may equal the same formatted strings
101101

102102
**`default`** true
103103

104-
Defined in: [objectSorter.ts:97](https://github.com/SkeLLLa/node-object-hash/blob/0fc56f0/src/objectSorter.ts#L97)
104+
Defined in: [objectSorter.ts:97](https://github.com/SkeLLLa/node-object-hash/blob/94c2a98/src/objectSorter.ts#L97)
105105

106106
---
107107

@@ -121,7 +121,7 @@ null !== ''
121121

122122
**`default`** true
123123

124-
Defined in: [objectSorter.ts:77](https://github.com/SkeLLLa/node-object-hash/blob/0fc56f0/src/objectSorter.ts#L77)
124+
Defined in: [objectSorter.ts:77](https://github.com/SkeLLLa/node-object-hash/blob/94c2a98/src/objectSorter.ts#L77)
125125

126126
---
127127

@@ -141,7 +141,7 @@ If `true` converts numbers to strings
141141

142142
**`default`** true
143143

144-
Defined in: [objectSorter.ts:33](https://github.com/SkeLLLa/node-object-hash/blob/0fc56f0/src/objectSorter.ts#L33)
144+
Defined in: [objectSorter.ts:33](https://github.com/SkeLLLa/node-object-hash/blob/94c2a98/src/objectSorter.ts#L33)
145145

146146
---
147147

@@ -159,7 +159,7 @@ If `true` set will be coerced to array
159159

160160
**`default`** true
161161

162-
Defined in: [objectSorter.ts:115](https://github.com/SkeLLLa/node-object-hash/blob/0fc56f0/src/objectSorter.ts#L115)
162+
Defined in: [objectSorter.ts:115](https://github.com/SkeLLLa/node-object-hash/blob/94c2a98/src/objectSorter.ts#L115)
163163

164164
---
165165

@@ -179,7 +179,7 @@ If `true` strings and coerced string will be equal to coerced numbers, booleans,
179179

180180
**`default`** true
181181

182-
Defined in: [objectSorter.ts:55](https://github.com/SkeLLLa/node-object-hash/blob/0fc56f0/src/objectSorter.ts#L55)
182+
Defined in: [objectSorter.ts:55](https://github.com/SkeLLLa/node-object-hash/blob/94c2a98/src/objectSorter.ts#L55)
183183

184184
---
185185

@@ -199,7 +199,7 @@ Symbol.for('a') !== Symbol.for('b')
199199

200200
**`default`** true
201201

202-
Defined in: [objectSorter.ts:88](https://github.com/SkeLLLa/node-object-hash/blob/0fc56f0/src/objectSorter.ts#L88)
202+
Defined in: [objectSorter.ts:88](https://github.com/SkeLLLa/node-object-hash/blob/94c2a98/src/objectSorter.ts#L88)
203203

204204
---
205205

@@ -219,4 +219,4 @@ undefined !== ''
219219

220220
**`default`** true
221221

222-
Defined in: [objectSorter.ts:66](https://github.com/SkeLLLa/node-object-hash/blob/0fc56f0/src/objectSorter.ts#L66)
222+
Defined in: [objectSorter.ts:66](https://github.com/SkeLLLa/node-object-hash/blob/94c2a98/src/objectSorter.ts#L66)

docs/interfaces/objectsorter.export_.coerceoptions.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[Node object hash - v2.3.0](../README.md) / [objectSorter](../modules/objectsorter.md) / [export%3D](../modules/objectsorter.export_.md) / CoerceOptions
1+
[Node object hash - v2.3.1](../README.md) / [objectSorter](../modules/objectsorter.md) / [export%3D](../modules/objectsorter.export_.md) / CoerceOptions
22

33
# Interface: CoerceOptions
44

@@ -43,7 +43,7 @@ If `true` converts BigInt to string
4343

4444
**`default`** true
4545

46-
Defined in: [objectSorter.ts:44](https://github.com/SkeLLLa/node-object-hash/blob/0fc56f0/src/objectSorter.ts#L44)
46+
Defined in: [objectSorter.ts:44](https://github.com/SkeLLLa/node-object-hash/blob/94c2a98/src/objectSorter.ts#L44)
4747

4848
---
4949

@@ -65,7 +65,7 @@ false !== '0'
6565

6666
**`default`** true
6767

68-
Defined in: [objectSorter.ts:22](https://github.com/SkeLLLa/node-object-hash/blob/0fc56f0/src/objectSorter.ts#L22)
68+
Defined in: [objectSorter.ts:22](https://github.com/SkeLLLa/node-object-hash/blob/94c2a98/src/objectSorter.ts#L22)
6969

7070
---
7171

@@ -83,7 +83,7 @@ If `true` dates may equal the same formatted strings
8383

8484
**`default`** true
8585

86-
Defined in: [objectSorter.ts:106](https://github.com/SkeLLLa/node-object-hash/blob/0fc56f0/src/objectSorter.ts#L106)
86+
Defined in: [objectSorter.ts:106](https://github.com/SkeLLLa/node-object-hash/blob/94c2a98/src/objectSorter.ts#L106)
8787

8888
---
8989

@@ -101,7 +101,7 @@ If `true` functions may equal the same formatted strings
101101

102102
**`default`** true
103103

104-
Defined in: [objectSorter.ts:97](https://github.com/SkeLLLa/node-object-hash/blob/0fc56f0/src/objectSorter.ts#L97)
104+
Defined in: [objectSorter.ts:97](https://github.com/SkeLLLa/node-object-hash/blob/94c2a98/src/objectSorter.ts#L97)
105105

106106
---
107107

@@ -121,7 +121,7 @@ null !== ''
121121

122122
**`default`** true
123123

124-
Defined in: [objectSorter.ts:77](https://github.com/SkeLLLa/node-object-hash/blob/0fc56f0/src/objectSorter.ts#L77)
124+
Defined in: [objectSorter.ts:77](https://github.com/SkeLLLa/node-object-hash/blob/94c2a98/src/objectSorter.ts#L77)
125125

126126
---
127127

@@ -141,7 +141,7 @@ If `true` converts numbers to strings
141141

142142
**`default`** true
143143

144-
Defined in: [objectSorter.ts:33](https://github.com/SkeLLLa/node-object-hash/blob/0fc56f0/src/objectSorter.ts#L33)
144+
Defined in: [objectSorter.ts:33](https://github.com/SkeLLLa/node-object-hash/blob/94c2a98/src/objectSorter.ts#L33)
145145

146146
---
147147

@@ -159,7 +159,7 @@ If `true` set will be coerced to array
159159

160160
**`default`** true
161161

162-
Defined in: [objectSorter.ts:115](https://github.com/SkeLLLa/node-object-hash/blob/0fc56f0/src/objectSorter.ts#L115)
162+
Defined in: [objectSorter.ts:115](https://github.com/SkeLLLa/node-object-hash/blob/94c2a98/src/objectSorter.ts#L115)
163163

164164
---
165165

@@ -179,7 +179,7 @@ If `true` strings and coerced string will be equal to coerced numbers, booleans,
179179

180180
**`default`** true
181181

182-
Defined in: [objectSorter.ts:55](https://github.com/SkeLLLa/node-object-hash/blob/0fc56f0/src/objectSorter.ts#L55)
182+
Defined in: [objectSorter.ts:55](https://github.com/SkeLLLa/node-object-hash/blob/94c2a98/src/objectSorter.ts#L55)
183183

184184
---
185185

@@ -199,7 +199,7 @@ Symbol.for('a') !== Symbol.for('b')
199199

200200
**`default`** true
201201

202-
Defined in: [objectSorter.ts:88](https://github.com/SkeLLLa/node-object-hash/blob/0fc56f0/src/objectSorter.ts#L88)
202+
Defined in: [objectSorter.ts:88](https://github.com/SkeLLLa/node-object-hash/blob/94c2a98/src/objectSorter.ts#L88)
203203

204204
---
205205

@@ -219,4 +219,4 @@ undefined !== ''
219219

220220
**`default`** true
221221

222-
Defined in: [objectSorter.ts:66](https://github.com/SkeLLLa/node-object-hash/blob/0fc56f0/src/objectSorter.ts#L66)
222+
Defined in: [objectSorter.ts:66](https://github.com/SkeLLLa/node-object-hash/blob/94c2a98/src/objectSorter.ts#L66)

0 commit comments

Comments
 (0)