Skip to content

Release 18.0.0

Choose a tag to compare

@github-actions github-actions released this 21 May 07:15
· 18 commits to main since this release

18.0.0 (2026-05-21)

  • feat(easy-express)!: allow labCoat in dev, tst, acc; block only prd (68a7647)

Features

  • easy-express: allow labCoat in dev, tst, acc; block only prd (08a4666)

Reverts

  • feat(easy-express): labCoat widening (99a919b)

BREAKING CHANGES

  • checkLabCoat now permits Dev, Tst, and Acc environments instead of Dev only. Routes guarded by @requires.labCoat() become reachable in acceptance and test as well. Prd and any unknown/empty env name remain blocked (fail-closed).