enum_map 0.3.0 enum_map: ^0.3.0 copied to clipboard
A Map with compile-time check that every enum constant has an entry in it.
0.3.0 #
- Upgraded total_lints to v3.0.0.
0.2.1 #
- Added 'Support Chat' section to README.
0.2.0 #
- BREAKING: Rename annotation classes from
EnumMap
toGenerateEnumMap
,UnmodifiableEnumMap
toGenerateUnmodifiableEnumMap
. ConstantsenumMap
andunmodifiableEnumMap
are intact. - BREAKING: Added superclasses for the generated maps:
EnumMap
,UnmodifiableEnumMap
. These requireimport 'package:enum_map/enum_map.dart
instead of the older.../annotations.dart
.
0.1.0 #
- Initial release.