Releases: Sellig6792/cprint
Releases · Sellig6792/cprint
v1.0.0
What's Changed
- Implements
cformat!
, This macro allows you to get the string that `… by @Sellig6792 in #39 - Make
cprint!
andceprint!
usecformat!
by @Sellig6792 in #40 - Make
ceprint!
useeprint!
by @Sellig6792 in #41 - Rewrite coloration to make cprint usable with more colors by @Sellig6792 in #43
- Multiple signatures for macros by @Sellig6792 in #44
Full Changelog: v0.5.3...v1.0.0
v0.5.3
What's Changed
- Fix misaligned output with
ceprint!
for message with spaces by @Sellig6792 in #38
Full Changelog: v0.5.0...v0.5.3
v0.5.0
News
- You can now use whitespaces such as
'\r'
at the start of your lines and keep it aligned
Full Changelog: v0.4.1...v0.5.0
v0.4.1
v0.4.0
Changes
- Make cprint! and cprintln! don't require to import coloration trait
Fix
- ceprint features
Full Changelog: v0.3.1...v0.4.0
v0.3.1
v0.3.0
News
- Add
ceprint!
andceprintln!
. These are shortcuts to show errors like Cargo
Changes
- Make cprint and coloration features
Fix
- Update workflow to add
--all-features
- Fix CI for PR on main
Full Changelog: v0.2.0...v0.3.0
v0.2.0
News
- Add a documentation !
Changes
- Rename
cprint.rs
tocprint_macros.rs
to avoid confusion between thecpritn.rs
file and thecprint!
macro
Fix
- Workflow
- Package and publish ran at the same time
v0.1.0
News
- cprint! and cprintln! macros
- color system