Skip to content

1.7.0

Choose a tag to compare

@prachigauriar prachigauriar released this 28 Oct 01:18
· 4 commits to main since this release

This is a small release that updates ExpiringValue to work better with DateProvider. Specifically, the two initializers spelled ExpiringValue.init(_:lifetimeDuration:) have been updated to include an any DateProvider parameter that defaults to DateProviders.current. The new initializers are spelled ExpiringValue.init(_:dateProvider:lifetimeDuration:).