Releases: ujjwalguptaofficial/fortjs
Releases · ujjwalguptaofficial/fortjs
2.0 release
- Change Worker, Guard, Shield decorator definition
- Use single instance of fort
option implementation
- option implementation
- Svg extension fix
Allow CustomServerError to return result of type httpResult | httpFormatResult
Add final http result to wall outgoing event
*Add final http result to wall outgoing event
Feature for mutiple slash in parent route added
- Feature for mutiple slash in parent route added
- optimize route parsing
Change Session structure
- Change Session structure
- Optimize memory session provider
DefaultWorker not working with Guard fixed
DefaultWorker not working with Guard fixed
Memory session issue with get fixed
- Memory session issue with get fixed
- setMany session params type changed to object from array
Remove application/xml data return & provide configuration for it
- Remove application/xml data return & provide configuration for it
- remove mime type negotiation in file result
- Write different version of code based on env
Validate property type using expectBody & expectQuery
- Validate property type using expectBody & expectQuery
- optimize validation code