Skip to content

2.0.0

Compare
Choose a tag to compare
@0xLeif 0xLeif released this 07 Jul 20:00
· 2 commits to main since this release
d6d6325

What's Changed

Added

  • AnyCacheable type, enabling type erasure for any Cacheable object.
  • CacheInitializable protocol, introducing an initializer for Cacheable objects.
  • ComposableCache type, allowing for the composition of multiple caches into a single cache.
  • Logging property wrapper, providing a convenient way to cache and retrieve loggers.
  • Global.loggers cache, a required cache instance specifically designed for managing loggers.

Full Changelog: 1.6.0...2.0.0