Skip to content

Releases: andreaselia/laravel-api-to-postman

v1.7.7

13 Aug 11:08
9691400
Compare
Choose a tag to compare

Fixes

  • Fixes a typo stopping the formdata auto fill from working

v1.7.6

12 Aug 08:25
def45c6
Compare
Choose a tag to compare

Fixes

  • Copied over the containsSerializedClosure method from RouteAction to make the package backwards compatible with Laravel 7.x

v1.7.5

11 Aug 10:30
0221cc0
Compare
Choose a tag to compare

Fixes

  • Argument count error when enable_formdata is true

v1.7.4

14 Jul 19:38
a199954
Compare
Choose a tag to compare

Fixes

  • Small issue with the example in the README

v1.7.3

12 May 15:54
0adb58b
Compare
Choose a tag to compare

Fixes

  • Issue with serialized closures

v1.7.2

01 Mar 00:01
c408925
Compare
Choose a tag to compare
Merge pull request #29 from AndreasElia/new/refactoring

More Refactoring

v1.7.1

26 Feb 22:20
b38c9c9
Compare
Choose a tag to compare
Merge pull request #27 from ikoncept/feature/available_methods_only

Refactored structure for retreiving reflection methods. If config is …

v1.7.0

24 Feb 22:06
9c54eab
Compare
Choose a tag to compare

Added

  • Configuration to customize the driver where the collection file should be stored.

v1.6.4

22 Feb 16:55
d7221ac
Compare
Choose a tag to compare
Merge pull request #23 from AndreasElia/feature/allow-middleware-config

Add include middleware option

v1.6.3

22 Feb 16:49
24cd128
Compare
Choose a tag to compare

Fixes an issue when the Request parameter isn't type hinted.