Skip to content

Releases: waiting-for-dev/web_pipe

v0.16.0

07 Nov 14:39
eef65a4
Compare
Choose a tag to compare

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.1 2021-01-15

19 Sep 15:01
fd1eefa
Compare
Choose a tag to compare

Added

  • :not_found extension
    #46

[0.15.0] - 2021-09-12

12 Sep 09:24
d11413e
Compare
Choose a tag to compare

Added

  • BREAKING. Switch dry_view extension with hanami_view.
    #45

v0.14.0

14 Apr 16:06
e6cfb31
Compare
Choose a tag to compare

[0.14.0] - 2021-04-14

Added

  • Inspecting operations
    #42
  • Inspecting middlewares
    #43
  • Testing support
    #44

0.13.0 2021-01-15

15 Jan 17:41
054b9c3
Compare
Choose a tag to compare

[0.13.0] - 2021-01-15

Added

  • BREAKING. Ruby 2.5 deprecated.
    #40
  • Ruby 3.0 supported.
    #41

0.12.1 2019-03-18

18 Mar 08:10
68788d8
Compare
Choose a tag to compare

Fixed

  • Update rake to fix security alert

0.12.0 2019-12-30

30 Dec 07:19
Compare
Choose a tag to compare

Added

  • BREAKING. Ruby 2.4 deprecated.
  • Ruby 2.7 supported.

Fixed

  • Ruby 2.7 argument warnings.
    [#38]

0.11.0 2019-12-28

28 Dec 17:45
Compare
Choose a tag to compare

Added

  • BREAKING. dry-transformer (former transproc) dependency is now
    optional.
    [#37]
  • Switch transproc dependency to dry-transformer.
    [#37]

0.10.0 2019-11-15

15 Nov 18:33
Compare
Choose a tag to compare

Added

  • :rails extension integrating with Ruby On Rails.
    [#36]

0.9.0 2019-08-31

31 Aug 18:15
Compare
Choose a tag to compare

Added

  • Comprehensive documentation.
    [#35]