cruky 0.8.1 cruky: ^0.8.1 copied to clipboard
cruky is server-side library to create API with modern and fast performance.
0.8.1 #
- fixing cruky cli
- rename
run
method torunApp
- updating
0.8.0 #
- adding content-type filtering option
- changing the handler types system and make it reuseable
- adding
JsonCTX
for json content type request that only acceptapplication/json
0.7.1 #
- fix hot reload bug
- adding create command
- adding some docs
0.7.0 #
- Remove the cruky_cli
- Adding hot reload instead of auto reload
- adding
ServerApp
for the server settings - adding multi threaded option with isolates in the release mode (Not in the debug mode)
0.6.0 #
- Changing the library design