Releases: waiting-for-dev/web_pipe
Releases · waiting-for-dev/web_pipe
v0.16.0
Added
- Extract the DSL as an optional convenience layer and introduce
WebPipe::Pipe
as top abstraction.
#47
- Be able to plug anything responding to
#to_proc
.
#47
- Be able to use anything responding to
#to_middlewares
.
#47
[0.15.0] - 2021-09-12
Added
- BREAKING. Switch
dry_view
extension with hanami_view
.
#45
v0.14.0
[0.14.0] - 2021-04-14
Added
- Inspecting operations
#42
- Inspecting middlewares
#43
- Testing support
#44
0.13.0 2021-01-15
[0.13.0] - 2021-01-15
Added
- BREAKING. Ruby 2.5 deprecated.
#40
- Ruby 3.0 supported.
#41
0.12.1 2019-03-18
Fixed
- Update rake to fix security alert
0.12.0 2019-12-30
Added
- BREAKING. Ruby 2.4 deprecated.
- Ruby 2.7 supported.
Fixed
- Ruby 2.7 argument warnings.
[#38]
0.11.0 2019-12-28
Added
- BREAKING.
dry-transformer
(former transproc
) dependency is now
optional.
[#37]
- Switch
transproc
dependency to dry-transformer
.
[#37]
0.10.0 2019-11-15
Added
:rails
extension integrating with Ruby On Rails.
[#36]
0.9.0 2019-08-31
Added
- Comprehensive documentation.
[#35]