All notable changes to approval
will be documented in this file.
- build(deps): Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 by @dependabot in #65
- Add comprehensive test for nested array attributes in approval process by @cjmellor in #69
Full Changelog: https://github.com/cjmellor/approval/compare/v1.6.0...v1.6.1
- build(deps): Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 by @dependabot in #61
- build(deps): Bump dependabot/fetch-metadata from 2.0.0 to 2.1.0 by @dependabot in #62
- Factory support by @Temepest74 in #64
- @Temepest74 made their first contribution in #64
Full Changelog: https://github.com/cjmellor/approval/compare/v1.5.0...v1.6.0
- feat: Extract Foreign Key from Payload by @cjmellor in #57
Important
This release requires that you're using >= PHP 8.2. If you're not, stick to the previous version.
Full Changelog: https://github.com/cjmellor/approval/compare/v1.4.5...v1.5.0
- fix: Rolling Back Model Fields with JSON Data by @cjmellor in #55
- Laravel 11.x Compatibility by @laravel-shift in #56
- @laravel-shift made their first contribution in #56
Full Changelog: https://github.com/cjmellor/approval/compare/v1.4.4...v1.4.5
- feat: Bypass Approving a Rollback by @cjmellor in #53
Full Changelog: https://github.com/cjmellor/approval/compare/v1.4.3...v1.4.4
- feat: Audit Approvals by @cjmellor in #51
- Add model and user to all event constructors by @nunodonato in #49
- @nunodonato made their first contribution in #49
Full Changelog: https://github.com/cjmellor/approval/compare/v1.4.2...v1.4.3
- added support for 'include attributes list'. by @gerb-ster in #46
- Bugfix array attributes by @gerb-ster in #47
- @gerb-ster made their first contribution in #46
Full Changelog: https://github.com/cjmellor/approval/compare/v1.4.1...v1.4.2
- fix: Force data approval by @cjmellor in #43
Full Changelog: https://github.com/cjmellor/approval/compare/v1.4.0...v1.4.1
- build(deps): Bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot in #40
- feat: Rollback Approvals by @cjmellor in #41
Full Changelog: https://github.com/cjmellor/approval/compare/v1.3.1...v1.4.0
- build(deps): Bump actions/checkout from 3 to 4 by @dependabot in #37
- fix: Use with morphMaps by @cjmellor in #39
Full Changelog: https://github.com/cjmellor/approval/compare/v1.3.0...v1.3.1
- Add conditional helper methods by @cjmellor in #34
Full Changelog: https://github.com/cjmellor/approval/compare/v1.2.0...v1.3.0
- build(deps): Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 by @dependabot in #32
- Add Events by @cjmellor in #33
Full Changelog: https://github.com/cjmellor/approval/compare/v1.1.5...v1.2.0
- build(deps): Bump dependabot/fetch-metadata from 1.3.6 to 1.4.0 by @dependabot in #28
- build(deps): Bump dependabot/fetch-metadata from 1.4.0 to 1.5.1 by @dependabot in #30
- fix getting
approvalable_type
by @mtawil in #31
- @mtawil made their first contribution in #31
Full Changelog: https://github.com/cjmellor/approval/compare/v1.1.4...v1.1.5
- Initial release