Skip to content

Latest commit

 

History

History
88 lines (51 loc) · 3.75 KB

CHANGELOG.md

File metadata and controls

88 lines (51 loc) · 3.75 KB

Changelog

All notable changes to laravel-api-rule will be documented in this file.

v2.0.0 - 2024-03-31

What's Changed

  • 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

v1.1.0 - 2023-10-24

What's Changed

  • 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

v1.0.2 - 2023-10-13

What's Changed

  • 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

v1.0.1 - 2023-10-12

What's Changed

  • 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

v1.0.0 - 2023-10-09

What's Changed

  • 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

New Contributors

  • @dependabot made their first contribution in #7

Full Changelog: https://github.com/BrayanCaro/laravel-api-rule/compare/v0.2.0...v1.0.0

v0.2.0 - 2023-03-22

What's Changed

  • 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

v0.1.1 - 2023-03-15

What's Changed

  • 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

v0.1.0 - 2023-03-14

v0.1.0

add customizable errors 🌸

v0.0.0 - 2023-03-13

v0.0.0 🌺

my first release