# v0.0.4

Released: 2026-05-29

## Changed

- Split development and publish build modes so publish output no longer emits source maps or declaration maps by default.
- Added `*:built` test and benchmark scripts so local verification can reuse an existing build instead of recompiling every run.
- Added a stable `bench:gate` path with dedicated gate budgets for CI and local benchmark gate replay.

## Fixed

- Aligned prepared raw-string path handling with the standard router normalization rules for `findPrepared`, `lookupPrepared`, and `allowedPrepared`.
- Made `router.findPrepared()` and `router.lookupPrepared()` reject prepared method handles created by another router instance.
