Releases: wrk-flow/larastrict
Releases · wrk-flow/larastrict
v0.0.40
✨ 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
💥 BREAKING CHANGES
✨ New Features
1428244
- Testing: Add support for multiple listeners in assertEventListeners (commit by @pionl)
v0.0.38
✨ New Features
4d0e39e
- Testing: Add ability to assert event listeners with assert class (commit by @pionl)
v0.0.37
💥 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
💥 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
✨ New Features
7a942e0
- Testing: Context getExpectation createState property is optional due the fact its not needed (commit by @pionl)
v0.0.34
💥 BREAKING CHANGES
✨ 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
💥 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)