Skip to content

Releases: bearsunday/BEAR.Sunday

1.7.0

29 Nov 00:55
0e25954
Compare
Choose a tag to compare

PHP 7.4 reached EOL yesterday (28 Nov 2022) and this package will also support PHP 8.0 and above.
https://www.php.net/eol.php

What's Changed

Full Changelog: 1.6.1...1.7.0

1.6.1

27 Mar 23:38
064debe
Compare
Choose a tag to compare

What's Changed

  • Support psr/log 2 and 3 by @koriym in #167
  • Update Attribute::TARGET for DefaultSchemeHost by @koriym in #168
  • Document the public bindings provided by modules by @koriym in #169

Full Changelog: 1.6.0...1.6.1

1.6.0

11 Jan 03:45
dc0b89c
Compare
Choose a tag to compare

What's Changed

  • Support PHP 8.1 by @koriym in #159
  • Bump phpstan 1.0 by @koriym in #160
  • Create update-copyright-years-in-license-file.yml by @koriym in #161
  • Update license copyright year(s) by @github-actions in #162
  • Drop deprecated PHP 7.3 support by @koriym in #163
  • Deprecate AbstractApp class by @koriym in #164
  • Update code to PHP 7.4 syntax using rector by @koriym in #165

Refactor Router

  • array-shape type parameter Sever, Globals (phpstan supports)
  • RouterMatch accepts parameters in constructor

New Contributors

  • @github-actions made their first contribution in #162

Full Changelog: 1.5.5...1.6.0

1.5.5

15 Jul 07:06
8b0fee0
Compare
Choose a tag to compare

1.5.4

17 Mar 15:43
9f66ddc
Compare
Choose a tag to compare
  • Deprecate App and AppModule #156

Related @link bearsunday/BEAR.Package#363

1.5.3

19 Jan 05:55
200b5de
Compare
Choose a tag to compare
  • Make it works without an annotation reader #152

1.5.2

15 Jan 17:35
b0cb012
Compare
Choose a tag to compare
  • Add PHP8 attribute
  • Update CI

1.5.1

10 Oct 19:16
Compare
Choose a tag to compare
  • Forward compatible with PHP 8 #146
  • Update CS #145 #146
  • Test coverage 100% #147

1.5.0

11 Jul 07:27
57a78e5
Compare
Choose a tag to compare
  • Add ThrowableHandler #144
  • Update CS #145

a44364e800084613e58e93784164fc8d
酒井抱一 四季花鳥図巻

1.4.3

27 Jun 07:37
55c39de
Compare
Choose a tag to compare

Improvement

  • Add custom type Globals and Server for the RouterInterface #143

Complex array structures can be typed as documents.