Skip to content

Latest commit

 

History

History
75 lines (33 loc) · 2.64 KB

CHANGELOG.md

File metadata and controls

75 lines (33 loc) · 2.64 KB

1.4.2 (2020-12-03)

Bug Fixes

1.4.1 (2020-12-02)

Bug Fixes

  • improve error messages for missing parameters (36a1671), closes #2

1.4.0 (2020-10-13)

Features

  • logging: standardise endpoint logging (bb8c4db)

1.3.0 (2020-10-06)

Features

  • security: add support for OAS securitySchemes (http & apiKey) (a5459bf)

1.2.0 (2020-09-16)

Features

  • build: add the supplied-server to the list of servers in the APIG spec endpoint (827076f)

1.1.1 (2020-09-16)

Bug Fixes

  • build: set specFileEndpoint to return the original spec (005f934)

1.1.0 (2020-09-15)

Features

  • build: improve APIG spec output by removing unused schemas (bf4fcb0)

1.0.2 (2020-09-15)

Bug Fixes

  • build: add support for x-mock-file property in the build command (5389b55)

1.0.1 (2020-09-14)

Bug Fixes

  • set correct package name (67b4bf8)

1.0.0 (2020-09-14)

Bug Fixes

  • validate specObj for all commands and clone before dereferencing (01482cf)

Features

  • compare: added initial comparison mode and e2e tests (16faffb)
  • initial version (623e145)