AprilNEA

Results 22 issues of AprilNEA

## Summary This PR adds support for namespaced variables with dot notation (e.g., `${project.DATABASE_URL}`). This feature allows users to organize variables using prefixes or hierarchical naming schemes. ## Changes -...

## Summary Add built-in SWR integration to Hono's RPC client, allowing developers to seamlessly use SWR's `useSWR` and `useSWRMutation` hooks through the existing chainable API. ## Background Hono's RPC feature...

enhancement