This repository was archived by the owner on Apr 1, 2026. It is now read-only.
v1.2.1
This fixes a bug introduced in the previous release. Because the OPTIONS route matches everything, it led to non-CORS requests returning 405 Method Not Allowed instead of 404 Not Found for non-existent resources. These requests now respond with 404 Not Found as expected.