Skip to content

Releases: Sellig6792/cprint

v1.0.0

04 May 11:28
7f3ea3f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.3...v1.0.0

v0.5.3

03 May 09:21
00e312c
Compare
Choose a tag to compare

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

01 May 22:30
f1cbd5a
Compare
Choose a tag to compare

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

01 Feb 14:01
v0.4.1
0a6ed53
Compare
Choose a tag to compare

Fix

  • cannot find macro cprint in this scope

Full Changelog: v0.4.0...v0.4.1

v0.4.0

01 Feb 13:33
v0.4.0
290d5b8
Compare
Choose a tag to compare

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

30 Jan 15:43
v0.3.1
efa8679
Compare
Choose a tag to compare

Fix

  • missing feature documentation

Full Changelog: v0.3.0...v0.3.1

v0.3.0

28 Jan 13:39
v0.3.0
986bd08
Compare
Choose a tag to compare

News

  • Add ceprint! and ceprintln!. 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

22 Jan 15:59
v0.2.0
ce88823
Compare
Choose a tag to compare

News

  • Add a documentation !

Changes

  • Rename cprint.rs to cprint_macros.rs to avoid confusion between the cpritn.rs file and the cprint! macro

Fix

  • Workflow
    • Package and publish ran at the same time

v0.1.0

20 Jan 19:33
v0.1.0
e78b727
Compare
Choose a tag to compare

News

  • cprint! and cprintln! macros
  • color system