aim_core 0.2.0
aim_core: ^0.2.0 copied to clipboard
Platform-independent core of the Aim web framework. Routing, middleware, request and response types with no dart:io dependency.
0.2.0 #
- Breaking:
Envis renamed toVariablesandEmptyEnvtoEmptyVariables, matching Hono's terminology. Deprecated typedefsEnvandEmptyEnvremain for one release. - Breaking: the
Aimconstructor parameterenvFactoryis renamed tovariablesFactory.
0.1.1 #
Initial release. Extracted from aim_server with no public API changes.