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.
- Colon-delimited literals support (#1244)
- Edition changed to 2024 and MSRV bumped to 1.85 (#1149)
- Relax MSRV policy and allow MSRV bumps in patch releases
- Enforce const evaluation (#889)
- Disallow comments inside hex strings (#816)
- Migrate to 2021 edition and bump MSRV to 1.57 (#816)
- Use CTFE instead of proc macro (#816)
- New tests for the
hex!()macro and internal documentation (#664)
- Make
hex!()error when forward slash encountered as last byte (#665)
- Accept sequence of string literals (#519)
- Allow line (
//) and block (/* */) comments (#512)
- Documentation for the
hex!macro (#73)
- MSRV bump to 1.45 (#53)