- No code changes, added a description for what purpose this package is intended for.
- (breaking change) Migrated to null-safety.
- Add the
@EmbeddedPropertyName
annotation to let a key other than the property name in Dart to be used for that property's configuration key. - Changed minimum SDK version to
2.12.0
.
- (breaking change)
EmbeddedConfig.path
is now aList<String>
. This addresses incompatibilities with keys containing.
characters.
- Add an example to address package scoring.
- Replace
@FromEmbeddedConfig
annotation with@EmbeddedConfig
.