Skip to content

Releases: bearsunday/BEAR.AuraRouterModule

2.3.0

18 Oct 02:06
954fa50
Compare
Choose a tag to compare

What's Changed

RequestHeaderModuleをインストールするとAura.Routerでヘッダーを使ったマッチングを可能になります。

Installing the RequestHeaderModule allows Aura.Router to match using headers.

$this->install(new RequestHeaderModule());

Full Changelog: 2.2.0...2.3.0

2.2.0

21 Jan 03:37
cb7a9cd
Compare
Choose a tag to compare
  • Support PHP8 #24
  • Works only with attributes in PHP8 / Update CI #23 #24
  • Refactor (remove unnecessary setter injection) #24

2.1.1

24 Nov 10:23
30044b1
Compare
Choose a tag to compare
  • Replace PS7 component #21
    • better performance
    • composer 2 compatible

2.1.0

08 Apr 02:08
2f4ddd5
Compare
Choose a tag to compare
  • Migrate package abandonedzendframework/zend-diactorosto laminas/laminas-diactoros.
  • Update qatools
  • Support PHP 7.2, 7.3 and 7.4

2.0.5

11 Sep 10:27
29a90c9
Compare
Choose a tag to compare
  • Revert 2.0.3 #15

2.0.4

11 Sep 08:38
dd673ef
Compare
Choose a tag to compare
  • [FIX] bug api context does not works #14

2.0.3

10 Sep 11:51
1825c45
Compare
Choose a tag to compare
  • [FIX] include router file once only in constructor

2.0.2

08 Jun 00:33
c4d22b4
Compare
Choose a tag to compare
  • [FIX] #11 The router load route script file in every request to avoid serialize and update issue #8

1.2.1

08 Jun 07:10
bcb461e
Compare
Choose a tag to compare

[FIX] #11 The router load route script file in every request to avoid serialize and update issue #8

2.0.1

21 Feb 10:20
0f711d5
Compare
Choose a tag to compare
  • [update] Bind router container in singleton to retrieve router mapping configuration #7 (used in ApiDoc module)