Releases: AaronLasseigne/unifig
Releases · AaronLasseigne/unifig
v0.4.0
v0.3.1
Fixed
- Frozen strings returned from providers caused an error.
v0.3.0
Changed
- Renamed some errors so they all end in
Error
.
Added
- 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.
v0.2.0
Changed
- An environment is no longer required.
v0.1.0
Initial release