0.4.0 (2022-09-01)
- All values are strings by default regardless of how they arrived.
- The
config
key is nowunifig
.
- Values can now be converted to built-in or custom types.
- Providers can now be configured.
0.3.2 (2022-08-01)
- Provider in Unifig::Var returned incorrectly
- Fix early calls to Unifig::Vars.list
0.3.1 (2022-07-31)
- Frozen strings returned from providers caused an error.
0.3.0 (2022-07-31)
- Renamed some errors so they all end in
Error
.
- Raise an error if a two or more variable names result in the same method name.
- Any
nil
values are now handled here so providers don't have to worry about it. - Variable substituion
Unifig::Vars
will now contain information about the loaded variables.
0.2.0 (2022-07-24)
- An environment is no longer required.
0.1.0 (2022-07-18)
Initial release.