master
Commits on Nov 14, 2020
-
Merge pull request #57 from luckyframework/sd-add-github-doc-workflow
Add automatic GitHub Pages documentation deployment
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Commits on Jul 28, 2020
-
Merge pull request #53 from igor-alexandrov/fix_ameba_issues
Fixed Ameba issues and added Ameba config to GitHub Actions.
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Jun 26, 2020
-
Merge pull request #52 from luckyframework/jaw/v0.5.0
Release 0.4.4
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
bump patch version. Trying to figure out issue with shards, and this …
…version is still backwards compatible
Commits on Jun 25, 2020
-
Merge pull request #51 from /issues/46
Catch when a default value raises an exception
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Commits on Jun 23, 2020
-
Adding in a catch for when a setting default value may end up raising…
… an exception. We catch that and return nil so Habitat will throw the missing setting error. Fixes #46
-
Merge pull request #49 from luckyframework/features/41
Add new validation feature for settings.
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
-
Merge pull request #50 from luckyframework/move_to_gh_actions
Move to Github Actions
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
-
Adding some README notes on how to use the validation stuff
jwoertink committedJun 23, 2020
Commits on Jun 22, 2020
-
rename settings.invalid to Habitat class method to make it clear what…
… it's doing.
jwoertink committedJun 22, 2020 -
Merge branch 'master' into features/41
jwoertink committedJun 22, 2020 -
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Jun 19, 2020
-
Add new validation feature for settings. Fixes #41
jwoertink committedJun 19, 2020
Commits on Jun 18, 2020
-
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
updated the shard yml with latest crystal. Ran crystal formatter.
jwoertink committedJun 18, 2020
Commits on Oct 28, 2019
-
Add to_h method to Settings (#43)
* Add to_h method to Settings Closes #42 * Added comment and spec
Commits on Apr 6, 2019
Commits on Mar 9, 2019
-
don't inherit settings from classes with generics (#34)
* don't inherit from settings from classes with generics fixes #29 * add spec for settings in generics * fix syntax error after rebase