Skip to content

Releases: caoym/phpboot

v2.1.1

Choose a tag to compare

@caoym caoym released this 28 Jun 01:21
  1. support console command line
  2. fix LocalAutoLock
  3. fixed validator rule in
  4. remove hhvm support
  5. fix gen doc with swagger while using @throw

nice release

Choose a tag to compare

@caoym caoym released this 23 May 15:56
004efd3
Update ClassModifiedChecker.php

fix bug

v2.0.8

Choose a tag to compare

@caoym caoym released this 31 Aug 08:54
  1. route support global url prefix
  2. fixed issue #21
  3. DB support sub where and sub having
  4. DB support sub query
  5. DB select count() return int
  6. DB update() can work with multi set()
  7. DB orWhere() must follow where()
  8. DB support batch insert

v2.0.7

Choose a tag to compare

@caoym caoym released this 14 Aug 06:59
  1. DB security reinforce: warp column name with ``
  2. improve single table model
  3. auto bind return to response.content.data while reference params exist

fixbugs

Choose a tag to compare

@caoym caoym released this 07 Aug 16:12
  1. swagger docgen support file upload
  2. fix: validate failed with empty message
  3. render any response as json by default

skip phpdocumentor/reflection-docblock (3.2.1)

Choose a tag to compare

@caoym caoym released this 07 Aug 10:15
v2.0.4-beta

fix test case

v2.0.2-beta

v2.0.2-beta Pre-release
Pre-release

Choose a tag to compare

@caoym caoym released this 02 Aug 14:07
fix test case

v1.2.4

Choose a tag to compare

@caoym caoym released this 25 Jul 13:18
Create .travis.yml

v1.2.3

Choose a tag to compare

@caoym caoym released this 18 Aug 02:37
  1. szsql enable multi "join on"
  2. improve Curl & RedisCache
  3. check if annotation work on runtime
  4. fixed issue #15
  5. fixed issue #14
  6. The object data will be written directly to the HTTP response as
    JSON.
  7. Enable empty post request
  8. Sql::select with default param *.
  9. fixed issue on CheckableCache.del
  10. fixed issue #13
  11. support strict route & new setting default_strict_matching for issue #10

v1.2.2

Choose a tag to compare

@caoym caoym released this 23 Jun 03:16
add packagist