safe_config 1.1.1 copy "safe_config: ^1.1.1" to clipboard
safe_config: ^1.1.1 copied to clipboard

discontinued
outdatedDart 1 only

A safe and convenient way to read YAML configuration files.

Changelog #

1.1.1 #

  • Throw exception if an unexpected key is found when reading configuration.

1.1.0 #

  • Enable support for reading environment variables.
  • Allow decoders for ConfigurationItem subclasses that may have multiple representations, e.g. a DatabaseConnectionConfiguration from a database connection string.

1.0.4 #

  • Fix issue where nested ConfigurationItems marked as optional would fail to parse.

1.0.3 #

  • Add ConfigurationItem.fromMap to pass a Map as the source for a ConfigurationItem.

1.0.2 #

  • Add library level documentation.

1.0.1 #

  • Add documentation generation.
  • Update readme.

1.0.0 #

  • Initial version.
12
likes
0
pub points
69%
popularity

Publisher

unverified uploader

A safe and convenient way to read YAML configuration files.

Homepage

License

unknown (LICENSE)

Dependencies

yaml

More

Packages that depend on safe_config