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

Dig into dict #254

Merged
merged 4 commits into from
Dec 2, 2020
Merged

Dig into dict #254

merged 4 commits into from
Dec 2, 2020

Commits on Jun 30, 2020

  1. Add dig for dicts

    Adds a pipeline-compatible `dig` function - traverses a list of keys to
    return a value, or a default if no value provided.
    
    Future work, if required: allow `dig` to walk into lists with numeric
    indexes.
    
    Closes Masterminds#227
    nyarly committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    c8449d4 View commit details
    Browse the repository at this point in the history
  2. Documenting dig

    nyarly committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    4bb6f1c View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2020

  1. Configuration menu
    Copy the full SHA
    66c1bf4 View commit details
    Browse the repository at this point in the history
  2. Fixing spelling in panic

    mattfarina committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    eaeb5ac View commit details
    Browse the repository at this point in the history