# 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