Skip to content

v1.0.2: Refactors: Moves dependencies to a trait

Choose a tag to compare

@thorewi thorewi released this 03 Oct 10:28
· 67 commits to main since this release
Moves the dependencies of the `BaseGrid` class into a new trait, `BaseGridDependencies`.

This improves code organization and reduces code duplication.