cruky 0.1.0+1 cruky: ^0.1.0+1 copied to clipboard
cruky is server-side library to create API with modern and fast performance.
0.1.0+1 #
Republishing with new idea and theme
1.1.0 #
- static files handler
- vscode snippets extention cruky_snippets
- better path handlers
- adding init method to ServerApp
- https support
1.0.0 #
- First stable release
0.12.5 #
- Adding web sockets
0.12.0 #
- Adding schema validator
0.11.5 #
- enable
init
andonInit
functions - docs update
0.11.3 #
- fixing
InApp
problem - adding
JsonHandler
andTextHandler
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 #
FormCTX
for encoded form content type request that only acceptapplication/x-www-form-urlencoded
iFormCTX
for encoded form content type request that only acceptmultipart/form-data
Redirect
response- Database integrations
- Plugins app
Updates #
- Updating cruky create command
- Better debug mode with production mode simulation
0.8.1 #
- fixing cruky cli
- rename
run
method torunApp
- updating hotreload
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