Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 470 Bytes

File metadata and controls

20 lines (11 loc) · 470 Bytes

1.3.0 (1 August 2023)

  • allow reading to buffer to enable use with IO::copy_stream

1.2.0 (2 June 2020)

  • add builder method for lazily constructing pipelines

1.1.0 (6 December 2019)

  • add #pos to Piperator::IO to get current position

1.0.0. (13 October 2019)

  • add Piperator.build to build pipelines with DSL

0.3.0 (13 July 2017)

  • remove implicit wrapping to callable from Pipeline.pipe
  • add Pipeline.wrap to wrap a value as callable