Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 1.36 KB

CHANGELOG.md

File metadata and controls

54 lines (33 loc) · 1.36 KB

0.4.0 (2022-09-01)

Changed

  • All values are strings by default regardless of how they arrived.
  • The config key is now unifig.

Added

  • Values can now be converted to built-in or custom types.
  • Providers can now be configured.

0.3.2 (2022-08-01)

Fixed

  • Provider in Unifig::Var returned incorrectly
  • Fix early calls to Unifig::Vars.list

0.3.1 (2022-07-31)

Fixed

  • Frozen strings returned from providers caused an error.

0.3.0 (2022-07-31)

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.

0.2.0 (2022-07-24)

Changed

  • An environment is no longer required.

0.1.0 (2022-07-18)

Initial release.