All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- First version
2.1.0 - 2024-09-26
- 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: https://github.com/edersoares/pest-plugin-laravel-tester/compare/2.0.0...2.1.0
2.0.0 - 2024-08-23
- 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
- @edersoares made their first contribution in #1
Full Changelog: https://github.com/edersoares/pest-plugin-laravel-tester/commits/2.0.0