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.
- Removed println! statements in tests. This fixes broken tests when running
cargo test --verbose --all --no-default-features --features unicode
.
- Test all unicode constants to check that they are sorted by unicode chars as key.
- Fix issue #33, kind thanks to @Wallacoloo. Binary searches are performed on sorted FontUnicode arrays.
examples/unicode.rs
now prints a friendly message with the character that should be rendered.- Make unicode constants public.
- Sort all unicode constants by unicode chars as key.
- Updated legacy documentation with correct unicode chars.
- Made
::print_set
implementations friendlier with pulldown; - Address with rust-lang/rust#61478
- Standard documentation for font symbols for al sets.
- Add CHANGELOG.md to the crate (this document).
- Add "no-std" to 'categories' section in Cargo.toml.
- Add that the crate is compatible with "no-std" in README.md.
- Split-off
Usage
section into legacy and unicode sub-sections in README.md. - Re-wording of
Documentation
section with new URLs for crate docs and git repository.