2.5.0 (2024-11-01)
2.4.0 (2024-08-11)
- πΈ expose LruCache, add to README, run Prettier (0e0412e)
- πΈ implement LruCache (85c28a3)
- πΈ improve LRU cache implementation (aa0bfcf)
- β‘οΈ add LRU cache benchmarks (be9a9c7)
2.3.0 (2024-08-11)
- π support undefined item value refresh (2afccbb)
- πΈ improve performance in key retrieval (4dd435c)
- β‘οΈ use integer as default LRU limit (5b55327)
2.2.0 (2024-08-11)
- π if set has size, it always has at least one value (123ce39)
- πΈ remove extra check at read (3a08a95)
2.1.1 (2024-06-24)
- correct license in package.json (e39aace)
2.1.0 (2024-04-28)
- πΈ implement timeout() utility (05c5339)
2.0.0 (2024-04-27)
- πΈ release a single es2020 target (87a9fb1)
- 𧨠Produce only es2020 release artifacts
1.21.0 (2024-04-26)
- πΈ add hasKeys() utility (570ea5c)
1.20.0 (2024-04-01)
1.19.3 (2024-03-30)
- π allow different return type per racer (ffc3b89)
1.19.2 (2024-03-19)
- π limit mutex scope to a single class instance (c994280)
- π make concurrency() decorator apply per class instance (839c898)
- β‘οΈ improve once() decorator (c50e19f)
1.19.1 (2024-03-14)
- π correctly store execution results in once decorator (9c6d49d)
1.19.0 (2024-03-14)
- πΈ implement "once" class method decorator (d1434ae)
1.18.0 (2024-03-11)
- πΈ implement concurrency() class method decorator (1e00c9e)
1.17.0 (2024-03-09)
- πΈ add support for arguments in mutex decorator (7095e93)
1.16.0 (2024-01-13)
- πΈ add xosrshift implementation (e32a638)
1.15.0 (2023-12-04)
- πΈ add createRace() utility (c835bb2)
1.14.2 (2023-11-25)
- π make FanOut listeners public (4a7e546)
1.14.1 (2023-11-24)
- π make .listeners protected (16aed9a)
1.14.0 (2023-11-24)
- πΈ add FanOut implementation (018bfb0)
1.13.1 (2023-11-21)
- π produce build artifacts in release (11a3e77)
1.13.0 (2023-11-20)
- πΈ add dataUri() utility (d2784ae)
1.12.0 (2023-07-02)
- πΈ add loadCss() method (e44534d)
1.10.1 (2023-04-07)
- π do not remove comments (201fb98)
1.10.0 (2023-04-07)
1.9.0 (2023-04-07)
- πΈ improve codeMutex() interface (cb85955)
1.8.0 (2023-04-07)
- πΈ add codeMutex() (4dccf86)
1.7.0 (2023-04-05)
1.6.0 (2023-04-05)
- πΈ expose concurrency() from index (6a2450f)
1.5.0 (2023-04-05)
- πΈ add concurrency() implementation (c195a31)
1.4.0 (2022-11-02)
- πΈ allow async check function in until() (a545be9)
1.3.1 (2022-07-02)
- π make Cache timers unreffed (0073ac0)
1.3.0 (2022-04-07)
1.2.0 (2021-11-01)
- πΈ implement TimeState utility class (7423a93)
1.1.0 (2021-10-23)
- πΈ place LruMap and LruTtlMap into separate files (36c4ba1)