Skip to content

Latest commit

 

History

History
104 lines (64 loc) · 3.65 KB

File metadata and controls

104 lines (64 loc) · 3.65 KB

Change Log

All notable changes to this project will be documented in this file.

[2.1.4] - 2023-02-21

Added

Changed

  • Version 2.1.4-preview as 2.1.4

Fixed

[2.1.4-preview] - 2022-12-27

Added

  • Validating if there are any misconfigured custom refreshs as type int from older versions, avoiding long timestamps that were minutes. Commit Trace

Changed

  • Handler.cs TryParse improvement when trying to find the default setting, checking that CacheIt:RefreshInterval is set before retrieving its value. Commit Trace

Fixed

[2.1.3-preview] - 2022-11-06

Added

Changed

  • Handler.cs Try Parse for new timestamp default configuration. Commit Trace
  • CustomRefreshOptions.cs using TimeStamp instead of double. Commit Trace
  • Handler.cs correct usage of IOptionsMonitor. Commit Trace
  • Readme Description for the new custom configuration. Commit Trace

Fixed

[1.1.3] - 2022-07-17

Added

Changed

Fixed

[1.1.3-preview] - 2022-05-25

Added

  • Custom config for refresh the cacheable componenets. Commit Trace
  • More tests to validate the new version, with services registered interface and without. Commit Trace
  • New overloaded AddCacheIt method to configure the custom configs. Commit Trace

Changed

Fixed

[1.0.3] - 2022-05-21

Added

Changed

Fixed

[1.0.3-preview] - 2022-05-13

Added

Changed

Fixed

[1.0.2] - 2021-12-06

Added

  • Refreshing Components Registered via the Interface at IServiceCollection
  • Test with Interface Injected

Changed

Fixed

[1.0.1] - 2021-12-06

Added

  • Package Icon

Changed

Fixed

[1.0.0] - 2021-12-02

Added

  • Project CacheIt first version

Changed

Fixed