Skip to content

v2.0.0

Choose a tag to compare

@gustavofreze gustavofreze released this 30 Mar 10:43
· 5 commits to main since this release
7ab5f0f
  • Introduces Pipeline + EagerPipeline/LazyPipeline and refactors Collection to compose operations via pipeline stages.
  • Replaces the previous operation set (LazyOperation/ImmediateOperation) with Transforming\* (pipeline stages) and Resolving\* (terminal helpers).
  • Consolidates/rewrites tests and updates documentation to reflect the new API and extension patterns.