All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
- murmurHash: Fix murmurHash3 implementation, add tests (#83)
- Improved and finalized jsdocs in exported functions (#74)
- Max (@onmax)
- Pooya Parsa (@pi0)
- Hexagon [email protected]
- Estéban (@Barbapapazes)
- Luke Nelson [email protected]
- object-hash: Avoid using array to just concatenate the string (#36)
- object-hash: Avoid toString when we know that the value is already a string (#33)
- object-hash: Faster
isNativeFunction
check (#30) - object-hash: Faster extract object type from toString (#31)
- object-hash: Faster object access by avoid string concat (#32)
- object-hash: Faster circular checking by using map (#34)
- object-hash: Reuse default options when is not passed (#37)
- object-hash: Avoid splice method to insert values (#35)
- Simplify diff formatting (8e6cabc)
- Improve jsdoc for
objectHash()
(#43)
- Add benchmark scripts (#40)
- Update dev dependencies (f1ab5f7)
- Lint repo (cd42064)
- Add autofix ci (af19f81)
- Fix ts issue (68a3429)
- Enable strict type checking (2ed5b67)
- Pooya Parsa (@pi0)
- Owen Kieffer-Jones
- Vinicius Lourenço
- objectHash: Serialize
boolean
asbool
(186e719)
- Update snapshots (52830c8)
- Pooya Parsa (@pi0)
- Expose
diff
function types (bc08321)
- Pooya Parsa (@pi0)
- Expose
sha256base64
utility (#19) - objectHash: Serialize objects with
entries
(1c8e8b9) - objectHash: Support serializing classes with custom
toJSON()
(331eceb) diff
utility (#28)
- Add @vitest/coverage-c8 (#24)
- Update all dependencies (b17fa41)
- Lint and format with prettier (373eac4)
- Upgrade node version for ci (9532f47)
- Update release script (3124feb)
- Pooya Parsa (@pi0)
- Nozomu Ikuta
- Damian Głowala
1.0.0 (2022-11-14)
0.1.5 (2022-08-04)
- add
isEqual
(098b1ec)
0.1.4 (2022-07-14)
0.1.3 (2022-07-14)
0.1.2 (2022-07-14)
- rewrite as ohash (61f834c)
- support object hashing (1e45c58)
- use secure sha256 algorithm (#12) (af60b50)
- pkg: set
sideEffects
field (583d85e)
- pkg: set
sideEffects
field (583d85e)