The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Test-BDD-Cucumber-Definitions

0.11    2018-02-07
        [Data]
        Module Data::Ru with the definitions of steps in the Russian language is added

0.10    2018-02-07
        - The architecture of the module is changed. The utilities are migrated from HTTP::Utils to HTTP,
            and the step definitions are migrated from HTTP to HTTP::In.
            Similarly done for Data.
        - Params::ValidationCompiler module version 0.22 is required

0.09    2018-02-07
        - Types are organized into the library using MooseX::Types

0.08    2018-02-05
        - Functions in Util modules check parameters using types from the TypeConstraints module

0.07    2018-02-03
        [ HTTP ]
        - Added functions for checking decoded content

        [ Data ]
        - The function for decoding structured data uses decoded content

0.06    2018-01-13
        - The definition "http response content must be" and the function "content_eq" was added

0.05    2018-01-09
        - Support for the environment variable BDD_HTTP_HOST has been added

0.04    2018-01-08
        - Fix dependencies

0.03    2018-01-08
        - Functions for working with data are transferred to the Data module
        - Util modules export their functions

0.01    Date/time
        First version, released on an unsuspecting world.