Skip to content

Releases: mtrajano/laravel-swagger

v0.3.0

01 Jul 19:19
1bc333b
Compare
Choose a tag to compare

Added

  • A new filter option that lets you pass in a prefix of which routes you want to generate the route for

Fixed

  • Readme to account for the new filter option

v0.2.0

11 Apr 22:27
Compare
Choose a tag to compare

Added

  • Config option to ignore certain methods (HEAD methods ignored by default)
  • Schemes, produces, and consumes options to the config
  • Support for enums

Fixed

  • array.* syntax now adds the proper validation to the array items instead of adding array.* to the list of parameters
  • object.property syntax should parse correctly now and add objects to the list of properties

v0.1.1

11 Apr 22:29
Compare
Choose a tag to compare

Fixed

  • Bug where rules passed were an array instead of being pipe delimited

v0.1.0

02 Apr 20:52
Compare
Choose a tag to compare
readme