Skip to content

Releases: caoym/phpboot

v2.1.1

28 Jun 01:21

Choose a tag to compare

  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

23 May 15:56
004efd3

Choose a tag to compare

Update ClassModifiedChecker.php

fix bug

v2.0.8

31 Aug 08:54

Choose a tag to compare

  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

14 Aug 06:59

Choose a tag to compare

  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

07 Aug 16:12

Choose a tag to compare

  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)

07 Aug 10:15

Choose a tag to compare

v2.0.4-beta

fix test case

v2.0.2-beta

02 Aug 14:07

Choose a tag to compare

v2.0.2-beta Pre-release
Pre-release
fix test case

v1.2.4

25 Jul 13:18

Choose a tag to compare

Create .travis.yml

v1.2.3

18 Aug 02:37

Choose a tag to compare

  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

23 Jun 03:16

Choose a tag to compare

add packagist