Releases: bearsunday/BEAR.Skeleton
Releases · bearsunday/BEAR.Skeleton
1.7.2
This release is only for PHP 7.0. It enables to install with no issue with bear/qatools
.
1.7.1
- Drop PHP 7.0 support (EOL)
bear/swoole
package install check #77
- Fix PHP 7.3 install issue #76
1.7.0
- Add Swoole script #75
- Support PHP 7.3 #74
- Add HTTP Cache into bootstrap script #72 #73
1.6.0
-
Load .env
if exists in env.php in application root #67 #68
-
Anonymous function bootstrap in application root #66
-
New (more PDS-Skeleton) layout (demolish bootstrap/
and merged into bin/
) #70
-
Fixed #71
-
rename script: api.php
to app.php
/ web.php
to page.php
.
-
rename command: composer api
to composer app
. (app resource)
-
rename command: composer web
to composer page
. (page resource)
1.5.0
- [add]
compile
script command #64
- [update] new
autoloader.php
location for compile #64
1.4.10
- [FIX] Allow call AppModule more than twice in testing (Allow define $_ENV more than twice) #63
1.4.9
- [FIX] scripts command for Windows
Thanks @chiitake san for the reporting issue !
1.4.8
- [ADD]
composer compile
command #61
- [UPDATE] shorter test example
1.4.7
- [fix] autoload-dev section in composer.json
- add composer
tests
and pass it
- require faster compile BEAR.Package v1.7.5
1.4.6
- Refactor #56 #57 #56
- Remove annotation autoload code #59
- Add travis CI test #60