Skip to content

2.3.3 release

Compare
Choose a tag to compare
@jcheron jcheron released this 25 Jan 17:19
· 1503 commits to master since this release

Added

  • mailer module see https://github.com/phpMv/ubiquity-mailer
  • SimpleViewController, SimpleViewAsyncController for php views (without template engine)
  • PHP 7.4 preloading see #88
  • ObjectCache cache system
  • SDAO class for simple objects loading (popo with public members)
  • Prepared DAO queries for getOne, getById & getAll (async)

Improved

  • Add warmup methods for controllers & models metas
  • StartupAsync for asynchronous platforms (Swoole, Workerman)
  • unpack replace cufa in Startup::runAction