Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.32 KB

CHANGELOG.md

File metadata and controls

40 lines (30 loc) · 1.32 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.

Added

  • Line-wrap and indent option help texts, by default to 80 columns, or to the actual terminal size in systems where TIOCGWINSZ is available.

1.1.0 - 2020-08-19

Added

  • Support float and double flags.

1.0.0 - 2020-08-18

Changed

  • Remove typedef for types CFlag and CFlagStatus, instead user code must use struct cflag and enum cflag_status directly.

0.1.1 - 2020-06-05

Added

  • Support unsigned int flags.
  • Support file size (size_t) flags with SI suffixes.
  • Support time interval (unsigned long long) flags with conventional time suffixes (e.g. 2d for “two days”).

0.1.0 - 2020-06-01

Initial release.