Skip to content

Tags: alwaysblank/brief

Tags

1.2.0

Toggle 1.2.0's commit message

Verified

This commit was signed with the committer’s verified signature.
Add support for settings, aliases

This allows for passing settings to a brief when instantiating it, which
is how you can add aliases for keys on your brief.

1.1.0

Toggle 1.1.0's commit message

Verified

This commit was signed with the committer’s verified signature.
Add `find` method

The `find` method accepts an array of keys, and iterates over the
returning the value of the first key that matches. This allows for some
itneresting behavior, such as defacto aliases for values or setting
built-in defaults.

1.0.0

Toggle 1.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
feat(construction): allow passing of null/bool values