File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,6 +42,11 @@ I will be really happy hearing from you.
4242
4343## Changelog
4444
45+ ### 1.1.1
46+
47+ * Implemented ` \spaf\simputils\components\normalizers\BoxNormalizer ` To normalize simple
48+ arrays when assigned to Properties
49+
4550### 1.1.0
4651
4752 * Implemented ` FS::require() ` , ` FS::include() ` and ` FS::data() `
@@ -125,7 +130,7 @@ so documentation will come after that in the very nearest time. My apologies.
125130
126131Minimal PHP version: ** 8.0**
127132
128- Current framework version: ** 1.1.0 **
133+ Current framework version: ** 1.1.1 **
129134``` shell
130135composer require spaf/simputils " ^1"
131136```
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ public static function frameworkDir() {
111111 */
112112 public static function simpUtilsVersion (): Version |string {
113113 $ class = static ::redef (Version::class);
114- return new $ class ('1.1.0 ' , 'SimpUtils ' );
114+ return new $ class ('1.1.1 ' , 'SimpUtils ' );
115115 }
116116
117117 /**
You can’t perform that action at this time.
0 commit comments