Skip to content

Releases: AaronLasseigne/unifig

v0.4.0

01 Sep 01:14
Compare
Choose a tag to compare

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.

v0.3.1

31 Jul 02:50
Compare
Choose a tag to compare

Fixed

  • Frozen strings returned from providers caused an error.

v0.3.0

31 Jul 02:49
Compare
Choose a tag to compare

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

24 Jul 02:57
Compare
Choose a tag to compare

Changed

  • An environment is no longer required.

v0.1.0

24 Jul 02:55
Compare
Choose a tag to compare

Initial release