Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 2.61 KB

CHANGELOG.md

File metadata and controls

47 lines (31 loc) · 2.61 KB

Changelog

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.

[Unreleased]

Added

  • First version

2.1.0 - 2024-09-26

What's Changed

  • Adds doGetRequest by @edersoares in #12
  • Uses toArray instead of getAttributes by @edersoares in #13
  • Adds transformPayload and transformResult 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

What's Changed

  • Prepares the package for initial features by @edersoares in #1
  • Adds methods to test create, update and delete 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