Releases: fivesmallq/play1-base
Releases · fivesmallq/play1-base
0.3.8
v0.3.7
fix secure logic
v0.3.6
- support custom claims
- support response write cookie to client and check token use cookie
- add claims and currentUserId method in BaseController, if you added @secure to your action, Secure will set claims and user id.
- allow set current user id in dev mode
- fix read string or other primitive types to list error.
- fix default error http response content type
- add method to handle mock data
- fix: only gzip text,json,xml format
v0.3.3
fix fastjson security problem
v0.3.2
add deploy support
v0.3.1
fix cors header settings
v0.3.0
fix parse typed list body
v0.2.8
fix read body to list
v0.2.7
- support read body to list model.
- add stringId method to return Object of string
- do not gzip image
- add method to set data total count
- set cors header to finally
- created response support set json
- fix forbidden endless loop