Skip to content

Releases: fivesmallq/play1-base

0.3.8

28 Apr 01:15
Compare
Choose a tag to compare

Add query param to JavaBean method.

v0.3.7

26 Nov 07:54
Compare
Choose a tag to compare

fix secure logic

v0.3.6

19 Oct 02:47
Compare
Choose a tag to compare
  • 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

02 Jun 07:46
Compare
Choose a tag to compare
fix fastjson security problem

v0.3.2

02 Jun 07:47
Compare
Choose a tag to compare
add deploy support

v0.3.1

01 Mar 15:12
Compare
Choose a tag to compare

fix cors header settings

v0.3.0

26 Feb 13:32
Compare
Choose a tag to compare

fix parse typed list body

v0.2.8

14 Feb 03:06
Compare
Choose a tag to compare

fix read body to list

v0.2.7

08 Feb 03:30
Compare
Choose a tag to compare
  • 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