Skip to content

Releases: streamich/thingies

v2.4.0

11 Aug 13:20
Compare
Choose a tag to compare

2.4.0 (2024-08-11)

Features

  • ๐ŸŽธ expose LruCache, add to README, run Prettier (0e0412e)
  • ๐ŸŽธ implement LruCache (85c28a3)
  • ๐ŸŽธ improve LRU cache implementation (aa0bfcf)

Performance Improvements

  • โšก๏ธ add LRU cache benchmarks (be9a9c7)

v2.3.0

11 Aug 09:02
Compare
Choose a tag to compare

2.3.0 (2024-08-11)

Bug Fixes

  • ๐Ÿ› support undefined item value refresh (2afccbb)

Features

  • ๐ŸŽธ improve performance in key retrieval (4dd435c)

Performance Improvements

  • โšก๏ธ use integer as default LRU limit (5b55327)

v2.2.0

11 Aug 08:33
Compare
Choose a tag to compare

2.2.0 (2024-08-11)

Bug Fixes

  • ๐Ÿ› if set has size, it always has at least one value (123ce39)

Features

  • ๐ŸŽธ remove extra check at read (3a08a95)

v2.1.1

24 Jun 20:56
Compare
Choose a tag to compare

2.1.1 (2024-06-24)

Bug Fixes

  • correct license in package.json (e39aace)

v2.1.0

28 Apr 12:18
Compare
Choose a tag to compare

2.1.0 (2024-04-28)

Features

  • ๐ŸŽธ implement timeout() utility (05c5339)

v2.0.0

27 Apr 16:35
Compare
Choose a tag to compare

2.0.0 (2024-04-27)

Features

  • ๐ŸŽธ release a single es2020 target (87a9fb1)

BREAKING CHANGES

  • ๐Ÿงจ Produce only es2020 release artifacts

v1.20.0

01 Apr 17:20
Compare
Choose a tag to compare

1.20.0 (2024-04-01)

Features

  • ๐ŸŽธ add Locks implementation (fc8c1d6)
  • ๐ŸŽธ improve locking interface (171797b)

v1.19.3

30 Mar 13:24
Compare
Choose a tag to compare

1.19.3 (2024-03-30)

Bug Fixes

  • ๐Ÿ› allow different return type per racer (ffc3b89)

v1.19.2

19 Mar 08:48
Compare
Choose a tag to compare

1.19.2 (2024-03-19)

Bug Fixes

  • ๐Ÿ› limit mutex scope to a single class instance (c994280)
  • ๐Ÿ› make concurrency() decorator apply per class instance (839c898)

Performance Improvements

  • โšก๏ธ improve once() decorator (c50e19f)

v1.19.1

14 Mar 09:51
Compare
Choose a tag to compare

1.19.1 (2024-03-14)

Bug Fixes

  • ๐Ÿ› correctly store execution results in once decorator (9c6d49d)