Skip to content

Commit 0a3a829

Browse files
A tiny unplanned update to provide BoxNormalizer
1 parent f49da74 commit 0a3a829

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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

126131
Minimal PHP version: **8.0**
127132

128-
Current framework version: **1.1.0**
133+
Current framework version: **1.1.1**
129134
```shell
130135
composer require spaf/simputils "^1"
131136
```

src/PHP.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
/**

0 commit comments

Comments
 (0)