Skip to content

Releases: walkor/webman

v1.3.2

23 Mar 12:24
a7e95f0
Compare
Choose a tag to compare

Full Changelog: v1.3.1...v1.3.2

v1.3.1

20 Mar 12:57
64e2455
Compare
Choose a tag to compare

app.request_class

Full Changelog: v1.3.0...v1.3.1

v1.3.0

11 Mar 12:51
8e93d31
Compare
Choose a tag to compare

What's Changed

  • Support controller suffix configuration (for example, app.controller_suffix = 'controller', if there is no key, create it yourself.)
  • The directory and class namespaces under the app are supported in uppercase (lowercase is recommended), and the support namespace is supported in uppercase (lowercase is recommended)
  • Move webman/support to webman-framework/src/support
  • 修复当不配置formatter而引起的报错 by @tingleiwuyan in #297

New Contributors

Full Changelog: v1.2.5...v1.3.0

详细日志

v1.2.5

04 Mar 06:55
Compare
Choose a tag to compare

What's Changed

  • Support monolog processors setting by @teg1c in #293
  • config/server.php support event_loop request_class settings for example 'event_loop' => Workerman\Events\Swoole::class,
  • config/app.php support public_path runtime_path settings

Full Changelog: v1.2.4...v1.2.5

详细更新参见最近更新

v1.2.4

11 Feb 03:23
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.3...v1.2.4

v1.2.3

10 Feb 01:54
Compare
Choose a tag to compare

What's Changed

  • Enhanced windows support.
  • feat : evalSha func by @Tinywan in #277

Full Changelog: v1.2.2...v1.2.3

详细信息参见

v1.2.2

10 Jan 08:23
Compare
Choose a tag to compare

Fix command ./webman route:list error

Full Changelog: v1.2.1...v1.2.2

v1.2.1

10 Jan 04:31
Compare
Choose a tag to compare

Support plugin bootstrap config

Full Changelog: v1.2.0...v1.2.1

v1.2.0

09 Jan 14:52
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.3...v1.2.0
更新日志https://www.workerman.net/page/update

v1.1.3

21 Nov 12:53
26bfbe8
Compare
Choose a tag to compare

What's Changed

  • 增加 LaravelDb的静态方法提示 by @Maoxp in #244
  • Update Translation.php by @latypoff in #251
  • Add support/bootstrap.php for start.php
  • Fix pcntl_alarm error of LaravelDb under windows

New Contributors

Full Changelog: v1.1.2...v1.1.3