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

Add 'add_row_if' and 'add_rows_if' methods #106

Merged
merged 6 commits into from
May 16, 2023
Merged

Add 'add_row_if' and 'add_rows_if' methods #106

merged 6 commits into from
May 16, 2023

Commits on Apr 20, 2023

  1. Configuration menu
    Copy the full SHA
    c787619 View commit details
    Browse the repository at this point in the history
  2. Add 'add_row_if' tests

    Techassi committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    0818909 View commit details
    Browse the repository at this point in the history
  3. Add 'add_rows_if' tests

    Techassi committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    f625ad0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ee56d85 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. Add context to predicate function

    The closure function now provides the current row index and a reference
    to all rows as parameters accessible inside the closure body.
    Techassi committed May 3, 2023
    Configuration menu
    Copy the full SHA
    3d7eacb View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. Adjust context of predicate function

    The predicate function now takes the current index (unchanged) and the
    to be added row as the context.
    
    This commit also adds two new tests, which make use of the newly passed
    row.
    Techassi committed May 12, 2023
    Configuration menu
    Copy the full SHA
    dca95d9 View commit details
    Browse the repository at this point in the history