v2.0.0
- Introduces
Pipeline+EagerPipeline/LazyPipelineand refactorsCollectionto compose operations via pipeline stages. - Replaces the previous operation set (
LazyOperation/ImmediateOperation) withTransforming\*(pipeline stages) andResolving\*(terminal helpers). - Consolidates/rewrites tests and updates documentation to reflect the new API and extension patterns.