Skip to content

Files

Latest commit

034e64e · Jan 20, 2025

History

History
62 lines (33 loc) · 955 Bytes
·

CHANGELOG.md

File metadata and controls

62 lines (33 loc) · 955 Bytes
·

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[6.0.0] - 2025-01-20

Changed

  • Required Node >=22
  • Splitted the "Memoize" decorator into 2: "MemoizeMethod" and "MemoizeGetter"

[5.0.0] - 2023-05-30

Changed

  • Required Node >=18
  • Optimized for getter and method without hashFunction

[4.0.0] - 2022-11-24

Changed

  • Renamed the package into @prismamedia/memoize

[3.0.1] - 2022-09-09

Changed

  • Upgraded dev-dependencies

[3.0.0] - 2022-05-30

Changed

  • Published as ESM

[2.1.0] - 2022-05-19

Changed

  • Added the ability to not memoize a result

[2.0.0] - 2022-01-20

Changed

  • Compiled for Node >=16

[1.2.0] - 2021-09-13

Changed

  • Compiled for Node >=14

[1.0.0] - 2020-03-31

Added

  • First release