Skip to content

Latest commit

 

History

History
143 lines (81 loc) · 5.24 KB

CHANGELOG.md

File metadata and controls

143 lines (81 loc) · 5.24 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

v1.1.3

compare changes

🔥 Performance

  • 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)

💅 Refactors

  • Simplify diff formatting (8e6cabc)

📖 Documentation

  • Improve jsdoc for objectHash() (#43)

🏡 Chore

❤️ Contributors

  • Pooya Parsa (@pi0)
  • Owen Kieffer-Jones
  • Vinicius Lourenço

v1.1.2

compare changes

🩹 Fixes

  • objectHash: Serialize boolean as bool (186e719)

✅ Tests

❤️ Contributors

  • Pooya Parsa (@pi0)

v1.1.1

compare changes

💅 Refactors

  • Expose diff function types (bc08321)

❤️ Contributors

  • Pooya Parsa (@pi0)

v1.1.0

compare changes

🚀 Enhancements

  • Expose sha256base64 utility (#19)
  • objectHash: Serialize objects with entries (1c8e8b9)
  • objectHash: Support serializing classes with custom toJSON() (331eceb)
  • diff utility (#28)

🩹 Fixes

  • Fix type of SHA256.prototype.toString method (#23)
  • objectHash: Serialize boolean types (7fd580f)

🏡 Chore

  • 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)

❤️ Contributors

  • Pooya Parsa (@pi0)
  • Nozomu Ikuta
  • Damian Głowala

1.0.0 (2022-11-14)

0.1.5 (2022-08-04)

Features

0.1.4 (2022-07-14)

Features

  • use base64 to encode sha256 hash (#13) (778413f)

0.1.3 (2022-07-14)

0.1.2 (2022-07-14)

0.1.1 (2022-07-14)

Features

Bug Fixes

  • pkg: set sideEffects field (583d85e)

0.1.1 (2021-10-18)

Bug Fixes

  • pkg: set sideEffects field (583d85e)