Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 494 Bytes

CHANGELOG.md

File metadata and controls

36 lines (23 loc) · 494 Bytes

Changelog

[Unreleased]

Added

-- Add cached_result and cached_key_result to allow the caching of success for a function that returns Result.

[0.5.0]

Added

  • Add cached_key macro to allow defining the caching key

Changed

  • Tweak cached macro syntax
  • Update readme

Removed

[0.4.4]

Added

Changed

  • Update trait docs

Removed

[0.4.3]

Added

Changed

  • Update readme
  • Update examples
  • Update crate documentation and examples

Removed