# 0.7.0 (20.04.2025)
## Features
- Add directive `iterator` to add method `as_vec()` for simple enums
# 0.6.1 (22.02.2025)
## Fixes
- Correct work with generics enums
# 0.6.0 (26.01.2025)
## Features
- Add directive `display_variant_snake` to add implementation of std::fmt::Dispaly of origin enum with only variants without reference to enum's name and converted into snake case
# 0.5.1 (26.01.2025)
## Fixes
- Fix typo in docs (correct `display_variants` to `display_variant`)
# 0.5.0 (12.11.2024)
## Features
- Add directive `display_variant` to add implementation of std::fmt::Dispaly of origin enum with only variants without reference to enum's name
# 0.4.0 (04.11.2024)
## Features
- Add directive `display_from_value` to add implementation of std::fmt::Dispaly of origin enum
# 0.3.0 (02.11.2024)
## Features
- Add directive `display` to add implementation of std::fmt::Dispaly
# 0.2.3 (29.10.2024)
## Correction
- Rename method `into_iter` to `as_vec`
# 0.2.2 (29.10.2024)
## Correction
- Rename method `get_iter` to `into_iter`
# 0.2.1 (27.10.2024)
## Fix
- Remove example from generated code
# 0.2.0 (19.10.2024)
## Features
- Add support iteration