Skip to content

Commit

Permalink
chore(release): 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SkeLLLa committed Feb 28, 2021
1 parent 0fc56f0 commit 19ade6c
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.1](https://github.com/SkeLLLa/node-object-hash/compare/v2.3.0...v2.3.1) (2021-02-28)


### Tests

* add tests for every possible option ([0fc56f0](https://github.com/SkeLLLa/node-object-hash/commit/0fc56f08bb8d7cadcfed1d136eb3b2f5b89fa8ba))

## [2.3.0](https://github.com/SkeLLLa/node-object-hash/compare/v2.2.0...v2.3.0) (2021-02-24)


Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.3.0
v2.3.1
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.2.0
Node object hash - v2.3.0

# Node object hash - v2.2.0
# Node object hash - v2.3.0

## 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.2.0](../README.md) / [hasher](../modules/hasher.md) / [export%3D](../modules/hasher.export_.md) / Hashable
[Node object hash - v2.3.0](../README.md) / [hasher](../modules/hasher.md) / [export%3D](../modules/hasher.export_.md) / Hashable

# Interface: Hashable

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

**toHashableString**: () => _string_

Defined in: [hasher.ts:37](https://github.com/SkeLLLa/node-object-hash/blob/28d5344/src/hasher.ts#L37)
Defined in: [hasher.ts:37](https://github.com/SkeLLLa/node-object-hash/blob/0fc56f0/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.2.0](../README.md) / [hasher](../modules/hasher.md) / [export%3D](../modules/hasher.export_.md) / Hasher
[Node object hash - v2.3.0](../README.md) / [hasher](../modules/hasher.md) / [export%3D](../modules/hasher.export_.md) / Hasher

# Interface: Hasher

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

hash string of an object

Defined in: [hasher.ts:46](https://github.com/SkeLLLa/node-object-hash/blob/28d5344/src/hasher.ts#L46)
Defined in: [hasher.ts:46](https://github.com/SkeLLLa/node-object-hash/blob/0fc56f0/src/hasher.ts#L46)

---

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

sorted string from an object

Defined in: [hasher.ts:52](https://github.com/SkeLLLa/node-object-hash/blob/28d5344/src/hasher.ts#L52)
Defined in: [hasher.ts:52](https://github.com/SkeLLLa/node-object-hash/blob/0fc56f0/src/hasher.ts#L52)

---

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

sorted string from an object

Defined in: [hasher.ts:59](https://github.com/SkeLLLa/node-object-hash/blob/28d5344/src/hasher.ts#L59)
Defined in: [hasher.ts:59](https://github.com/SkeLLLa/node-object-hash/blob/0fc56f0/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.2.0](../README.md) / [hasher](../modules/hasher.md) / [export%3D](../modules/hasher.export_.md) / HasherOptions
[Node object hash - v2.3.0](../README.md) / [hasher](../modules/hasher.md) / [export%3D](../modules/hasher.export_.md) / HasherOptions

# Interface: HasherOptions

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

**`default`** 'sha256'

Defined in: [hasher.ts:23](https://github.com/SkeLLLa/node-object-hash/blob/28d5344/src/hasher.ts#L23)
Defined in: [hasher.ts:23](https://github.com/SkeLLLa/node-object-hash/blob/0fc56f0/src/hasher.ts#L23)

---

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

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

Defined in: [objectSorter.ts:171](https://github.com/SkeLLLa/node-object-hash/blob/28d5344/src/objectSorter.ts#L171)
Defined in: [objectSorter.ts:171](https://github.com/SkeLLLa/node-object-hash/blob/0fc56f0/src/objectSorter.ts#L171)

---

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

**`default`** 'base64'

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

---

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

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

Defined in: [objectSorter.ts:177](https://github.com/SkeLLLa/node-object-hash/blob/28d5344/src/objectSorter.ts#L177)
Defined in: [objectSorter.ts:177](https://github.com/SkeLLLa/node-object-hash/blob/0fc56f0/src/objectSorter.ts#L177)

---

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

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

Defined in: [objectSorter.ts:183](https://github.com/SkeLLLa/node-object-hash/blob/28d5344/src/objectSorter.ts#L183)
Defined in: [objectSorter.ts:183](https://github.com/SkeLLLa/node-object-hash/blob/0fc56f0/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.2.0](../README.md) / [hasher](../modules/hasher.md) / Hashable
[Node object hash - v2.3.0](../README.md) / [hasher](../modules/hasher.md) / Hashable

# Interface: Hashable

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

**toHashableString**: () => _string_

Defined in: [hasher.ts:37](https://github.com/SkeLLLa/node-object-hash/blob/28d5344/src/hasher.ts#L37)
Defined in: [hasher.ts:37](https://github.com/SkeLLLa/node-object-hash/blob/0fc56f0/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.2.0](../README.md) / [hasher](../modules/hasher.md) / Hasher
[Node object hash - v2.3.0](../README.md) / [hasher](../modules/hasher.md) / Hasher

# Interface: Hasher

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

hash string of an object

Defined in: [hasher.ts:46](https://github.com/SkeLLLa/node-object-hash/blob/28d5344/src/hasher.ts#L46)
Defined in: [hasher.ts:46](https://github.com/SkeLLLa/node-object-hash/blob/0fc56f0/src/hasher.ts#L46)

---

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

sorted string from an object

Defined in: [hasher.ts:52](https://github.com/SkeLLLa/node-object-hash/blob/28d5344/src/hasher.ts#L52)
Defined in: [hasher.ts:52](https://github.com/SkeLLLa/node-object-hash/blob/0fc56f0/src/hasher.ts#L52)

---

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

sorted string from an object

Defined in: [hasher.ts:59](https://github.com/SkeLLLa/node-object-hash/blob/28d5344/src/hasher.ts#L59)
Defined in: [hasher.ts:59](https://github.com/SkeLLLa/node-object-hash/blob/0fc56f0/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.2.0](../README.md) / [hasher](../modules/hasher.md) / HasherOptions
[Node object hash - v2.3.0](../README.md) / [hasher](../modules/hasher.md) / HasherOptions

# Interface: HasherOptions

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

**`default`** 'sha256'

Defined in: [hasher.ts:23](https://github.com/SkeLLLa/node-object-hash/blob/28d5344/src/hasher.ts#L23)
Defined in: [hasher.ts:23](https://github.com/SkeLLLa/node-object-hash/blob/0fc56f0/src/hasher.ts#L23)

---

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

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

Defined in: [objectSorter.ts:171](https://github.com/SkeLLLa/node-object-hash/blob/28d5344/src/objectSorter.ts#L171)
Defined in: [objectSorter.ts:171](https://github.com/SkeLLLa/node-object-hash/blob/0fc56f0/src/objectSorter.ts#L171)

---

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

**`default`** 'base64'

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

---

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

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

Defined in: [objectSorter.ts:177](https://github.com/SkeLLLa/node-object-hash/blob/28d5344/src/objectSorter.ts#L177)
Defined in: [objectSorter.ts:177](https://github.com/SkeLLLa/node-object-hash/blob/0fc56f0/src/objectSorter.ts#L177)

---

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

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

Defined in: [objectSorter.ts:183](https://github.com/SkeLLLa/node-object-hash/blob/28d5344/src/objectSorter.ts#L183)
Defined in: [objectSorter.ts:183](https://github.com/SkeLLLa/node-object-hash/blob/0fc56f0/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.2.0](../README.md) / [objectSorter](../modules/objectsorter.md) / CoerceOptions
[Node object hash - v2.3.0](../README.md) / [objectSorter](../modules/objectsorter.md) / CoerceOptions

# Interface: CoerceOptions

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

**`default`** true

Defined in: [objectSorter.ts:44](https://github.com/SkeLLLa/node-object-hash/blob/28d5344/src/objectSorter.ts#L44)
Defined in: [objectSorter.ts:44](https://github.com/SkeLLLa/node-object-hash/blob/0fc56f0/src/objectSorter.ts#L44)

---

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

**`default`** true

Defined in: [objectSorter.ts:22](https://github.com/SkeLLLa/node-object-hash/blob/28d5344/src/objectSorter.ts#L22)
Defined in: [objectSorter.ts:22](https://github.com/SkeLLLa/node-object-hash/blob/0fc56f0/src/objectSorter.ts#L22)

---

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

**`default`** true

Defined in: [objectSorter.ts:106](https://github.com/SkeLLLa/node-object-hash/blob/28d5344/src/objectSorter.ts#L106)
Defined in: [objectSorter.ts:106](https://github.com/SkeLLLa/node-object-hash/blob/0fc56f0/src/objectSorter.ts#L106)

---

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

**`default`** true

Defined in: [objectSorter.ts:97](https://github.com/SkeLLLa/node-object-hash/blob/28d5344/src/objectSorter.ts#L97)
Defined in: [objectSorter.ts:97](https://github.com/SkeLLLa/node-object-hash/blob/0fc56f0/src/objectSorter.ts#L97)

---

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

**`default`** true

Defined in: [objectSorter.ts:77](https://github.com/SkeLLLa/node-object-hash/blob/28d5344/src/objectSorter.ts#L77)
Defined in: [objectSorter.ts:77](https://github.com/SkeLLLa/node-object-hash/blob/0fc56f0/src/objectSorter.ts#L77)

---

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

**`default`** true

Defined in: [objectSorter.ts:33](https://github.com/SkeLLLa/node-object-hash/blob/28d5344/src/objectSorter.ts#L33)
Defined in: [objectSorter.ts:33](https://github.com/SkeLLLa/node-object-hash/blob/0fc56f0/src/objectSorter.ts#L33)

---

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

**`default`** true

Defined in: [objectSorter.ts:115](https://github.com/SkeLLLa/node-object-hash/blob/28d5344/src/objectSorter.ts#L115)
Defined in: [objectSorter.ts:115](https://github.com/SkeLLLa/node-object-hash/blob/0fc56f0/src/objectSorter.ts#L115)

---

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

**`default`** true

Defined in: [objectSorter.ts:55](https://github.com/SkeLLLa/node-object-hash/blob/28d5344/src/objectSorter.ts#L55)
Defined in: [objectSorter.ts:55](https://github.com/SkeLLLa/node-object-hash/blob/0fc56f0/src/objectSorter.ts#L55)

---

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

**`default`** true

Defined in: [objectSorter.ts:88](https://github.com/SkeLLLa/node-object-hash/blob/28d5344/src/objectSorter.ts#L88)
Defined in: [objectSorter.ts:88](https://github.com/SkeLLLa/node-object-hash/blob/0fc56f0/src/objectSorter.ts#L88)

---

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

**`default`** true

Defined in: [objectSorter.ts:66](https://github.com/SkeLLLa/node-object-hash/blob/28d5344/src/objectSorter.ts#L66)
Defined in: [objectSorter.ts:66](https://github.com/SkeLLLa/node-object-hash/blob/0fc56f0/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.2.0](../README.md) / [objectSorter](../modules/objectsorter.md) / [export%3D](../modules/objectsorter.export_.md) / CoerceOptions
[Node object hash - v2.3.0](../README.md) / [objectSorter](../modules/objectsorter.md) / [export%3D](../modules/objectsorter.export_.md) / CoerceOptions

# Interface: CoerceOptions

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

**`default`** true

Defined in: [objectSorter.ts:44](https://github.com/SkeLLLa/node-object-hash/blob/28d5344/src/objectSorter.ts#L44)
Defined in: [objectSorter.ts:44](https://github.com/SkeLLLa/node-object-hash/blob/0fc56f0/src/objectSorter.ts#L44)

---

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

**`default`** true

Defined in: [objectSorter.ts:22](https://github.com/SkeLLLa/node-object-hash/blob/28d5344/src/objectSorter.ts#L22)
Defined in: [objectSorter.ts:22](https://github.com/SkeLLLa/node-object-hash/blob/0fc56f0/src/objectSorter.ts#L22)

---

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

**`default`** true

Defined in: [objectSorter.ts:106](https://github.com/SkeLLLa/node-object-hash/blob/28d5344/src/objectSorter.ts#L106)
Defined in: [objectSorter.ts:106](https://github.com/SkeLLLa/node-object-hash/blob/0fc56f0/src/objectSorter.ts#L106)

---

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

**`default`** true

Defined in: [objectSorter.ts:97](https://github.com/SkeLLLa/node-object-hash/blob/28d5344/src/objectSorter.ts#L97)
Defined in: [objectSorter.ts:97](https://github.com/SkeLLLa/node-object-hash/blob/0fc56f0/src/objectSorter.ts#L97)

---

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

**`default`** true

Defined in: [objectSorter.ts:77](https://github.com/SkeLLLa/node-object-hash/blob/28d5344/src/objectSorter.ts#L77)
Defined in: [objectSorter.ts:77](https://github.com/SkeLLLa/node-object-hash/blob/0fc56f0/src/objectSorter.ts#L77)

---

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

**`default`** true

Defined in: [objectSorter.ts:33](https://github.com/SkeLLLa/node-object-hash/blob/28d5344/src/objectSorter.ts#L33)
Defined in: [objectSorter.ts:33](https://github.com/SkeLLLa/node-object-hash/blob/0fc56f0/src/objectSorter.ts#L33)

---

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

**`default`** true

Defined in: [objectSorter.ts:115](https://github.com/SkeLLLa/node-object-hash/blob/28d5344/src/objectSorter.ts#L115)
Defined in: [objectSorter.ts:115](https://github.com/SkeLLLa/node-object-hash/blob/0fc56f0/src/objectSorter.ts#L115)

---

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

**`default`** true

Defined in: [objectSorter.ts:55](https://github.com/SkeLLLa/node-object-hash/blob/28d5344/src/objectSorter.ts#L55)
Defined in: [objectSorter.ts:55](https://github.com/SkeLLLa/node-object-hash/blob/0fc56f0/src/objectSorter.ts#L55)

---

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

**`default`** true

Defined in: [objectSorter.ts:88](https://github.com/SkeLLLa/node-object-hash/blob/28d5344/src/objectSorter.ts#L88)
Defined in: [objectSorter.ts:88](https://github.com/SkeLLLa/node-object-hash/blob/0fc56f0/src/objectSorter.ts#L88)

---

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

**`default`** true

Defined in: [objectSorter.ts:66](https://github.com/SkeLLLa/node-object-hash/blob/28d5344/src/objectSorter.ts#L66)
Defined in: [objectSorter.ts:66](https://github.com/SkeLLLa/node-object-hash/blob/0fc56f0/src/objectSorter.ts#L66)
Loading

0 comments on commit 19ade6c

Please sign in to comment.