Skip to main content
Module

x/memoization/CHANGELOG.md

Memoization tools, TC39 proposal-function-memo implementation
Latest
File

1.2.0 (2023-06-18)

Features

  • memo: add overload for constructor (acb9380)
  • memo: support for caching of calls with new operator (693ec23)

1.2.0-beta.1 (2023-06-18)

Features

  • memo: add overload for constructor (acb9380)
  • memo: support for caching of calls with new operator (693ec23)

1.1.0 (2023-06-17)

Features

  • memo: add this arg as composite key member (0b95fab)
  • memo: return proxy instread of memoization fn (3aefad2)
  • polyfill: add function name (b007140)
  • reduce generics type (3b43baf)

1.1.0-beta.1 (2023-06-17)

Features

  • memo: add this arg as composite key member (0b95fab)
  • memo: return proxy instread of memoization fn (3aefad2)
  • polyfill: add function name (b007140)
  • reduce generics type (3b43baf)

1.0.0 (2023-06-09)

Features

  • memo: add keying feature (27f4c36)
  • memo: add memoize function (e062f10)
  • memo: improve generics types (31f48e5)
  • memo: maintain target fn length, change name property (4229915)
  • memo: memo (940bc68)
  • memo: rename interface to MapLike (b996d0b)
  • polyfill: add polyfill for memoization (6e41cf6)
  • polyfill: change generics constraint (64f711b)

1.0.0-beta.2 (2023-06-09)

Features

  • polyfill: change generics constraint (64f711b)

1.0.0-beta.1 (2023-06-09)

Features

  • memo: add keying feature (27f4c36)
  • memo: add memoize function (e062f10)
  • memo: improve generics types (31f48e5)
  • memo: maintain target fn length, change name property (4229915)
  • memo: memo (940bc68)
  • memo: rename interface to MapLike (b996d0b)
  • polyfill: add polyfill for memoization (6e41cf6)