larastrict

Opinionated extension of a Laravel framework to help you build type safe, testable and reusable code.

MIT License

Downloads
2.7K
Stars
5
Committers
2

Bot releases are visible (Hide)

larastrict - v0.0.7

Published by github-actions[bot] about 2 years ago

✨ 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)
larastrict - v0.0.6

Published by github-actions[bot] about 2 years ago

✨ 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)
larastrict - v0.0.5

Published by github-actions[bot] about 2 years ago

✨ New Features

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

Published by github-actions[bot] about 2 years ago

✨ New Features

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

Published by github-actions[bot] about 2 years ago

🔧 Chores

  • 03618de - provider: CreateCustomRouteActionContract renamed to RegisterCustomRouteActionContract (commit by @pionl)

💥 BREAKING CHANGES

  • due to 03618de - CreateCustomRouteActionContract renamed to RegisterCustomRouteActionContract (commit by @pionl)
larastrict - v0.0.2

Published by github-actions[bot] about 2 years ago

✨ New Features

  • 428e83c - Add ablity to register custom route with action class for reusability (commit by @pionl)
larastrict - v0.0.1

Published by pionl about 2 years ago

Initial release