Releases: dedoc/scramble
Releases · dedoc/scramble
v0.2.0
What's Changed
- Added documenting security of the APIs by @romalytvynenko in #19
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
- Correct
exists
rule support, type format support (email
) by @romalytvynenko in #12 - Add support for
Validator::make
facade call for request body definition by @romalytvynenko in #13 - Support for response factory (
response()
call) and some of its methods (make
,noContent
,json
) by @romalytvynenko in #14 - Multiple responses support for a single action by @romalytvynenko in #15
Full Changelog: v0.0.2...v0.1.0
v0.0.2
Fixes
- Removed debug messages.
- Fixed incorrect namespace for the
TypeAttributes
trait (it didn't break anything but indeed should not be like that).
Full Changelog: v0.0.1...v0.0.2
v0.0.1
What's Changed
- Finalizing extensions API by @romalytvynenko in #3
- Request parameters improvements: nested rules support, support both
FormRequest
rules and rules in a controller by @romalytvynenko in #4
Full Changelog: v0.0.1-alpha.5...v0.0.1
v0.0.1-alpha.5
Working on new extensions API.
v0.0.1-alpha.4
Basic type inference from code for better responses docs in progress.
v0.0.1-alpha.3
Added
- Ability to add custom rules
- Ability to extend the handler
v0.0.1-alpha.2
Added
- Union/intersection support in PhpDoc
Changes
- Refactored generator
Full Changelog: https://github.com/dedoc/scramble/commits/v0.0.1-alpha.2
v0.0.1-alpha.1
Initial release.