Skip to content

Releases: TIGERB/easy-php

v0.8.5(2019/01/06)

06 Jan 15:52
Compare
Choose a tag to compare
  • fix error_report
  • fix when __coreError is occur the response is output 200 but it also out put __coreError

v0.8.1(2018/06/24)

24 Jun 16:20
Compare
Choose a tag to compare
  • use easy log
  • add folder bin

v0.8.0(2017/12/29)

29 Dec 03:16
Compare
Choose a tag to compare
  • use swoole
  • fix infinite recursion for micromonomer router

v0.7.1(2017/08/29)

29 Aug 09:20
Compare
Choose a tag to compare
  • refactor router by the strategy design pattern

v0.7.0(2017/06/18)

24 Aug 14:50
Compare
Choose a tag to compare
  • implement ci by travis-ci
  • add jobs script folder
  • add quick shell script run

v0.6.9(2017/05/22)

29 May 08:48
Compare
Choose a tag to compare
  • more friendly for api develop process
  • request param check:require/length/number
  • support master-salve config for db

v0.6.8(2017/05/15)

15 May 15:15
Compare
Choose a tag to compare
  • support composer create-project

v0.6.7(2017/05/14)

15 May 15:19
Compare
Choose a tag to compare
  • fix not set default time zone
  • The performance test and optimize
  • Use the lazy load thought to optimize the framework
  • Change Helper's method to the framework's function

v0.6.6(2017/05/07)

07 May 08:03
Compare
Choose a tag to compare
  • error module
  • exception module
  • container module
  • request module
  • reponse module
  • config module
  • route module
  • nosql module
  • log module
  • user-defined module
  • orm module
  • unit test module
  • doc module
  • vue frontend module
  • ...