Skip to content

Commit

Permalink
chore(release): 2.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
SkeLLLa committed Jun 17, 2021
1 parent b1a7774 commit b433027
Show file tree
Hide file tree
Showing 23 changed files with 94 additions and 87 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.

### [2.3.6](https://github.com/SkeLLLa/node-object-hash/compare/v2.3.5...v2.3.6) (2021-06-17)


### Tests

* update jest types ([b1a7774](https://github.com/SkeLLLa/node-object-hash/commit/b1a7774e96d640e9cbce95527c629bdb9ba2d07e))

### [2.3.5](https://github.com/SkeLLLa/node-object-hash/compare/v2.3.4...v2.3.5) (2021-06-17)


Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.3.5
v2.3.6
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Node object hash - v2.3.4
Node object hash - v2.3.5

# Node object hash - v2.3.4
# Node object hash - v2.3.5

## Table of contents

Expand Down
4 changes: 2 additions & 2 deletions docs/interfaces/hasher.export_.hashable.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[Node object hash - v2.3.4](../README.md) / [hasher](../modules/hasher.md) / [export%3D](../modules/hasher.export_.md) / Hashable
[Node object hash - v2.3.5](../README.md) / [hasher](../modules/hasher.md) / [export%3D](../modules/hasher.export_.md) / Hashable

# Interface: Hashable

Expand Down Expand Up @@ -30,4 +30,4 @@ with the function toHash that return the same value will have the same hash

#### Defined in

[hasher.ts:37](https://github.com/SkeLLLa/node-object-hash/blob/db2f49f/src/hasher.ts#L37)
[hasher.ts:37](https://github.com/SkeLLLa/node-object-hash/blob/b1a7774/src/hasher.ts#L37)
8 changes: 4 additions & 4 deletions docs/interfaces/hasher.export_.hasher.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[Node object hash - v2.3.4](../README.md) / [hasher](../modules/hasher.md) / [export%3D](../modules/hasher.export_.md) / Hasher
[Node object hash - v2.3.5](../README.md) / [hasher](../modules/hasher.md) / [export%3D](../modules/hasher.export_.md) / Hasher

# Interface: Hasher

Expand Down Expand Up @@ -35,7 +35,7 @@ hash string of an object

#### Defined in

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

---

Expand All @@ -59,7 +59,7 @@ sorted string from an object

#### Defined in

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

---

Expand All @@ -85,4 +85,4 @@ sorted string from an object

#### Defined in

[hasher.ts:59](https://github.com/SkeLLLa/node-object-hash/blob/db2f49f/src/hasher.ts#L59)
[hasher.ts:59](https://github.com/SkeLLLa/node-object-hash/blob/b1a7774/src/hasher.ts#L59)
12 changes: 6 additions & 6 deletions docs/interfaces/hasher.export_.hasheroptions.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[Node object hash - v2.3.4](../README.md) / [hasher](../modules/hasher.md) / [export%3D](../modules/hasher.export_.md) / HasherOptions
[Node object hash - v2.3.5](../README.md) / [hasher](../modules/hasher.md) / [export%3D](../modules/hasher.export_.md) / HasherOptions

# Interface: HasherOptions

Expand Down Expand Up @@ -34,7 +34,7 @@ Hash algorithm to use

#### Defined in

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

---

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

#### Defined in

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

---

Expand All @@ -67,7 +67,7 @@ String encoding for hash

#### Defined in

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

---

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

#### Defined in

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

---

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

#### Defined in

[objectSorter.ts:183](https://github.com/SkeLLLa/node-object-hash/blob/db2f49f/src/objectSorter.ts#L183)
[objectSorter.ts:183](https://github.com/SkeLLLa/node-object-hash/blob/b1a7774/src/objectSorter.ts#L183)
4 changes: 2 additions & 2 deletions docs/interfaces/hasher.hashable.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[Node object hash - v2.3.4](../README.md) / [hasher](../modules/hasher.md) / Hashable
[Node object hash - v2.3.5](../README.md) / [hasher](../modules/hasher.md) / Hashable

# Interface: Hashable

Expand Down Expand Up @@ -30,4 +30,4 @@ with the function toHash that return the same value will have the same hash

#### Defined in

[hasher.ts:37](https://github.com/SkeLLLa/node-object-hash/blob/db2f49f/src/hasher.ts#L37)
[hasher.ts:37](https://github.com/SkeLLLa/node-object-hash/blob/b1a7774/src/hasher.ts#L37)
8 changes: 4 additions & 4 deletions docs/interfaces/hasher.hasher-1.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[Node object hash - v2.3.4](../README.md) / [hasher](../modules/hasher.md) / Hasher
[Node object hash - v2.3.5](../README.md) / [hasher](../modules/hasher.md) / Hasher

# Interface: Hasher

Expand Down Expand Up @@ -35,7 +35,7 @@ hash string of an object

#### Defined in

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

---

Expand All @@ -59,7 +59,7 @@ sorted string from an object

#### Defined in

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

---

Expand All @@ -85,4 +85,4 @@ sorted string from an object

#### Defined in

[hasher.ts:59](https://github.com/SkeLLLa/node-object-hash/blob/db2f49f/src/hasher.ts#L59)
[hasher.ts:59](https://github.com/SkeLLLa/node-object-hash/blob/b1a7774/src/hasher.ts#L59)
12 changes: 6 additions & 6 deletions docs/interfaces/hasher.hasheroptions.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[Node object hash - v2.3.4](../README.md) / [hasher](../modules/hasher.md) / HasherOptions
[Node object hash - v2.3.5](../README.md) / [hasher](../modules/hasher.md) / HasherOptions

# Interface: HasherOptions

Expand Down Expand Up @@ -34,7 +34,7 @@ Hash algorithm to use

#### Defined in

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

---

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

#### Defined in

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

---

Expand All @@ -67,7 +67,7 @@ String encoding for hash

#### Defined in

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

---

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

#### Defined in

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

---

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

#### Defined in

[objectSorter.ts:183](https://github.com/SkeLLLa/node-object-hash/blob/db2f49f/src/objectSorter.ts#L183)
[objectSorter.ts:183](https://github.com/SkeLLLa/node-object-hash/blob/b1a7774/src/objectSorter.ts#L183)
22 changes: 11 additions & 11 deletions docs/interfaces/objectsorter.coerceoptions.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[Node object hash - v2.3.4](../README.md) / [objectSorter](../modules/objectsorter.md) / CoerceOptions
[Node object hash - v2.3.5](../README.md) / [objectSorter](../modules/objectsorter.md) / CoerceOptions

# Interface: CoerceOptions

Expand Down Expand Up @@ -41,7 +41,7 @@ If `true` converts BigInt to string

#### Defined in

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

---

Expand All @@ -65,7 +65,7 @@ false !== '0'

#### Defined in

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

---

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

#### Defined in

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

---

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

#### Defined in

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

---

Expand All @@ -127,7 +127,7 @@ null !== ''

#### Defined in

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

---

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

#### Defined in

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

---

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

#### Defined in

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

---

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

#### Defined in

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

---

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

#### Defined in

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

---

Expand All @@ -235,4 +235,4 @@ undefined !== ''

#### Defined in

[objectSorter.ts:66](https://github.com/SkeLLLa/node-object-hash/blob/db2f49f/src/objectSorter.ts#L66)
[objectSorter.ts:66](https://github.com/SkeLLLa/node-object-hash/blob/b1a7774/src/objectSorter.ts#L66)
22 changes: 11 additions & 11 deletions docs/interfaces/objectsorter.export_.coerceoptions.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[Node object hash - v2.3.4](../README.md) / [objectSorter](../modules/objectsorter.md) / [export%3D](../modules/objectsorter.export_.md) / CoerceOptions
[Node object hash - v2.3.5](../README.md) / [objectSorter](../modules/objectsorter.md) / [export%3D](../modules/objectsorter.export_.md) / CoerceOptions

# Interface: CoerceOptions

Expand Down Expand Up @@ -41,7 +41,7 @@ If `true` converts BigInt to string

#### Defined in

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

---

Expand All @@ -65,7 +65,7 @@ false !== '0'

#### Defined in

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

---

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

#### Defined in

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

---

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

#### Defined in

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

---

Expand All @@ -127,7 +127,7 @@ null !== ''

#### Defined in

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

---

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

#### Defined in

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

---

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

#### Defined in

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

---

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

#### Defined in

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

---

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

#### Defined in

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

---

Expand All @@ -235,4 +235,4 @@ undefined !== ''

#### Defined in

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

0 comments on commit b433027

Please sign in to comment.