Skip to content

Releases: secure73/gemvc

Refactoring GemTeoken Class

18 Apr 12:15
Compare
Choose a tag to compare
  1. Code Documentation
  2. new setter function setToken()
  3. remove input Args from validate

v2.8.0

16 Apr 22:11
Compare
Choose a tag to compare

new feature : GemRequest->validateStringPosts

v2.7.1

16 Apr 19:02
Compare
Choose a tag to compare

Bugfix on GemRequest->definePostSchema()

v2.7.0

14 Apr 17:46
Compare
Choose a tag to compare
  1. add php-stan
  2. refactoring

v2.6.4

14 Apr 00:11
Compare
Choose a tag to compare

#Refactoring
in GemRequest remove unnecessary variable in sanitizeInput()

v2.6.3

13 Apr 20:26
Compare
Choose a tag to compare
  1. Add Security Layer to GemRequest
  2. now GemRequest->AuthorizationHeader can be array
  3. now GemRequest support Put and Patch Request
  4. Typo Fix for JsonResponse->unautorized() to JsonResponse->unauthorized

Update License

10 Apr 18:37
68afc3d
Compare
Choose a tag to compare
v2.6.2

Update LICENSE

Json Response

29 Feb 12:01
Compare
Choose a tag to compare

from now ,
after create Response , you don't need to return response , simply you can return it directly after creating message
example :
return $this->response->success($data);
or
return $this->response->unauthorized('you are not allowed to do this action');

JsonResponse Update, it return itself after creating response

29 Feb 11:56
Compare
Choose a tag to compare

from now ,
after create Response , you don't need to return response , simply you can return it directly after creating message
example :
return $this->response->success($data);
or
return $this->response->unauthorized('you are not allowed to do this action');

v2.5.2

31 Jan 22:24
28588dd
Compare
Choose a tag to compare

GemRequest