All notable changes to laravel-api-rule
will be documented in this file.
- test: Add orchesta support for testing by @BrayanCaro in #22
- chore(deps): bump actions/checkout from 3 to 4 by @dependabot in #11
- chore(deps): bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot in #15
- feat(deps): Drop support for L8 and php 7 by @BrayanCaro in #25
- feat(deps): Add support for laravel 11 by @BrayanCaro in #24
Full Changelog: https://github.com/BrayanCaro/laravel-api-rule/compare/v1.1.0...v2.0.0
- feat(validator): Add replacers support by @BrayanCaro in #20
- feat(api): Add closure and stopOnFirstFailure support by @BrayanCaro in #21
Full Changelog: https://github.com/BrayanCaro/laravel-api-rule/compare/v1.0.2...v1.1.0
- chore(phpstan): Add static type hint for return child instances. by @BrayanCaro in #19
Full Changelog: https://github.com/BrayanCaro/laravel-api-rule/compare/v1.0.1...v1.0.2
- fix(api): Fixed when the response is not well-formed whe the response is not valid
Full Changelog: https://github.com/BrayanCaro/laravel-api-rule/compare/v1.0.0...v1.0.1
- chore(deps): bump dependabot/fetch-metadata from 1.3.6 to 1.4.0 by @dependabot in #7
- chore(deps): bump dependabot/fetch-metadata from 1.4.0 to 1.5.0 by @dependabot in #8
- chore(deps): bump dependabot/fetch-metadata from 1.5.0 to 1.5.1 by @dependabot in #9
- chore(deps): bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 by @dependabot in #10
- fix(deps): Adds support for minimum php 7.3 version for L8 by @BrayanCaro in #13
- feat(timeout): Added support to catch and report a timeout exception by @BrayanCaro in #14
- feat(hook): Added after pull hook by @BrayanCaro in #16
- feat(api): Adds before hook, reuse response, and fix types by @BrayanCaro in #17
- @dependabot made their first contribution in #7
Full Changelog: https://github.com/BrayanCaro/laravel-api-rule/compare/v0.2.0...v1.0.0
- feat: Add trait to reuse fetched responses and make static method by @BrayanCaro in #5
- chore: clean up code by @BrayanCaro in #6
Full Changelog: https://github.com/BrayanCaro/laravel-api-rule/compare/v0.1.1...v0.2.0
- fix: Remove error assigning custom rules, attributes, messages by @BrayanCaro in #4
Full Changelog: https://github.com/BrayanCaro/laravel-api-rule/compare/v0.1.0...v0.1.1
add customizable errors 🌸
my first release