angel3_configuration 8.1.1
angel3_configuration: ^8.1.1 copied to clipboard
Automatic YAML application configuration loader for Angel 3, with .env support.
Change Log #
8.1.1 #
- Updated repository link
8.1.0 #
- Updated
lintsto 3.0.0
8.0.0 #
- Require Dart >= 3.0
7.0.0 #
- Require Dart >= 2.17
- Updated
dotenvto 4.0.x
6.0.0 #
- Require Dart >= 2.16
5.0.0 #
- Skipped release
4.1.0 #
- Updated to use
package:belatuk_merge_map - Updated to use
package:belatuk_pretty_logging - Updated linter to
package:lints
4.0.1 #
- Updated README
- All 8 unit tests passed
4.0.0 #
- Migrated to support Dart >= 2.12 NNBD
3.0.0 #
- Migrated to work with Dart >= 2.12 Non NNBD
2.2.0 #
- Allow including one configuration within another.
- Badly-formatted
.envfiles will no longer issue a warning, but instead throw an exception.
2.1.0 #
- Add
loadStandaloneConfiguration.
2.0.0 #
- Use Angel 2.
1.2.0-rc.0 #
- Removed the
Configurationclass. - Removed the
ConfigurationTransformerclass. - Use
Mapcasting to prevent runtime cast errors.
1.1.0 (Retroactive changelog) #
- Use
package:file.