{"ecosystem":"cargo","package":"env_logger","from_version":null,"to_version":null,"changes":[{"from_version":"unknown","to_version":"0.9.0","change_type":"behavior","description":"Default message format now prints the target instead of the module","migration_hint":null},{"from_version":"0.10.2","to_version":"0.11.0","change_type":"behavior","description":"`env_logger::fmt::Formatter::default_styled_level`","migration_hint":"**env_logger::fmt::Style:**\nThe bespoke styling API, behind `color`, was removed, in favor of accepting any\nANSI styled string and adapting it to the target stream's capabilities.\n\nPossible styling libraries include:\n- [anstyle](https://docs.rs/anstyle) is a minimal, runtime string styling API and is re-exported as `env_logger::fmt::style`\n- [owo-colors](https://docs.rs/owo-colors) is a feature rich runtime string styling API\n- [color-print](https://docs.rs/color-print) for feature-rich compile-time styling API\n\n[custom_format.rs](https://docs.rs/env_logger/latest/src/custom_format/custom_format.rs.html)\nuses `anstyle` via\n[`Formatter::default_level_style`](https://docs.rs/env_logger/latest/env_logger/fmt/struct.Formatter.html#method.default_level_style)"},{"from_version":"0.10.2","to_version":"0.11.0","change_type":"breaking","description":"`env_logger::fmt::Style`","migration_hint":"**env_logger::fmt::Style:**\nThe bespoke styling API, behind `color`, was removed, in favor of accepting any\nANSI styled string and adapting it to the target stream's capabilities.\n\nPossible styling libraries include:\n- [anstyle](https://docs.rs/anstyle) is a minimal, runtime string styling API and is re-exported as `env_logger::fmt::style`\n- [owo-colors](https://docs.rs/owo-colors) is a feature rich runtime string styling API\n- [color-print](https://docs.rs/color-print) for feature-rich compile-time styling API\n\n[custom_format.rs](https://docs.rs/env_logger/latest/src/custom_format/custom_format.rs.html)\nuses `anstyle` via\n[`Formatter::default_level_style`](https://docs.rs/env_logger/latest/env_logger/fmt/struct.Formatter.html#method.default_level_style)"},{"from_version":"0.10.2","to_version":"0.11.0","change_type":"breaking","description":"`env_logger::fmt::Color`","migration_hint":"**env_logger::fmt::Style:**\nThe bespoke styling API, behind `color`, was removed, in favor of accepting any\nANSI styled string and adapting it to the target stream's capabilities.\n\nPossible styling libraries include:\n- [anstyle](https://docs.rs/anstyle) is a minimal, runtime string styling API and is re-exported as `env_logger::fmt::style`\n- [owo-colors](https://docs.rs/owo-colors) is a feature rich runtime string styling API\n- [color-print](https://docs.rs/color-print) for feature-rich compile-time styling API\n\n[custom_format.rs](https://docs.rs/env_logger/latest/src/custom_format/custom_format.rs.html)\nuses `anstyle` via\n[`Formatter::default_level_style`](https://docs.rs/env_logger/latest/env_logger/fmt/struct.Formatter.html#method.default_level_style)"},{"from_version":"0.10.2","to_version":"0.11.0","change_type":"breaking","description":"`env_logger::fmt::StyledValue`","migration_hint":"**env_logger::fmt::Style:**\nThe bespoke styling API, behind `color`, was removed, in favor of accepting any\nANSI styled string and adapting it to the target stream's capabilities.\n\nPossible styling libraries include:\n- [anstyle](https://docs.rs/anstyle) is a minimal, runtime string styling API and is re-exported as `env_logger::fmt::style`\n- [owo-colors](https://docs.rs/owo-colors) is a feature rich runtime string styling API\n- [color-print](https://docs.rs/color-print) for feature-rich compile-time styling API\n\n[custom_format.rs](https://docs.rs/env_logger/latest/src/custom_format/custom_format.rs.html)\nuses `anstyle` via\n[`Formatter::default_level_style`](https://docs.rs/env_logger/latest/env_logger/fmt/struct.Formatter.html#method.default_level_style)"},{"from_version":"0.10.2","to_version":"0.11.0","change_type":"breaking","description":"`env_logger::fmt::Formatter::style`","migration_hint":"**env_logger::fmt::Style:**\nThe bespoke styling API, behind `color`, was removed, in favor of accepting any\nANSI styled string and adapting it to the target stream's capabilities.\n\nPossible styling libraries include:\n- [anstyle](https://docs.rs/anstyle) is a minimal, runtime string styling API and is re-exported as `env_logger::fmt::style`\n- [owo-colors](https://docs.rs/owo-colors) is a feature rich runtime string styling API\n- [color-print](https://docs.rs/color-print) for feature-rich compile-time styling API\n\n[custom_format.rs](https://docs.rs/env_logger/latest/src/custom_format/custom_format.rs.html)\nuses `anstyle` via\n[`Formatter::default_level_style`](https://docs.rs/env_logger/latest/env_logger/fmt/struct.Formatter.html#method.default_level_style)"},{"from_version":"0.10.2","to_version":"0.11.0","change_type":"removed","description":"Removed `env_logger::filter` in favor of `env_filter`","migration_hint":"**env_logger::fmt::Style:**\nThe bespoke styling API, behind `color`, was removed, in favor of accepting any\nANSI styled string and adapting it to the target stream's capabilities.\n\nPossible styling libraries include:\n- [anstyle](https://docs.rs/anstyle) is a minimal, runtime string styling API and is re-exported as `env_logger::fmt::style`\n- [owo-colors](https://docs.rs/owo-colors) is a feature rich runtime string styling API\n- [color-print](https://docs.rs/color-print) for feature-rich compile-time styling API\n\n[custom_format.rs](https://docs.rs/env_logger/latest/src/custom_format/custom_format.rs.html)\nuses `anstyle` via\n[`Formatter::default_level_style`](https://docs.rs/env_logger/latest/env_logger/fmt/struct.Formatter.html#method.default_level_style)"},{"from_version":"0.10.2","to_version":"0.11.0","change_type":"removed","description":"Removed bespoke styling API","migration_hint":"**env_logger::fmt::Style:**\nThe bespoke styling API, behind `color`, was removed, in favor of accepting any\nANSI styled string and adapting it to the target stream's capabilities.\n\nPossible styling libraries include:\n- [anstyle](https://docs.rs/anstyle) is a minimal, runtime string styling API and is re-exported as `env_logger::fmt::style`\n- [owo-colors](https://docs.rs/owo-colors) is a feature rich runtime string styling API\n- [color-print](https://docs.rs/color-print) for feature-rich compile-time styling API\n\n[custom_format.rs](https://docs.rs/env_logger/latest/src/custom_format/custom_format.rs.html)\nuses `anstyle` via\n[`Formatter::default_level_style`](https://docs.rs/env_logger/latest/env_logger/fmt/struct.Formatter.html#method.default_level_style)"},{"from_version":"0.9.3","to_version":"0.10.0","change_type":"renamed","description":"Renamed `termcolor` feature to `color`","migration_hint":null},{"from_version":"0.9.3","to_version":"0.10.0","change_type":"renamed","description":"Renamed `atty` feature to `auto-color`","migration_hint":null}],"total":10,"note":"Curated major-version breaking changes. Always verify against the package's official changelog before migrating.","_cache":"miss"}