Skip to content

Commit b433027

Browse files
committed
chore(release): 2.3.6
1 parent b1a7774 commit b433027

23 files changed

+94
-87
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.6](https://github.com/SkeLLLa/node-object-hash/compare/v2.3.5...v2.3.6) (2021-06-17)
6+
7+
8+
### Tests
9+
10+
* update jest types ([b1a7774](https://github.com/SkeLLLa/node-object-hash/commit/b1a7774e96d640e9cbce95527c629bdb9ba2d07e))
11+
512
### [2.3.5](https://github.com/SkeLLLa/node-object-hash/compare/v2.3.4...v2.3.5) (2021-06-17)
613

714

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2.3.5
1+
v2.3.6

docs/README.md

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

3-
# Node object hash - v2.3.4
3+
# Node object hash - v2.3.5
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.4](../README.md) / [hasher](../modules/hasher.md) / [export%3D](../modules/hasher.export_.md) / Hashable
1+
[Node object hash - v2.3.5](../README.md) / [hasher](../modules/hasher.md) / [export%3D](../modules/hasher.export_.md) / Hashable
22

33
# Interface: Hashable
44

@@ -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:37](https://github.com/SkeLLLa/node-object-hash/blob/db2f49f/src/hasher.ts#L37)
33+
[hasher.ts:37](https://github.com/SkeLLLa/node-object-hash/blob/b1a7774/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.4](../README.md) / [hasher](../modules/hasher.md) / [export%3D](../modules/hasher.export_.md) / Hasher
1+
[Node object hash - v2.3.5](../README.md) / [hasher](../modules/hasher.md) / [export%3D](../modules/hasher.export_.md) / Hasher
22

33
# Interface: Hasher
44

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

3636
#### Defined in
3737

38-
[hasher.ts:46](https://github.com/SkeLLLa/node-object-hash/blob/db2f49f/src/hasher.ts#L46)
38+
[hasher.ts:46](https://github.com/SkeLLLa/node-object-hash/blob/b1a7774/src/hasher.ts#L46)
3939

4040
---
4141

@@ -59,7 +59,7 @@ sorted string from an object
5959

6060
#### Defined in
6161

62-
[hasher.ts:52](https://github.com/SkeLLLa/node-object-hash/blob/db2f49f/src/hasher.ts#L52)
62+
[hasher.ts:52](https://github.com/SkeLLLa/node-object-hash/blob/b1a7774/src/hasher.ts#L52)
6363

6464
---
6565

@@ -85,4 +85,4 @@ sorted string from an object
8585

8686
#### Defined in
8787

88-
[hasher.ts:59](https://github.com/SkeLLLa/node-object-hash/blob/db2f49f/src/hasher.ts#L59)
88+
[hasher.ts:59](https://github.com/SkeLLLa/node-object-hash/blob/b1a7774/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.4](../README.md) / [hasher](../modules/hasher.md) / [export%3D](../modules/hasher.export_.md) / HasherOptions
1+
[Node object hash - v2.3.5](../README.md) / [hasher](../modules/hasher.md) / [export%3D](../modules/hasher.export_.md) / HasherOptions
22

33
# Interface: HasherOptions
44

@@ -34,7 +34,7 @@ Hash algorithm to use
3434

3535
#### Defined in
3636

37-
[hasher.ts:23](https://github.com/SkeLLLa/node-object-hash/blob/db2f49f/src/hasher.ts#L23)
37+
[hasher.ts:23](https://github.com/SkeLLLa/node-object-hash/blob/b1a7774/src/hasher.ts#L23)
3838

3939
---
4040

@@ -53,7 +53,7 @@ Advanced coerce options could be provided as object
5353

5454
#### Defined in
5555

56-
[objectSorter.ts:171](https://github.com/SkeLLLa/node-object-hash/blob/db2f49f/src/objectSorter.ts#L171)
56+
[objectSorter.ts:171](https://github.com/SkeLLLa/node-object-hash/blob/b1a7774/src/objectSorter.ts#L171)
5757

5858
---
5959

@@ -67,7 +67,7 @@ String encoding for hash
6767

6868
#### Defined in
6969

70-
[hasher.ts:28](https://github.com/SkeLLLa/node-object-hash/blob/db2f49f/src/hasher.ts#L28)
70+
[hasher.ts:28](https://github.com/SkeLLLa/node-object-hash/blob/b1a7774/src/hasher.ts#L28)
7171

7272
---
7373

@@ -86,7 +86,7 @@ Advanced sorting options could be provided as object
8686

8787
#### Defined in
8888

89-
[objectSorter.ts:177](https://github.com/SkeLLLa/node-object-hash/blob/db2f49f/src/objectSorter.ts#L177)
89+
[objectSorter.ts:177](https://github.com/SkeLLLa/node-object-hash/blob/b1a7774/src/objectSorter.ts#L177)
9090

9191
---
9292

@@ -105,4 +105,4 @@ Advanced sorting options could be provided as object.
105105

106106
#### Defined in
107107

108-
[objectSorter.ts:183](https://github.com/SkeLLLa/node-object-hash/blob/db2f49f/src/objectSorter.ts#L183)
108+
[objectSorter.ts:183](https://github.com/SkeLLLa/node-object-hash/blob/b1a7774/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.4](../README.md) / [hasher](../modules/hasher.md) / Hashable
1+
[Node object hash - v2.3.5](../README.md) / [hasher](../modules/hasher.md) / Hashable
22

33
# Interface: Hashable
44

@@ -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:37](https://github.com/SkeLLLa/node-object-hash/blob/db2f49f/src/hasher.ts#L37)
33+
[hasher.ts:37](https://github.com/SkeLLLa/node-object-hash/blob/b1a7774/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.4](../README.md) / [hasher](../modules/hasher.md) / Hasher
1+
[Node object hash - v2.3.5](../README.md) / [hasher](../modules/hasher.md) / Hasher
22

33
# Interface: Hasher
44

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

3636
#### Defined in
3737

38-
[hasher.ts:46](https://github.com/SkeLLLa/node-object-hash/blob/db2f49f/src/hasher.ts#L46)
38+
[hasher.ts:46](https://github.com/SkeLLLa/node-object-hash/blob/b1a7774/src/hasher.ts#L46)
3939

4040
---
4141

@@ -59,7 +59,7 @@ sorted string from an object
5959

6060
#### Defined in
6161

62-
[hasher.ts:52](https://github.com/SkeLLLa/node-object-hash/blob/db2f49f/src/hasher.ts#L52)
62+
[hasher.ts:52](https://github.com/SkeLLLa/node-object-hash/blob/b1a7774/src/hasher.ts#L52)
6363

6464
---
6565

@@ -85,4 +85,4 @@ sorted string from an object
8585

8686
#### Defined in
8787

88-
[hasher.ts:59](https://github.com/SkeLLLa/node-object-hash/blob/db2f49f/src/hasher.ts#L59)
88+
[hasher.ts:59](https://github.com/SkeLLLa/node-object-hash/blob/b1a7774/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.4](../README.md) / [hasher](../modules/hasher.md) / HasherOptions
1+
[Node object hash - v2.3.5](../README.md) / [hasher](../modules/hasher.md) / HasherOptions
22

33
# Interface: HasherOptions
44

@@ -34,7 +34,7 @@ Hash algorithm to use
3434

3535
#### Defined in
3636

37-
[hasher.ts:23](https://github.com/SkeLLLa/node-object-hash/blob/db2f49f/src/hasher.ts#L23)
37+
[hasher.ts:23](https://github.com/SkeLLLa/node-object-hash/blob/b1a7774/src/hasher.ts#L23)
3838

3939
---
4040

@@ -53,7 +53,7 @@ Advanced coerce options could be provided as object
5353

5454
#### Defined in
5555

56-
[objectSorter.ts:171](https://github.com/SkeLLLa/node-object-hash/blob/db2f49f/src/objectSorter.ts#L171)
56+
[objectSorter.ts:171](https://github.com/SkeLLLa/node-object-hash/blob/b1a7774/src/objectSorter.ts#L171)
5757

5858
---
5959

@@ -67,7 +67,7 @@ String encoding for hash
6767

6868
#### Defined in
6969

70-
[hasher.ts:28](https://github.com/SkeLLLa/node-object-hash/blob/db2f49f/src/hasher.ts#L28)
70+
[hasher.ts:28](https://github.com/SkeLLLa/node-object-hash/blob/b1a7774/src/hasher.ts#L28)
7171

7272
---
7373

@@ -86,7 +86,7 @@ Advanced sorting options could be provided as object
8686

8787
#### Defined in
8888

89-
[objectSorter.ts:177](https://github.com/SkeLLLa/node-object-hash/blob/db2f49f/src/objectSorter.ts#L177)
89+
[objectSorter.ts:177](https://github.com/SkeLLLa/node-object-hash/blob/b1a7774/src/objectSorter.ts#L177)
9090

9191
---
9292

@@ -105,4 +105,4 @@ Advanced sorting options could be provided as object.
105105

106106
#### Defined in
107107

108-
[objectSorter.ts:183](https://github.com/SkeLLLa/node-object-hash/blob/db2f49f/src/objectSorter.ts#L183)
108+
[objectSorter.ts:183](https://github.com/SkeLLLa/node-object-hash/blob/b1a7774/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.4](../README.md) / [objectSorter](../modules/objectsorter.md) / CoerceOptions
1+
[Node object hash - v2.3.5](../README.md) / [objectSorter](../modules/objectsorter.md) / CoerceOptions
22

33
# Interface: CoerceOptions
44

@@ -41,7 +41,7 @@ If `true` converts BigInt to string
4141

4242
#### Defined in
4343

44-
[objectSorter.ts:44](https://github.com/SkeLLLa/node-object-hash/blob/db2f49f/src/objectSorter.ts#L44)
44+
[objectSorter.ts:44](https://github.com/SkeLLLa/node-object-hash/blob/b1a7774/src/objectSorter.ts#L44)
4545

4646
---
4747

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

6666
#### Defined in
6767

68-
[objectSorter.ts:22](https://github.com/SkeLLLa/node-object-hash/blob/db2f49f/src/objectSorter.ts#L22)
68+
[objectSorter.ts:22](https://github.com/SkeLLLa/node-object-hash/blob/b1a7774/src/objectSorter.ts#L22)
6969

7070
---
7171

@@ -85,7 +85,7 @@ If `true` dates may equal the same formatted strings
8585

8686
#### Defined in
8787

88-
[objectSorter.ts:106](https://github.com/SkeLLLa/node-object-hash/blob/db2f49f/src/objectSorter.ts#L106)
88+
[objectSorter.ts:106](https://github.com/SkeLLLa/node-object-hash/blob/b1a7774/src/objectSorter.ts#L106)
8989

9090
---
9191

@@ -105,7 +105,7 @@ If `true` functions may equal the same formatted strings
105105

106106
#### Defined in
107107

108-
[objectSorter.ts:97](https://github.com/SkeLLLa/node-object-hash/blob/db2f49f/src/objectSorter.ts#L97)
108+
[objectSorter.ts:97](https://github.com/SkeLLLa/node-object-hash/blob/b1a7774/src/objectSorter.ts#L97)
109109

110110
---
111111

@@ -127,7 +127,7 @@ null !== ''
127127

128128
#### Defined in
129129

130-
[objectSorter.ts:77](https://github.com/SkeLLLa/node-object-hash/blob/db2f49f/src/objectSorter.ts#L77)
130+
[objectSorter.ts:77](https://github.com/SkeLLLa/node-object-hash/blob/b1a7774/src/objectSorter.ts#L77)
131131

132132
---
133133

@@ -149,7 +149,7 @@ If `true` converts numbers to strings
149149

150150
#### Defined in
151151

152-
[objectSorter.ts:33](https://github.com/SkeLLLa/node-object-hash/blob/db2f49f/src/objectSorter.ts#L33)
152+
[objectSorter.ts:33](https://github.com/SkeLLLa/node-object-hash/blob/b1a7774/src/objectSorter.ts#L33)
153153

154154
---
155155

@@ -169,7 +169,7 @@ If `true` set will be coerced to array
169169

170170
#### Defined in
171171

172-
[objectSorter.ts:115](https://github.com/SkeLLLa/node-object-hash/blob/db2f49f/src/objectSorter.ts#L115)
172+
[objectSorter.ts:115](https://github.com/SkeLLLa/node-object-hash/blob/b1a7774/src/objectSorter.ts#L115)
173173

174174
---
175175

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

192192
#### Defined in
193193

194-
[objectSorter.ts:55](https://github.com/SkeLLLa/node-object-hash/blob/db2f49f/src/objectSorter.ts#L55)
194+
[objectSorter.ts:55](https://github.com/SkeLLLa/node-object-hash/blob/b1a7774/src/objectSorter.ts#L55)
195195

196196
---
197197

@@ -213,7 +213,7 @@ Symbol.for('a') !== Symbol.for('b')
213213

214214
#### Defined in
215215

216-
[objectSorter.ts:88](https://github.com/SkeLLLa/node-object-hash/blob/db2f49f/src/objectSorter.ts#L88)
216+
[objectSorter.ts:88](https://github.com/SkeLLLa/node-object-hash/blob/b1a7774/src/objectSorter.ts#L88)
217217

218218
---
219219

@@ -235,4 +235,4 @@ undefined !== ''
235235

236236
#### Defined in
237237

238-
[objectSorter.ts:66](https://github.com/SkeLLLa/node-object-hash/blob/db2f49f/src/objectSorter.ts#L66)
238+
[objectSorter.ts:66](https://github.com/SkeLLLa/node-object-hash/blob/b1a7774/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.4](../README.md) / [objectSorter](../modules/objectsorter.md) / [export%3D](../modules/objectsorter.export_.md) / CoerceOptions
1+
[Node object hash - v2.3.5](../README.md) / [objectSorter](../modules/objectsorter.md) / [export%3D](../modules/objectsorter.export_.md) / CoerceOptions
22

33
# Interface: CoerceOptions
44

@@ -41,7 +41,7 @@ If `true` converts BigInt to string
4141

4242
#### Defined in
4343

44-
[objectSorter.ts:44](https://github.com/SkeLLLa/node-object-hash/blob/db2f49f/src/objectSorter.ts#L44)
44+
[objectSorter.ts:44](https://github.com/SkeLLLa/node-object-hash/blob/b1a7774/src/objectSorter.ts#L44)
4545

4646
---
4747

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

6666
#### Defined in
6767

68-
[objectSorter.ts:22](https://github.com/SkeLLLa/node-object-hash/blob/db2f49f/src/objectSorter.ts#L22)
68+
[objectSorter.ts:22](https://github.com/SkeLLLa/node-object-hash/blob/b1a7774/src/objectSorter.ts#L22)
6969

7070
---
7171

@@ -85,7 +85,7 @@ If `true` dates may equal the same formatted strings
8585

8686
#### Defined in
8787

88-
[objectSorter.ts:106](https://github.com/SkeLLLa/node-object-hash/blob/db2f49f/src/objectSorter.ts#L106)
88+
[objectSorter.ts:106](https://github.com/SkeLLLa/node-object-hash/blob/b1a7774/src/objectSorter.ts#L106)
8989

9090
---
9191

@@ -105,7 +105,7 @@ If `true` functions may equal the same formatted strings
105105

106106
#### Defined in
107107

108-
[objectSorter.ts:97](https://github.com/SkeLLLa/node-object-hash/blob/db2f49f/src/objectSorter.ts#L97)
108+
[objectSorter.ts:97](https://github.com/SkeLLLa/node-object-hash/blob/b1a7774/src/objectSorter.ts#L97)
109109

110110
---
111111

@@ -127,7 +127,7 @@ null !== ''
127127

128128
#### Defined in
129129

130-
[objectSorter.ts:77](https://github.com/SkeLLLa/node-object-hash/blob/db2f49f/src/objectSorter.ts#L77)
130+
[objectSorter.ts:77](https://github.com/SkeLLLa/node-object-hash/blob/b1a7774/src/objectSorter.ts#L77)
131131

132132
---
133133

@@ -149,7 +149,7 @@ If `true` converts numbers to strings
149149

150150
#### Defined in
151151

152-
[objectSorter.ts:33](https://github.com/SkeLLLa/node-object-hash/blob/db2f49f/src/objectSorter.ts#L33)
152+
[objectSorter.ts:33](https://github.com/SkeLLLa/node-object-hash/blob/b1a7774/src/objectSorter.ts#L33)
153153

154154
---
155155

@@ -169,7 +169,7 @@ If `true` set will be coerced to array
169169

170170
#### Defined in
171171

172-
[objectSorter.ts:115](https://github.com/SkeLLLa/node-object-hash/blob/db2f49f/src/objectSorter.ts#L115)
172+
[objectSorter.ts:115](https://github.com/SkeLLLa/node-object-hash/blob/b1a7774/src/objectSorter.ts#L115)
173173

174174
---
175175

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

192192
#### Defined in
193193

194-
[objectSorter.ts:55](https://github.com/SkeLLLa/node-object-hash/blob/db2f49f/src/objectSorter.ts#L55)
194+
[objectSorter.ts:55](https://github.com/SkeLLLa/node-object-hash/blob/b1a7774/src/objectSorter.ts#L55)
195195

196196
---
197197

@@ -213,7 +213,7 @@ Symbol.for('a') !== Symbol.for('b')
213213

214214
#### Defined in
215215

216-
[objectSorter.ts:88](https://github.com/SkeLLLa/node-object-hash/blob/db2f49f/src/objectSorter.ts#L88)
216+
[objectSorter.ts:88](https://github.com/SkeLLLa/node-object-hash/blob/b1a7774/src/objectSorter.ts#L88)
217217

218218
---
219219

@@ -235,4 +235,4 @@ undefined !== ''
235235

236236
#### Defined in
237237

238-
[objectSorter.ts:66](https://github.com/SkeLLLa/node-object-hash/blob/db2f49f/src/objectSorter.ts#L66)
238+
[objectSorter.ts:66](https://github.com/SkeLLLa/node-object-hash/blob/b1a7774/src/objectSorter.ts#L66)

0 commit comments

Comments
 (0)