Releases: bearsunday/BEAR.AuraRouterModule
Releases · bearsunday/BEAR.AuraRouterModule
2.3.0
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
- Support PHP8 #24
- Works only with attributes in PHP8 / Update CI #23 #24
- Refactor (remove unnecessary setter injection) #24
2.1.1
- Replace PS7 component #21
- better performance
- composer 2 compatible
2.1.0
- Migrate package abandoned
zendframework/zend-diactoros
to laminas/laminas-diactoros
.
- Update qatools
- Support PHP 7.2, 7.3 and 7.4
2.0.4
- [FIX] bug
api
context does not works #14
2.0.3
- [FIX] include router file once only in constructor
2.0.2
- [FIX] #11 The router load route script file in every request to avoid serialize and update issue #8
1.2.1
[FIX] #11 The router load route script file in every request to avoid serialize and update issue #8
2.0.1
- [update] Bind router container in singleton to retrieve router mapping configuration #7 (used in ApiDoc module)