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

Allow middleware hooks to return objects that contained field names that contain dotted strings #1130

Merged
merged 10 commits into from
Sep 29, 2020
Merged

Commits on Sep 25, 2020

  1. Configuration menu
    Copy the full SHA
    77d2411 View commit details
    Browse the repository at this point in the history
  2. Do not extract nested paths from the object keys contained in middlew…

    …are hook return values
    
    Fixes #966
    jayaddison committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    e6def57 View commit details
    Browse the repository at this point in the history
  3. Additional test for #1130

    dfahlander committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    7e17a73 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2020

  1. Configuration menu
    Copy the full SHA
    052a38b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a146c7 View commit details
    Browse the repository at this point in the history
  3. Nit: trailing space

    jayaddison committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    999c221 View commit details
    Browse the repository at this point in the history
  4. Post-merge fixup

    jayaddison committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    4e9c16c View commit details
    Browse the repository at this point in the history
  5. Add explicit check for keys as literal property names on objects befo…

    …re intepreting them as paths
    jayaddison committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    3eda88a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d610245 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2020

  1. Configuration menu
    Copy the full SHA
    0065aa6 View commit details
    Browse the repository at this point in the history