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

refactor: Deprecate 'selection' and 'rendering' YAML keys #420

Merged
merged 2 commits into from Apr 20, 2022

Commits on Apr 10, 2022

  1. refactor: Deprecate 'selection' and 'rendering' YAML keys

    As seen in commit eb822cb, the separation of
    the selection/collection and rendering configuration
    is problematic. This commit further reduces this
    separation by merging the two current YAML keys
    'selection' and 'rendering' into a single
    'options' key. It means both the 'collect' and
    'render' methods have access to every option.
    
    The old keys can still be used, but are deprecated,
    and therefore a deprecation warning is emitted
    if these keys are found in either global or local
    configurations.
    pawamoy committed Apr 10, 2022
    Copy the full SHA
    5f5cb80 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    abaa11a View commit details
    Browse the repository at this point in the history