Skip to content

Latest commit

 

History

History
55 lines (29 loc) · 816 Bytes

CHANGELOG.md

File metadata and controls

55 lines (29 loc) · 816 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.

[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