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
RouterConfig
insideWinterRouter
(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.onInvalidUrl
will be called). - Tests ๐งช : Add/Fix test for having
RouterConfig
insideWinterRouter
. - 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
/lib
folder, 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.