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

NestedCollection changes without .and() #917

Merged
merged 1 commit into from
Feb 1, 2024
Merged

Commits on Jan 31, 2024

  1. * Ensured NestedCollections do not need their .and() method calle…

    …d to apply collection changes. Instead, changes are applied immediately as they occur (via `.add`, `.remove`, etc), and `.and()` is now purely for returning to the parent builder if necessary/desired.
    
    * Updated associated JavaDoc with code examples to make the `.and()` method's purpose a little clearer.
    * Updated CHANGELOG.md
    
    Closes #916
    lhazlewood committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    5acdc49 View commit details
    Browse the repository at this point in the history