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

Issue #559 #627

Merged
merged 11 commits into from
Aug 17, 2024
Merged

Issue #559 #627

merged 11 commits into from
Aug 17, 2024

Commits on Aug 16, 2024

  1. Add query-from and query-all-from

    dgr committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    13e7077 View commit details
    Browse the repository at this point in the history
  2. Deprecate child and children

    dgr committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    8ded38a View commit details
    Browse the repository at this point in the history
  3. Make get-active-element a public API

    Previously, get-active-element* was a private API. This simply changes
    the name to remove the "*" and makes it public.
    dgr committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    fec55bf View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. Update doc strings and user guide to deprecate :active

    Suggests to use get-active-element instead of (query driver :active).
    dgr committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    e16d875 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    352f614 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef2a2ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c1c14f2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2edcdd8 View commit details
    Browse the repository at this point in the history
  6. Suppress Eastwood warnings for calling deprecated child/children

    Test suite still calls child/children to detect regressions in these
    deprecated, but not yet removed, functions.
    dgr committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    3b4491e View commit details
    Browse the repository at this point in the history
  7. Credit dgr in CHANGELOG

    dgr committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    0bf7df1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c6ca224 View commit details
    Browse the repository at this point in the history