File tree Expand file tree Collapse file tree 4 files changed +11
-2
lines changed
Expand file tree Collapse file tree 4 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5+ ## [ 2.9.2] ( https://github.com/tempestphp/tempest-framework/compare/v2.9.1..2.9.2 ) — 2025-11-19
6+
7+ ### 🐛 Bug fixes
8+
9+ - ** intl** : make pluralizer singleton (#1726 ) ([ 39b2b2d] ( https://github.com/tempestphp/tempest-framework/commit/39b2b2da8683a1d08b5ebabcd71f35486a85e403 ) )
10+
11+
512## [ 2.9.0] ( https://github.com/tempestphp/tempest-framework/compare/v2.8.0..v2.9.0 ) — 2025-11-14
613
714### 🚀 Features
Original file line number Diff line number Diff line change 88
99interface Kernel
1010{
11- public const string VERSION = '2.9.1 ' ;
11+ public const string VERSION = '2.9.2 ' ;
1212
1313 public string $ root {
1414 get;
Original file line number Diff line number Diff line change 66
77use Tempest \Container \Container ;
88use Tempest \Container \Initializer ;
9+ use Tempest \Container \Singleton ;
910
1011final readonly class PluralizerInitializer implements Initializer
1112{
13+ #[Singleton]
1214 public function initialize (Container $ container ): Pluralizer
1315 {
1416 return new InflectorPluralizer ();
Original file line number Diff line number Diff line change 11{
22 "name" : " vite-plugin-tempest" ,
33 "type" : " module" ,
4- "version" : " 2.9.1 " ,
4+ "version" : " 2.9.2 " ,
55 "author" : " Enzo Innocenzi" ,
66 "license" : " MIT" ,
77 "sideEffects" : false ,
You can’t perform that action at this time.
0 commit comments