Skip to content

Releases: ujjwalguptaofficial/fortjs

2.0 release

31 Jul 04:52

Choose a tag to compare

  • Change Worker, Guard, Shield decorator definition
  • Use single instance of fort

option implementation

15 Jul 03:52

Choose a tag to compare

  • option implementation
  • Svg extension fix

Allow CustomServerError to return result of type httpResult | httpFormatResult

17 May 20:13

Choose a tag to compare

Add final http result to wall outgoing event

17 May 14:15

Choose a tag to compare

*Add final http result to wall outgoing event

Feature for mutiple slash in parent route added

12 Jan 15:55

Choose a tag to compare

  • Feature for mutiple slash in parent route added
  • optimize route parsing

Change Session structure

07 Jan 18:39

Choose a tag to compare

  • Change Session structure
  • Optimize memory session provider

DefaultWorker not working with Guard fixed

07 Jan 04:06

Choose a tag to compare

DefaultWorker not working with Guard fixed

Memory session issue with get fixed

30 Dec 12:55

Choose a tag to compare

  • Memory session issue with get fixed
  • setMany session params type changed to object from array

Remove application/xml data return & provide configuration for it

29 Dec 04:29

Choose a tag to compare

  • 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

07 Dec 13:46

Choose a tag to compare

  • Validate property type using expectBody & expectQuery
  • optimize validation code