Skip to content

Latest commit

 

History

History
298 lines (158 loc) · 13.8 KB

CHANGELOG.md

File metadata and controls

298 lines (158 loc) · 13.8 KB

2.1.0 (2024-09-26)

Chores
  • removing test ts from eslint (f1c59282)
New Features
  • allowing for customKeyFunction in higher-order function (5aea03ec)

2.0.1 (2024-05-07)

Chores

2.0.0 (2023-06-06)

Documentation Changes
  • updating docs with new default requestsThreshold value (3ee4a1ad)
New Features
Bug Fixes
  • emitting onCacheHit for runningQuery match (#50) (9c2fd6cf)
Other Changes
Refactors
  • moving from partial candidate options to specific input options (#51) (94687c7e)

1.5.10 (2023-04-23)

Chores

1.5.9 (2023-04-23)

Continuous Integration

1.5.8 (2023-04-04)

Bug Fixes

1.5.7 (2023-03-06)

Refactors
  • removed unnecessary internal parameters passed (d82addd1)

1.5.6 (2023-03-06)

Chores

1.5.5 (2023-02-18)

Chores
Bug Fixes
  • events had to be passed entirely as options when present (#44) (8617c08d)

1.5.4 (2023-02-11)

Chores
  • naming returned functions for better logging and discoverability (#38) (e53a0a75)
Documentation Changes
  • added @jointly/cache-candidate-plugin-invalidate-function (#37) (ff5a093b)

1.5.3 (2023-02-02)

Continuous Integration
New Features
  • returning correct function types from input function (#36) (4d013387)

1.5.2 (2023-02-02)

1.5.1 (2023-02-02)

New Features
  • candidate function now can be either sync or async (#34) (c2f605c2)

1.5.0 (2023-01-31)

Chores
New Features
  • bringing internals back again (3bfcd234)

1.4.1 (2023-01-30)

New Features

1.4.0 (2023-01-30)

Chores
New Features

1.3.0 (2023-01-30)

New Features

1.2.0 (2023-01-27)

Chores
  • terminated refactoring (15e0733b)
  • updated plugin base (4feac575)
  • internal refactor + fixed missing timeoutCache deletion + changed cache delete to correct candidate func (cfc39360)
Documentation Changes

1.1.6 (2023-01-18)

Documentation Changes
  • last edits for first release os (7dc02816)

1.1.5 (2023-01-18)

Chores
  • internal plugin parameter changes to satisfy TS (c67812f2)

1.1.4 (2023-01-17)

Chores
  • triggering npm new version - registry has fallen (6433af78)

1.1.3 (2023-01-17)

Chores
  • triggering npm new version - registry has fallen (501f1f0e)

1.1.2 (2023-01-17)

Bug Fixes
  • fixed pluginHookWrap missing options (00f913f5)

1.1.1 (2023-01-17)

Bug Fixes
  • fixed delete data cache record missing promise await (abe7d7a3)

1.1.0 (2023-01-17)

Chores
  • used pluginHookWrap instead of two execute hooks for better readability (8eb60025)
  • updating dependencies (07991f53)
Documentation Changes
  • better documentation - in line with new updates (6989ba66)
New Features
Bug Fixes
  • checking ttl instead of timeframe for datacacherecord expiration + running query delete if not cached (f5d79279)
Tests

1.0.2 (2023-01-16)

Chores

1.0.1 (2023-01-16)

Chores
  • removed onLog because useless as it is, removed duplicated target constructor name (08060bd2)
Documentation Changes

1.0.0 (2023-01-16)

Chores
  • removed unused test class method (7c4d8144)
  • removed unused command (6e6723c3)
  • removed plugin missing files export (204a8794)
  • keepAliveTimeoutCache changed to timeFrameTimeoutCache (#14) (821ffe83)
  • internal refactor + better typings (74fdf262)
New Features

0.2.0 (2022-12-27)

Chores
Documentation Changes
New Features
  • higher-order function implementation + internal refactor (811e7d8e)
  • higher-order function implementation + internal refactor (2b4dec8f)
Bug Fixes
Tests
  • added tests to cover new features (a68e3d7c)

0.1.0 (2022-12-23)

Documentation Changes
New Features

0.0.3 (2022-12-12)

Chores

0.0.2 (2022-12-12)

Chores
New Features