Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 1.4 KB

File metadata and controls

38 lines (31 loc) · 1.4 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.

0.1.2 - 2025-06-07

Changed

  • Increase minimum supported Rust version to 1.82.0.
  • Improve examples in docs and readme.
  • Update dev dependencies.

0.1.1 - 2024-10-12

Changed

  • Improve docs and readme readability.

0.1.1 - 2024-10-12

Added

  • LifetimeFree trait and implementation for Rust stdlib types.
  • type_eq functions for 'static and non-'static types.
  • Specialization struct for comprehensive type specialization.
  • TrySpecialize trait for simple type specialization
  • TypeFn trait for specialization types mapping.
  • Specialization to LifetimeFree type, from LifetimeFree type, between 'static types, and unsafe variants.
  • Specialization by value, by reference, by mutable reference.
  • API documentation with examples.
  • Tests and doc-tests.
  • GitHub CI integration.
  • Check and utility scripts.