Skip to content

Releases: wrk-flow/larastrict

v0.0.13

11 Oct 11:56
9f1eb6e
Compare
Choose a tag to compare

✨ New Features

  • 9f1eb6e - validation: Handle float with comma in NumberRule and improve overflow detection (commit by @pionl)

v0.0.12

10 Oct 14:41
77e40a6
Compare
Choose a tag to compare

✨ New Features

  • 77e40a6 - database: Mimic save (timestamps, exists, generated id) for safe unique save action (commit by @pionl)

v0.0.11

04 Oct 17:00
7d3cb75
Compare
Choose a tag to compare

✨ 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

04 Oct 10:14
11e9733
Compare
Choose a tag to compare

✨ 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

  • due to 0a6deb6 - Make service provider parameter in AssertProviderBinding/Routes null by default (commit by @pionl):

    $registerServiceProvider is now third parameter instead of second.

v0.0.9

29 Sep 09:39
a776d5f
Compare
Choose a tag to compare

✨ 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

  • due to 964a854 - Allow larastrict maintainers use our artisan commands (commit by @pionl):

    (low) LaraStrictTestServiceProvider renmaned to TestServiceProvider

v0.0.8

28 Sep 17:20
9733d67
Compare
Choose a tag to compare

✨ New Features

  • 9733d67 - testing: Add AssertProviderBindings for testing service provider bindings (commit by @pionl)

v0.0.7

28 Sep 14:17
8f6ad8a
Compare
Choose a tag to compare

✨ 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

27 Sep 11:28
e30efbf
Compare
Choose a tag to compare

✨ 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

27 Sep 10:13
763b570
Compare
Choose a tag to compare

✨ New Features

  • 763b570 - testing: Improve ability to assert registered routes with only allowed routes (commit by @pionl)

v0.0.4

27 Sep 10:04
ab61bcb
Compare
Choose a tag to compare

✨ New Features

  • ab61bcb - provider: Add ability to provide custom route action with reusable file suffix (commit by @pionl)