Skip to content

Releases: wrk-flow/larastrict

v0.0.42

26 Apr 15:16
Compare
Choose a tag to compare

🔧 Chores

v0.0.41

20 Jan 15:32
6c8d651
Compare
Choose a tag to compare

✨ New Features

v0.0.40

18 Jan 11:50
e02c81b
Compare
Choose a tag to compare

✨ New Features

  • b0ec6a8 - Testing: Fix PHPStan warning when using null in multi function asserts (commit by @pionl)
  • c674c4b - Testing: Add TranslatorAssert for asserting translations (commit by @pionl)
  • e02c81b - Http: Add ability to return custom public message in json / views (commit by @pionl)

v0.0.39

16 Jan 15:37
1428244
Compare
Choose a tag to compare

💥 BREAKING CHANGES

  • due to 1428244 - Add support for multiple listeners in assertEventListeners (commit by @pionl):

    assertEventListeners accepts list of contracts and their assert listener

✨ New Features

  • 1428244 - Testing: Add support for multiple listeners in assertEventListeners (commit by @pionl)

v0.0.38

16 Jan 13:00
4d0e39e
Compare
Choose a tag to compare

✨ New Features

  • 4d0e39e - Testing: Add ability to assert event listeners with assert class (commit by @pionl)

v0.0.37

12 Jan 09:29
e69f381
Compare
Choose a tag to compare

💥 BREAKING CHANGES

  • due to e69f381 - Add getOptional method to allow return null if translation is not set + support arrayable keys (commit by @pionl):

    AbstractTranslations: $key parameter in methods get/getChoice/getArray/getKey accepts string|array instead of string

✨ New Features

  • e69f381 - Translations: Add getOptional method to allow return null if translation is not set + support arrayable keys (commit by @pionl)

v0.0.36

23 Dec 13:01
022b496
Compare
Choose a tag to compare

💥 BREAKING CHANGES

  • due to 022b496 - ContextServiceContractGetExpectation createState removed and add ability to assert passed $createState (commit by @pionl):

    ContextServiceContractGetExpectation createState removed and add ability to assert passed $createState

✨ New Features

  • 022b496 - Testing: ContextServiceContractGetExpectation createState removed and add ability to assert passed $createState (commit by @pionl)

v0.0.35

23 Dec 11:35
7a942e0
Compare
Choose a tag to compare

✨ New Features

  • 7a942e0 - Testing: Context getExpectation createState property is optional due the fact its not needed (commit by @pionl)

v0.0.34

22 Dec 16:40
4f8557c
Compare
Choose a tag to compare

💥 BREAKING CHANGES

  • due to 4f8557c - Add and use ContextServiceContract instead of a implementation class + improve phpstan support (commit by @pionl):

    AbstractContext uses ContextServiceContract instead of a class.

✨ New Features

  • a904884 - Core: Make ImplementsService a singleton (commit by @pionl)
  • 7dfab17 - Testing: Add ability to run call closures in TestingContainer (commit by @pionl)
  • 4f8557c - Context: Add and use ContextServiceContract instead of a implementation class + improve phpstan support (commit by @pionl)

v0.0.33

19 Dec 12:35
d05eb61
Compare
Choose a tag to compare

💥 BREAKING CHANGES

  • due to 25b420d - Adjust convention for boot pipes - use Boot prefix (commit by @pionl):

    Low conflict - Renamed LoadProviderRoutes Pipe to BootProviderRoutesPipe,
    LoadProviderViewComponents Pipe to BootProviderViewComponents and
    RegisterProviderPoliciesPipe to BootProviderPoliciesPipe

✨ New Features

  • 550ac67 - Testing: Add asserts for View and View\Factory contracts (commit by @pionl)
  • 44d355e - Testing: Add assertCalled method for asserting if expectations were called (commit by @pionl)
  • d05eb61 - Provider: Add ability to boot view composers using HasViewComposers interface (commit by @pionl)

♻️ Refactors

  • 25b420d - Providers: Adjust convention for boot pipes - use Boot prefix (commit by @pionl)