oxide 0.3.3
oxide: ^0.3.3 copied to clipboard
Oxide is a extremely powerful web framework for dart that's main goal is simplicity
Oxide Changelog #
0.1.0 #
- Created route class
- Created method enum
- Created utility functions to get metadata from route functions
- Created basic oxide server
0.1.1 #
- Patched the pubspec file with the correct SDK version
0.2.0-dev.1 #
- Rename
addRoutetosetRoutesand take an array of routes - Remove the host param from the
startfunction and listen on0.0.0.0
0.2.1 #
- Add example of using the library
0.3.0-dev.1 #
- Clean up example from README in favor of
examples/main.dart - Change
setRoutesto a setter namedroutes
0.3.0-dev.2 #
- Remove return type from
routessetter
0.3.0-dev.3 #
- Remove return type from
routessetter
0.3.0-dev.4 #
- Remove return type from
routessetter
0.3.1 #
- Small internal change with how utils work
0.3.2 #
- Simplify the getRouteMethod function
0.3.3 #
- Update readme with more information
- Get the example to stop being stupid
- Move vscode settings into project folder