Skip to content

Latest commit

 

History

History
104 lines (75 loc) · 5.72 KB

CHANGELOG.md

File metadata and controls

104 lines (75 loc) · 5.72 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.

()

Fixes

Changes

Additions

Removals

2.7.2 (Saturday, 22 May 2021)

Fixed

2.7.1 (Friday, 21 May 2021)

Fixed

2.7.0 (Friday, 21 May 2021)

Modified

Fixed

2.6.0 (Thursday, 8 April 2021)

Modified

  • Try It Out: set input field type to "password" if field name contains "password" (knuckleswtf#195)
  • Include responses in Postman Collection (knuckleswtf#196)

2.5.3 (Thursday, 11 February 2021)

Fixes

2.5.2 (Monday, 25 January, 2021)

Fixes

  • Change check for legacy-style factories to check for new style instead. (knuckleswtf#181)

2.5.1 (Wednesday, 16 December 2020)

2.5.0

There wasn't a 2.5.0.😕 No reason why; it just skipped my mind.

2.4.2 (Tuesday, 1 December 2020)

Fixes

  • Specify the local disk when fetching openapi.yaml file. (knuckleswtf#150)

2.4.1 (Monday, 30 November 2020)

Changes

2.4.0 (Monday, 30 November 2020)

Turns out 2.2.0 wasn't really working.😕 This version fixes that, but introduces a behaviour change, so it may be a breaking change.

This version introduces the config key database_connections_to_transact (and deprecates continue_without_database_transactions). To enable database transactions for a connection, add it to database_connections_to_transact; To skip it, remove it. By default database_connections_to_transact is set to config('database.default'), so most people shouldn't need to do anything.

Commit: https://github.com/knuckleswtf/scribe/commit/5c51486a138b831aa9b6bad549dace80bfcc3e5d

2.3.0 (Sunday, 15 November 2020)

Changes

2.2.1 (Saturday, 14 November 2020)

Fixes

2.2.0 (Wednesday, 11 November 2020)

Scribe is now much faster! In my tests, processing an application with about a dozen routes went from 4 minutes to 3 seconds. Fixed a pain point by using amphp/parallel-functions to start/stop database transactions for all connections in parallel. (https://github.com/knuckleswtf/scribe/commit/20980712e5ed46c059d1d4a2d67aee3051ef84c4)

2.1.0 (Tuesday, 10 November 2020)

Changes

Fixes

2.0.3 (Monday, 2 November 2020)

Changes

2.0.2 (Friday, 30 October 2020)

Fixes

2.0.1 (Monday, 26 October 2020)

Fixes

2.0.0 (Saturday, 24 October 2020)

See https://scribe.readthedocs.io/en/latest/migrating-v2.html