Skip to content
This repository was archived by the owner on Nov 24, 2023. It is now read-only.

Releases: fidum/laravel-blueprint-pestphp-addon

1.0.0

07 Jan 17:47
26f2dd4
Compare
Choose a tag to compare

1.0.0 - 2021-01-07

Stable release to coincide with Pest version.

Added

  • Add PHP 8 support (#25)

0.6.2

23 Oct 17:05
Compare
Choose a tag to compare

0.6.2 - 2020-10-23

Changed

  • Use assertSoftDeletes when needed and parse timestamps (2b732ad)

0.6.1

13 Sep 17:24
Compare
Choose a tag to compare

0.6.1 - 2020-09-13

Changed

  • Generate tests using class factories when on Laravel 8 (#24)

0.6.0

09 Sep 16:42
Compare
Choose a tag to compare

0.6.0 - 2020-09-09

Added

  • Cleaned up dependencies to support Laravel 8 (#23)

Changed

  • Changed assertCount to use the new expect()->toHaveCount() pest expectation API.
  • Changed assertSame to use the new expect()->toBe() pest expectation API.

0.5.1

28 Aug 18:54
Compare
Choose a tag to compare

0.5.1 - 2020-08-28

Changed

  • Update to support Blueprint v1.17.0 (6830547)
  • Delete tests now assertNoContent (cc5a2e7)

This release only supports Blueprint >= v1.17.0.

0.5.0

23 Jul 17:35
Compare
Choose a tag to compare

0.5.0 - 2020-07-23

Changed

  • Update to support Blueprint v1.15.3 (#22)

This release only supports Blueprint >= v1.15.3.

0.4.6

23 Jul 16:56
acefdd1
Compare
Choose a tag to compare

0.4.6 - 2020-07-23

Changed

  • Requires specifically 1.15.2 of Blueprint as the next release has breaking changes. I will create a new release soon with support for 1.15.3.

0.4.5

16 Jul 16:12
Compare
Choose a tag to compare

0.4.5 - 2020-07-16

Changed

  • Use assertCreated for new Resource responses

0.4.4

10 Jul 17:52
Compare
Choose a tag to compare

0.4.4 - 2020-07-10

Added

  • Generate assertions for resource and update statements (#20)

0.4.3

05 Jul 15:57
Compare
Choose a tag to compare

0.4.3 - 2020-07-05

Fixed

  • Use factory for referenced relationships in validation statements (#18)