Skip to content

v0.2.0

Choose a tag to compare

@niden niden released this 13 Jul 14:54
dfc5437

Changed

  • Provider::boot() no longer throws CannotUseInProduction in a blocked or undefined environment; it returns without registering anything, so the bar is safe to boot unconditionally and never takes down the host application.

Added

  • env.strict configuration key (default false). When true, Provider::boot() throws CannotUseInProduction in a blocked or undefined environment instead of returning silently, restoring the previous fail-fast behavior for those who want it.

Fixed

Removed