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.2.0 - 2025-01-22
- Added
maybe_bin
andmaybe_bin_range
for binary numbers.
1.1.1 - 2024-01-21
- Fixed a typo in the error message when a value is below the minimum limit.
1.1.0 - 2024-01-21
- Added support for capital 'K' for kilo.
- Added support for underscore separators in numbers.
1.0.2 - 2022-10-08
- Fixed panics when parsing SI numbers with multi-byte UTF-8 sequences.
1.0.1 - 2022-10-06
- Updated documentation for clap v4 API changes.
1.0.0 - 2021-12-31
- Fixed typos in documentation.
- Changed edition from 2018 to 2021.
- Updated examples to use clap 3.0.0.
0.2.0 - 2020-10-18
- Added
maybe_hex
andmaybe_hex_range
functions. - Added a changelog.