cruky 1.1.0
cruky: ^1.1.0 copied to clipboard
cruky is server-side library to create API with modern and fast performance.
1.1.0 #
- static files handler
- vscode snippets extention cruky_snippets
- better path handlers
- adding init method to ServerApp
1.0.0 #
- First stable release
0.12.5 #
- Adding web sockets
0.12.0 #
- Adding schema validator
0.11.5 #
- enable
initandonInitfunctions - docs update
0.11.3 #
- fixing
InAppproblem - adding
JsonHandlerandTextHandler
0.11.2 #
- Adding request body converter
0.11.0 #
- better route handlers scanner
Changes #
- rename 'ReqCTX' to 'Request'
- rename 'BeforeMW' to 'UsePre'
- rename 'AfterMW' to 'UsePost'
- rename 'middlewares' to 'pipeline'
- changing routes tree system instead of of adding all function to routes stack the routes saved in stack with 'PathHandler' that contains spacific path and all handlers with this path and every handler has a method
Deleted #
- for now there is no indirect handlers and json, form or iForm handlers
0.9.0 #
0.8.5 #
Added #
FormCTXfor encoded form content type request that only acceptapplication/x-www-form-urlencodediFormCTXfor encoded form content type request that only acceptmultipart/form-dataRedirectresponse- Database integrations
- Plugins app
Updates #
- Updating cruky create command
- Better debug mode with production mode simulation
0.8.1 #
- fixing cruky cli
- rename
runmethod torunApp - updating hotreload
0.8.0 #
- adding content-type filtering option
- changing the handler types system and make it reuseable
- adding
JsonCTXfor 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
ServerAppfor 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