Skip to content

Commit

Permalink
chore(release): 2.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
SkeLLLa committed Sep 14, 2021
1 parent 996e344 commit 56d25e0
Show file tree
Hide file tree
Showing 21 changed files with 74 additions and 67 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.10](https://github.com/SkeLLLa/node-object-hash/compare/v2.3.9...v2.3.10) (2021-09-14)


### Misc

* **deps:** update ([996e344](https://github.com/SkeLLLa/node-object-hash/commit/996e3441a4560c2f909f8e9e0ef674201a0275c2))

### [2.3.9](https://github.com/SkeLLLa/node-object-hash/compare/v2.3.8...v2.3.9) (2021-08-18)

### [2.3.8](https://github.com/SkeLLLa/node-object-hash/compare/v2.3.7...v2.3.8) (2021-07-31)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.3.9
v2.3.10
2 changes: 1 addition & 1 deletion docs/interfaces/hasher.Hashable.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,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/7665e39/src/hasher.ts#L37)
[hasher.ts:37](https://github.com/SkeLLLa/node-object-hash/blob/996e344/src/hasher.ts#L37)
6 changes: 3 additions & 3 deletions docs/interfaces/hasher.Hasher.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ hash string of an object

#### Defined in

[hasher.ts:46](https://github.com/SkeLLLa/node-object-hash/blob/7665e39/src/hasher.ts#L46)
[hasher.ts:46](https://github.com/SkeLLLa/node-object-hash/blob/996e344/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/7665e39/src/hasher.ts#L52)
[hasher.ts:52](https://github.com/SkeLLLa/node-object-hash/blob/996e344/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/7665e39/src/hasher.ts#L59)
[hasher.ts:59](https://github.com/SkeLLLa/node-object-hash/blob/996e344/src/hasher.ts#L59)
10 changes: 5 additions & 5 deletions docs/interfaces/hasher.HasherOptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Hash algorithm to use

#### Defined in

[hasher.ts:23](https://github.com/SkeLLLa/node-object-hash/blob/7665e39/src/hasher.ts#L23)
[hasher.ts:23](https://github.com/SkeLLLa/node-object-hash/blob/996e344/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/7665e39/src/objectSorter.ts#L171)
[objectSorter.ts:171](https://github.com/SkeLLLa/node-object-hash/blob/996e344/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/7665e39/src/hasher.ts#L28)
[hasher.ts:28](https://github.com/SkeLLLa/node-object-hash/blob/996e344/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/7665e39/src/objectSorter.ts#L177)
[objectSorter.ts:177](https://github.com/SkeLLLa/node-object-hash/blob/996e344/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/7665e39/src/objectSorter.ts#L183)
[objectSorter.ts:183](https://github.com/SkeLLLa/node-object-hash/blob/996e344/src/objectSorter.ts#L183)
2 changes: 1 addition & 1 deletion docs/interfaces/hasher.export_.Hashable.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,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/7665e39/src/hasher.ts#L37)
[hasher.ts:37](https://github.com/SkeLLLa/node-object-hash/blob/996e344/src/hasher.ts#L37)
6 changes: 3 additions & 3 deletions docs/interfaces/hasher.export_.Hasher.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ hash string of an object

#### Defined in

[hasher.ts:46](https://github.com/SkeLLLa/node-object-hash/blob/7665e39/src/hasher.ts#L46)
[hasher.ts:46](https://github.com/SkeLLLa/node-object-hash/blob/996e344/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/7665e39/src/hasher.ts#L52)
[hasher.ts:52](https://github.com/SkeLLLa/node-object-hash/blob/996e344/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/7665e39/src/hasher.ts#L59)
[hasher.ts:59](https://github.com/SkeLLLa/node-object-hash/blob/996e344/src/hasher.ts#L59)
10 changes: 5 additions & 5 deletions docs/interfaces/hasher.export_.HasherOptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Hash algorithm to use

#### Defined in

[hasher.ts:23](https://github.com/SkeLLLa/node-object-hash/blob/7665e39/src/hasher.ts#L23)
[hasher.ts:23](https://github.com/SkeLLLa/node-object-hash/blob/996e344/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/7665e39/src/objectSorter.ts#L171)
[objectSorter.ts:171](https://github.com/SkeLLLa/node-object-hash/blob/996e344/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/7665e39/src/hasher.ts#L28)
[hasher.ts:28](https://github.com/SkeLLLa/node-object-hash/blob/996e344/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/7665e39/src/objectSorter.ts#L177)
[objectSorter.ts:177](https://github.com/SkeLLLa/node-object-hash/blob/996e344/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/7665e39/src/objectSorter.ts#L183)
[objectSorter.ts:183](https://github.com/SkeLLLa/node-object-hash/blob/996e344/src/objectSorter.ts#L183)
20 changes: 10 additions & 10 deletions docs/interfaces/objectSorter.CoerceOptions.md
Original file line number Diff line number Diff line change
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/7665e39/src/objectSorter.ts#L44)
[objectSorter.ts:44](https://github.com/SkeLLLa/node-object-hash/blob/996e344/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/7665e39/src/objectSorter.ts#L22)
[objectSorter.ts:22](https://github.com/SkeLLLa/node-object-hash/blob/996e344/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/7665e39/src/objectSorter.ts#L106)
[objectSorter.ts:106](https://github.com/SkeLLLa/node-object-hash/blob/996e344/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/7665e39/src/objectSorter.ts#L97)
[objectSorter.ts:97](https://github.com/SkeLLLa/node-object-hash/blob/996e344/src/objectSorter.ts#L97)

---

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

#### Defined in

[objectSorter.ts:77](https://github.com/SkeLLLa/node-object-hash/blob/7665e39/src/objectSorter.ts#L77)
[objectSorter.ts:77](https://github.com/SkeLLLa/node-object-hash/blob/996e344/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/7665e39/src/objectSorter.ts#L33)
[objectSorter.ts:33](https://github.com/SkeLLLa/node-object-hash/blob/996e344/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/7665e39/src/objectSorter.ts#L115)
[objectSorter.ts:115](https://github.com/SkeLLLa/node-object-hash/blob/996e344/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/7665e39/src/objectSorter.ts#L55)
[objectSorter.ts:55](https://github.com/SkeLLLa/node-object-hash/blob/996e344/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/7665e39/src/objectSorter.ts#L88)
[objectSorter.ts:88](https://github.com/SkeLLLa/node-object-hash/blob/996e344/src/objectSorter.ts#L88)

---

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

#### Defined in

[objectSorter.ts:66](https://github.com/SkeLLLa/node-object-hash/blob/7665e39/src/objectSorter.ts#L66)
[objectSorter.ts:66](https://github.com/SkeLLLa/node-object-hash/blob/996e344/src/objectSorter.ts#L66)
12 changes: 6 additions & 6 deletions docs/interfaces/objectSorter.SortOptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ If `true` sort array entries before hash

#### Defined in

[objectSorter.ts:125](https://github.com/SkeLLLa/node-object-hash/blob/7665e39/src/objectSorter.ts#L125)
[objectSorter.ts:125](https://github.com/SkeLLLa/node-object-hash/blob/996e344/src/objectSorter.ts#L125)

---

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

#### Defined in

[objectSorter.ts:145](https://github.com/SkeLLLa/node-object-hash/blob/7665e39/src/objectSorter.ts#L145)
[objectSorter.ts:145](https://github.com/SkeLLLa/node-object-hash/blob/996e344/src/objectSorter.ts#L145)

---

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

#### Defined in

[objectSorter.ts:141](https://github.com/SkeLLLa/node-object-hash/blob/7665e39/src/objectSorter.ts#L141)
[objectSorter.ts:141](https://github.com/SkeLLLa/node-object-hash/blob/996e344/src/objectSorter.ts#L141)

---

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

#### Defined in

[objectSorter.ts:133](https://github.com/SkeLLLa/node-object-hash/blob/7665e39/src/objectSorter.ts#L133)
[objectSorter.ts:133](https://github.com/SkeLLLa/node-object-hash/blob/996e344/src/objectSorter.ts#L133)

---

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

#### Defined in

[objectSorter.ts:137](https://github.com/SkeLLLa/node-object-hash/blob/7665e39/src/objectSorter.ts#L137)
[objectSorter.ts:137](https://github.com/SkeLLLa/node-object-hash/blob/996e344/src/objectSorter.ts#L137)

---

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

#### Defined in

[objectSorter.ts:129](https://github.com/SkeLLLa/node-object-hash/blob/7665e39/src/objectSorter.ts#L129)
[objectSorter.ts:129](https://github.com/SkeLLLa/node-object-hash/blob/996e344/src/objectSorter.ts#L129)
6 changes: 3 additions & 3 deletions docs/interfaces/objectSorter.SorterOptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Advanced coerce options could be provided as object

#### Defined in

[objectSorter.ts:171](https://github.com/SkeLLLa/node-object-hash/blob/7665e39/src/objectSorter.ts#L171)
[objectSorter.ts:171](https://github.com/SkeLLLa/node-object-hash/blob/996e344/src/objectSorter.ts#L171)

---

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

#### Defined in

[objectSorter.ts:177](https://github.com/SkeLLLa/node-object-hash/blob/7665e39/src/objectSorter.ts#L177)
[objectSorter.ts:177](https://github.com/SkeLLLa/node-object-hash/blob/996e344/src/objectSorter.ts#L177)

---

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

#### Defined in

[objectSorter.ts:183](https://github.com/SkeLLLa/node-object-hash/blob/7665e39/src/objectSorter.ts#L183)
[objectSorter.ts:183](https://github.com/SkeLLLa/node-object-hash/blob/996e344/src/objectSorter.ts#L183)
4 changes: 2 additions & 2 deletions docs/interfaces/objectSorter.TrimOptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ If `true` replaces multiple space with one and trims whitespaces in function bod

#### Defined in

[objectSorter.ts:159](https://github.com/SkeLLLa/node-object-hash/blob/7665e39/src/objectSorter.ts#L159)
[objectSorter.ts:159](https://github.com/SkeLLLa/node-object-hash/blob/996e344/src/objectSorter.ts#L159)

---

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

#### Defined in

[objectSorter.ts:155](https://github.com/SkeLLLa/node-object-hash/blob/7665e39/src/objectSorter.ts#L155)
[objectSorter.ts:155](https://github.com/SkeLLLa/node-object-hash/blob/996e344/src/objectSorter.ts#L155)
Loading

0 comments on commit 56d25e0

Please sign in to comment.