Skip to content

Latest commit

 

History

History
96 lines (73 loc) · 5.7 KB

CHANGELOG.1-2.md

File metadata and controls

96 lines (73 loc) · 5.7 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project aims to adhere to Semantic Versioning.

1.9.1 (Monday, 19 October, 2020)

Fixes

1.9.0 (Thursday, 1 October, 2020)

Changes

  • Start database transaction much earlier and close it much later for ApiResource and Transformer strategies. Also set current route properly when resolving (knuckleswtf#104)

1.8.3 (Thursday, 17 September, 2020)

Fixes

1.8.2 (Thursday, 17 September, 2020)

Fixes

1.8.1 (Thursday, 17 September, 2020)

Fixes

1.8.0 (Tuesday, 15 September, 2020)

  • Lumen 8 support
  • Fixed Laravel 8 + legacy factories support
  • Fixed the OpenAPI route for laravel type docs (knuckleswtf#96)

1.7.0 (Saturday, 12 September, 2020)

Laravel 8 support

1.6.0 (Tuesday, 8 September, 2020)

Additions

Changes

Deprecations

  • Deprecated postman.auth in favour of postman.overrides: It didn't make sense to have two ways of setting Postman-specific auth information (postman.auth and postman.overrides). Will be removed in v2.
  • Deprecated Postman-specific postman.description in favour of description. Will be removed in v2.

1.5.0 (Thursday, 3 September, 2020)

Additions

  • Added auth.placeholder value so you can customise the placeholder API users will see in the example requests. (knuckleswtf#84)
  • Added Generator::getRouteBeingProcessed() method that returns the current route. (knuckleswtf#79)

Fixes

1.4.1 (Monday, 24 August, 2020)

Fixed

  • Set proper defaults for Postman overrides, handle empt array examples in OAS (knuckleswtf#77)

1.4.0 (Sunday, 23 August, 2020)

Added

  • Support for resourceKey in Transformers(knuckleswtf#73)
  • OpenAPI (Swagger) spec generation (knuckleswtf#75)
  • Ability to override specific fields in generated Postman collection and OpenAPI spec (knuckleswtf#76)

1.3.0 (Friday, 17 July, 2020)

Fixed

1.2.0 (Sunday, 5 July, 2020)

Added

1.1.1 (Friday, 3 July, 2020)

Fixed

1.1.0 (Monday, 1 June, 2020)

Modified

  • Added ability to set postman base_url independently (knuckleswtf#31)

1.0.3 (Monday, 25 May, 2020)

Modified

1.0.2 (Sunday, 24 May, 2020)

Fixed

1.0.1 (Saturday, 23 May, 2020)

Fixed

1.0.0 (Saturday, 23 May, 2020)

See what's new and the migration guide.