Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 503 Bytes

File metadata and controls

17 lines (15 loc) · 503 Bytes

0.3.0 (unreleased)

Changed

  • (BREAKING) Changed QUANTITY from a usize to a u16.

Removed

  • Removed the limit of 5 retrieval traits from the documentation.

0.2.0

Changed

  • The retrieve macro can be called anywhere.
  • (BREAKING) Turned the retrieval trait into a module that contains the Trait and QUANTITY.

Removed

  • No longer reliant on compiler bugs! (Updated the explanation example to use the new techniques.)
  • Removed the limit of 5 retrieval traits.

0.1.0

Added

  • Everything.