Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 1.33 KB

CHANGELOG.md

File metadata and controls

37 lines (31 loc) · 1.33 KB

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.1.0 - 2020-07-02

Removed

  • deps.rs badge.

Added

  • fetch feature: when enabled, exposes Resources::fetch() that allows retrieving up to 16 resources with a one-liner.
  • CI badge.

1.0.0 - 2020-03-17

Changed

  • Overhauled entry API, now mirrors that of std::collections::HashMap.

Added

  • OccupiedEntry and VacantEntry structs as per the entry API changes.

0.2.1 - 2019-12-13

Changed

  • Removed RwLock reinvention in favor of implementations provided by parking_lot.

Fixed

  • Example in README.md.

0.2.0 - 2019-12-13

Added

  • Full documentation.
  • LICENSE.md, to link to with badges.

Changed

  • Resources::remove() now returns an option rather than a result.
  • README.md now mirrors crate level docs.

0.1.0 - 2019-12-13

Added

  • Initial release.