Skip to content

Releases: dedoc/scramble

v0.11.24

27 Oct 11:59
d32b280
Compare
Choose a tag to compare

What's Changed

  • Added the resolution of class names of PHPDoc for SchemaClassDocReflector by @romalytvynenko in #605

Full Changelog: v0.11.23...v0.11.24

v0.11.23

22 Oct 12:33
1a7547b
Compare
Choose a tag to compare

What's Changed

  • Ability to exclude routes using attributes instead of re-defining routes resolution method by @romalytvynenko in #594
  • Fix: brought back binary format for marking files so more OpenAPI UI clients support by @axelrindle in #587

Full Changelog: v0.11.22...v0.11.23

v0.11.22

19 Oct 06:08
Compare
Choose a tag to compare

What's Changed

  • Fixed schema serialization issue

Full Changelog: v0.11.21...v0.11.22

v0.11.21

17 Oct 13:42
b52caaf
Compare
Choose a tag to compare

What's Changed

  • Improved merging of dot-notated params originated from method calls by @romalytvynenko in #583

Full Changelog: v0.11.20...v0.11.21

v0.11.20

16 Oct 11:21
Compare
Choose a tag to compare

What's Changed

  • mixed type is serialized as {}, not as []
  • Change default OpenAPI JSON export to pretty print by @coffee-r in #582

New Contributors

Full Changelog: v0.11.19...v0.11.20

v0.11.19

15 Oct 14:00
Compare
Choose a tag to compare

What's Changed

  • Added proper mixed type support by @romalytvynenko in #579
  • Added required field support to request body as well as automatically documenting it when some fields in schema required by @romalytvynenko in #580

Full Changelog: v0.11.18...v0.11.19

v0.11.18

14 Oct 13:43
75f4bea
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.11.17...v0.11.18

v0.11.17

11 Oct 12:17
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.16...v0.11.17

v0.11.16

24 Sep 06:44
e44fff1
Compare
Choose a tag to compare

What's Changed

  • Correctly handle a case when both form request and inline validation used by @romalytvynenko in #552

Full Changelog: v0.11.15...v0.11.16

v0.11.15

22 Sep 13:19
24dd581
Compare
Choose a tag to compare

What's Changed

  • Using decodeURIComponent instead of decodeURI to better support Sanctum CSRF by @ritenn in #548
  • Added @default support to JSON API resources by @romalytvynenko in #549
  • Avoid documenting empty request body by @romalytvynenko in #550
  • Fixed incorrect data wrap key when using AnonymousResourceCollection and redefining it in collected resource by @axelrindle in #517

New Contributors

Full Changelog: v0.11.14...v0.11.15