Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove target from assertion to better align with mut #26

Merged
merged 3 commits into from
Aug 31, 2020

Commits on Aug 28, 2020

  1. Remove path assertion to better align with mut

    `mut` was able to handle `undefined` values. This was very helpful for things like testing, where you may only want to define a few values, not everything for your whole app.
    RobbieTheWagner authored Aug 28, 2020
    Configuration menu
    Copy the full SHA
    c00f5f5 View commit details
    Browse the repository at this point in the history
  2. Update set.js

    RobbieTheWagner authored Aug 28, 2020
    Configuration menu
    Copy the full SHA
    471770b View commit details
    Browse the repository at this point in the history
  3. Update set.js

    RobbieTheWagner authored Aug 28, 2020
    Configuration menu
    Copy the full SHA
    5143db6 View commit details
    Browse the repository at this point in the history