All notable changes to this project will be documented in this file.
- Version 2.1.4-preview as 2.1.4
- Validating if there are any misconfigured custom refreshs as type
intfrom older versions, avoiding long timestamps that were minutes. Commit Trace
- Handler.cs TryParse improvement when trying to find the default setting, checking that
CacheIt:RefreshIntervalis set before retrieving its value. Commit Trace
- 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
- Version 1.1.3-preview as official
- 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
- AddCacheIt extension. Commit Trace
- Handler.cs Injection. Commit Trace
- Handles.cs lists with components to refresh. Using HashSet's instead of IEnumerable. Commit Trace
- Readme Description for the custom configuration. Commit Trace
- Version 1.0.3-preview as official
- Support for decimal minutes at appsettings parse at Handler.cs. Made via commit adding support to dobule numbers at config
- VERSION 1.0.2 error when minutes with decimal place is added at appsettings. Fix made via commit adding support to dobule numbers at config
- Refreshing Components Registered via the Interface at IServiceCollection
- Test with Interface Injected
- Package Icon
- Project CacheIt first version