All Versions
10
Latest Version
Avg Release Cycle
121 days
Latest Release
1397 days ago

Changelog History

  • v0.4.4 Changes

    June 26, 2020

    ๐Ÿš€ This release adds a new validation option to your settings.

    Habitat.create do setting pin : String, validation: :validate\_pin\_formatenddef self.validate\_pin\_format(value : String) value.match(your\_special\_format) || Habitat.raise\_validation\_error("Nope.. try again")end
    

    ๐Ÿš€ We have also renamed the Settings class to HabitatSettings for less chance of naming conflicts in your apps. Lastly, this release will now catch your default value if it raises an exception.

  • v0.4.3

    April 06, 2019
  • v0.4.2

    April 06, 2019
  • v0.4.1

    February 27, 2019
  • v0.4.0

    August 28, 2018
  • v0.3.0

    May 18, 2018
  • v0.3.0-rc1

    May 12, 2018
  • v0.2.1

    December 28, 2017
  • v0.2.0

    October 28, 2017
  • v0.1.0

    July 07, 2017