Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 4.08 KB

CHANGELOG.md

File metadata and controls

49 lines (34 loc) · 4.08 KB

1.0.0 (2023-06-18)

Features

  • change constructor interface to accept initial values (0f83960)
  • change to accept initial entries (dc9d6b0)
  • deps: update deps (13ca145)
  • fifo: add FIFO map impl (a644dd2)
  • fifo: add FIFO set impl (0ab2f11)
  • lfu: add limited map with LFU algorithm (15fec0f)
  • lfu: add limited set with LFU algorithm (4a10274)
  • lifo: add limited map with LIFO replacement algorithm (03f9a30)
  • lifo: add limited set with LIFO replacement algorithm (fd4add9)
  • lru_map: add impl for LRUMap (675f96e)
  • lru: add lru set impl (7f4c89e)
  • mod: export all related modules (3b9c376)
  • utils: add NaN check for capacity (affd6a3)

1.0.0-beta.3 (2023-06-18)

Features

  • utils: add NaN check for capacity (affd6a3)

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

Features

  • change constructor interface to accept initial values (0f83960)
  • change to accept initial entries (dc9d6b0)
  • deps: update deps (13ca145)
  • mod: export all related modules (3b9c376)

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

Features

  • fifo: add FIFO map impl (a644dd2)
  • fifo: add FIFO set impl (0ab2f11)
  • lfu: add limited map with LFU algorithm (15fec0f)
  • lfu: add limited set with LFU algorithm (4a10274)
  • lifo: add limited map with LIFO replacement algorithm (03f9a30)
  • lifo: add limited set with LIFO replacement algorithm (fd4add9)
  • lru_map: add impl for LRUMap (675f96e)
  • lru: add lru set impl (7f4c89e)