Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 970 Bytes

CHANGELOG.md

File metadata and controls

39 lines (22 loc) · 970 Bytes

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.

Added

Changed

Removed

0.3.0 - 2021-07-31

Added

  • derive macro which automatically implements if_empty if the type has an is_empty function returning a bool

0.2.0 - 2021-06-19

Added

  • Implementations of the traits for OsString and &OsStr

0.1.0 - 2021-06-19

Added

  • IfEmpty and IfEmptyBorrowed traits

  • Implementations of the traits for String and &str