## Break Changes - The `disabled` method now is for builder method, and `is_disabled` for get state. ```diff - pub fn disabled(mut self) -> bool + pub fn is_disabled(&self) -> bool + pub fn disabled(mut self, disabled: bool) -> Self ``` |
||
|---|---|---|
| .. | ||
| locales | ||
| src | ||
| tests/fixtures | ||
| Cargo.toml | ||
| default-colors.json | ||
| LICENSE-APACHE | ||