Skip to content

Releases: wrk-flow/larastrict

v0.0.77

06 Feb 10:53
Compare
Choose a tag to compare

✨ New Features

  • e2eb679 - CacheMeService: ttl defined like seconds instead of minutes (commit by @pionl)

v0.0.76

11 Dec 15:43
9a1ddb6
Compare
Choose a tag to compare

✨ New Features

  • 9a1ddb6 - ServiceProvider: Add ability to get tagged classes of given implementation (commit by @pionl)

v0.0.75

10 Dec 16:05
7804785
Compare
Choose a tag to compare

💥 BREAKING CHANGES

  • due to 7804785 - Improve PHPStan support for ContextEventsService (commit by @pionl):

    Dropped Closure event due the bad type usage

✨ New Features

  • 7804785 - Context: Improve PHPStan support for ContextEventsService (commit by @pionl)

v0.0.74

22 Nov 17:28
dcb79f3
Compare
Choose a tag to compare

💥 BREAKING CHANGES

  • due to dcb79f3 - OrderByValuesScope is now from ASC to DESC order of given values (commit by @pionl):

    Values must be ordered from prefered order to last wanted order (now it was incorrectly used)

🐛 Bug Fixes

  • dcb79f3 - Database: OrderByValuesScope is now from ASC to DESC order of given values (commit by @pionl)

v0.0.73

16 Nov 09:37
Compare
Choose a tag to compare

🐛 Bug Fixes

  • c644785 - Testing: Internal variables for generated assert has prefix underscore (commit by @h4kuna)

v0.0.72

11 Nov 12:39
942323d
Compare
Choose a tag to compare

🐛 Bug Fixes

  • 942323d - Testing: Fix assert listener when closure listener is registered (commit by @pionl)

v0.0.71

12 Oct 14:20
e20cea1
Compare
Choose a tag to compare

✨ New Features

  • e20cea1 - Core: Add contract for sleep service with no sleep implementation in tests (commit by @pionl)

v0.0.70

05 Sep 18:26
872fe0c
Compare
Choose a tag to compare

✨ New Features

  • 60da0a8 - Testing: GateAssert->authorize now throws exception if false response is returned (commit by @pionl)
  • 872fe0c - Testing: CreateRequest now accept user parameter that is passed to request (commit by @pionl)

v0.0.69

24 Jul 15:40
ecbd60b
Compare
Choose a tag to compare

💥 BREAKING CHANGES

  • due to ecbd60b - Add ability to create request without Laravel container (commit by @pionl):

    createPostRequest has been renamed to createAndValidateRequest

✨ New Features

  • ab64cfa - Testing: Move MockModels to Testing/Concerns namespace (commit by @pionl)
  • ecbd60b - Testing: Add ability to create request without Laravel container (commit by @pionl)

v0.0.68

24 Jul 13:40
1d55e84
Compare
Choose a tag to compare

✨ New Features

  • 1d55e84 - Testing: Add AssertProviderPolicies for testing policies (commit by @pionl)