winter 0.0.7
winter: ^0.0.7 copied to clipboard
This project is designed to create server side apps the simplest way possible, and reduce the learning curve in backend development.
-
0.0.7:
- DATE π : 2024-10-29.
- General π : Update min sdk version to ^3.4.0
-
0.0.6:
- DATE π : 2024-10-26.
- Router π : Move
RouterConfiginsideWinterRouter(This way we can validate path and send response if it fails). - Router π :
WinterRouter: Check if route have a valid path before it's used (if path is NOT valid, it will not be used as a route and the functionRouterConfig.onInvalidUrlwill be called). - Tests π§ͺ : Add/Fix test for having
RouterConfiginsideWinterRouter. - Router π :
MultiRouter: Created a multi router class, It is a router that instead of containing a list of routes contains a list of other routers. - Tests π§ͺ : Add tests for
MultiRouter. - Docs π : Fix details in general docs.
-
0.0.5:
- DATE π : 2024-10-24.
- General π : Fix example to pass in
pub points
-
0.0.4:
- DATE π : 2024-10-24.
- General π : Fix code analyzer
-
0.0.3:
- DATE π : 2024-10-24.
- General π : Move code to
/libfolder, update everything else. - Docs π : Add installing library to docs.
-
0.0.2:
- DATE π : 2024-10-24.
- General π : Clean up project, remove warnings, add example...
-
0.0.1:
- DATE π : 2024-10-24.
- General π : Initial version/deploy of lib.