PackageTrack
Sign in Get early access

yansi

A dead simple ANSI terminal color painting library.

1.0.1 242M downloads/mo #432 most downloaded on crates.io SergioBenitez/yansi

What this package is like to depend on

Last release 2 years ago

no release in 18 months

Ships unpredictably

gaps range from 2 weeks to 3.3 years

No release notes found

nothing matched a version

1 version withdrawn

withdrawn after publishing

9 years old

17 releases · first in 2017

0 releases in the last 12 months

see the full history below

Release timeline

17 releases · Jun 2017 to Mar 2024
2018 2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release Withdrawn

Releases

latest 17
  1. 1.0.1 13 Mar 2024

    Nothing published for this version

  2. 1.0.0 06 Mar 2024 withdrawn
    Release notes

    Version 1.0.0 of yansi is now available.

    For most users, upgrading will consist largely of changing calls of the form Paint::foo(value) to value.foo():

    - use yansi::{Paint, Color};
    + use yansi::Paint;
    
    println!("Testing, {}, {}, {}!",
    -    Paint::red(1),
    +    1.red(),
    -    Paint::green(2).bold().underline(),
    +    2.green().bold().underline(),
    -    Paint::blue("3").bg(Color::White).italic());
    +    "3".blue().on_white().italic());

    Please see the rustdocs for complete documentation.

    Open source →
  3. 1.0.0-rc.1 11 Aug 2023 pre-release

    Nothing published for this version

  4. 1.0.0-rc 07 Jul 2023 pre-release

    Nothing published for this version

  5. 1.0.0-gamma 22 Jun 2023 pre-release

    Nothing published for this version

  6. 1.0.0-beta 16 Jun 2023 pre-release

    Nothing published for this version

  7. 0.5.1 23 Mar 2022

    Nothing published for this version

  8. 0.5.0 30 Nov 2018

    Nothing published for this version

  9. 0.4.0 21 Feb 2018

    Nothing published for this version

  10. 0.3.4 17 Sep 2017

    Nothing published for this version

  11. 0.3.3 11 Aug 2017

    Nothing published for this version

  12. 0.3.2 26 Jul 2017

    Nothing published for this version

  13. 0.3.1 26 Jul 2017

    Nothing published for this version

  14. 0.3.0 06 Jun 2017

    Nothing published for this version

  15. 0.2.0 02 Jun 2017

    Nothing published for this version

  16. 0.1.1 02 Jun 2017

    Nothing published for this version

  17. 0.1.0 02 Jun 2017

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive