Skip to content

Latest commit

 

History

History
82 lines (51 loc) · 1.33 KB

CHANGELOG.md

File metadata and controls

82 lines (51 loc) · 1.33 KB

3.3.1 / 2020-07-17

  • Upgrade lodash to latest

3.3.0 / 2020-07-17

  • Upgrade hippie to latest; multiple header support

3.2.0 / 2018-04-19

  • Upgrade ajv and qs to latest
  • Fix unhandled promises in test suite

3.1.1 / 2017-08-11

  • Fix unknown format errors for swagger files using swagger-specific formats (float, double, date, etc)

3.1.0 / 2017-08-04

  • add validateRequiredParameters option

3.0.1 / 2017-08-04

  • Allow int32 and int64 formats
  • Upgrade dependencies

3.0.0 / 2017-06-19

  • Handle integer and boolean types (@netzkind)

2.1.0 / 2017-01-28

  • Update dependencies

2.0.1 / 2016-10-29

  • Path parameter support (@andrew-waters)

2.0.0 / 2016-09-30

  • Make hippie a dependency (@toshi38)

1.3.1 / 2016-07-19

  • Upgraded ajv to latest (@vhenriet)

1.3.0 / 2016-03-20

  • Add support for testing remote APIs

1.2.1 / 2016-02-09

  • properly handle baseUrl

1.2.0 / 2015-08-29

  • formData support

1.1.0 / 2015-08-29

  • Post Body Validation
  • Readme documentation

1.0.0 / 2015-08-07

  • Initial implementation