Releases: edersoares/pest-plugin-laravel-tester
Releases · edersoares/pest-plugin-laravel-tester
2.1.0
What's Changed
- Adds
doGetRequest
by @edersoares in #12 - Uses
toArray
instead ofgetAttributes
by @edersoares in #13 - Adds
transformPayload
andtransformResult
by @edersoares in #14 - Uses random strings to validate
min
rule by @edersoares in #15
Full Changelog: 2.0.0...2.1.0
2.0.0
What's Changed
- Prepares the package for initial features by @edersoares in #1
- Adds methods to test
create
,update
anddelete
actions in Eloquent models by @edersoares in #2 - Allows custom factory by @edersoares in #3
- Ensures
toBeDelete
works when using soft deletes by @edersoares in #4 - Allows testing
belongsTo
relation by @edersoares in #5 - Allows testing
hasMany
relation by @edersoares in #6 - Allows testing
hasOne
relation by @edersoares in #7 - Removes example code by @edersoares in #8
- Allows to test API resources endpoints by @edersoares in #9
- Allows to validate request rules by @edersoares in #10
- Allows to wrap endpoint result by @edersoares in #11
New Contributors
- @edersoares made their first contribution in #1
Full Changelog: https://github.com/edersoares/pest-plugin-laravel-tester/commits/2.0.0