Releases: wrk-flow/larastrict
Releases · wrk-flow/larastrict
v0.0.13
✨ New Features
9f1eb6e
- validation: Handle float with comma in NumberRule and improve overflow detection (commit by @pionl)
v0.0.12
✨ New Features
77e40a6
- database: Mimic save (timestamps, exists, generated id) for safe unique save action (commit by @pionl)
v0.0.11
✨ New Features
a381428
- providers: Service provider refactoring to provider flexible pipe register/boot and separation (commit by @pionl)
7d3cb75
- providers: Add ability to register views/translations/components for the provider (commit by @pionl)
💥 BREAKING CHANGES
-
due to a381428
- Service provider refactoring to provider flexible pipe register/boot and separation (commit by @pionl):
Service provider refactoring to provider flexible pipe register/boot and separation
v0.0.10
✨ New Features
0a6deb6
- testing: Make service provider parameter in AssertProviderBinding/Routes null by default (commit by @pionl)
50c7eb2
- translations: Allow changing default value for not found translation (commit by @pionl)
💥 BREAKING CHANGES
v0.0.9
✨ New Features
964a854
- testing: Allow larastrict maintainers use our artisan commands (commit by @pionl)
a776d5f
- testing: Add ability to test RunInTransaction/SafeUniqueSave actions using assert/expectation classes (commit by @pionl)
💥 BREAKING CHANGES
v0.0.8
✨ New Features
9733d67
- testing: Add AssertProviderBindings for testing service provider bindings (commit by @pionl)
v0.0.7
✨ New Features
8f6ad8a
- testing: Allow dynamically changing expectation call map (commit by @pionl)
🐛 Bug Fixes
bcf775d
- testing: Fix container->make with a closure (commit by @pionl)
v0.0.6
✨ New Features
d9a6287
- provider: Add ability to register Gate policies using contract (commit by @pionl)
2765d84
- testing: Add TestingContainer and TestingApplicationRoutes (commit by @pionl)
🐛 Bug Fixes
6f5a57e
- provider: Call next in LoadProviderRoutesPipe (commit by @pionl)
82fa307
- provider: Call next in SetFactoryResolvingProviderPipe (commit by @pionl)
✅ Tests
e30efbf
- provider: Improve code coverage for LoadProviderRoutesPipe (commit by @pionl)
v0.0.5
✨ New Features
763b570
- testing: Improve ability to assert registered routes with only allowed routes (commit by @pionl)
v0.0.4
✨ New Features
ab61bcb
- provider: Add ability to provide custom route action with reusable file suffix (commit by @pionl)