Skip to content

Commit 8bd15aa

Browse files
committed
Add release notes
1 parent 0171515 commit 8bd15aa

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

RELEASE_NOTES.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Release 1.1.0
2+
New functionality:
3+
4+
* Added normalizer for PSR-6 compatible key. `Psr6Normalizer` uses `EncodeNormalier` and `LengthNormalizer` behind the scenes.
5+
6+
# Release 1.0.0
7+
Initial features:
8+
9+
* **Encode Normalizer** encodes all characters except alphanum into hex representation
10+
* **Length Normalizer** strips characters after some length is reached
11+
* **Scalar Converter** converts any non string scalar to string representation
12+
* **Hash Converter** converts any array into md5 hash of json encoded value
13+
* **Key Value Converter** converts simple key value pair array into string representation like `key1_value1_key2_value2`

0 commit comments

Comments
 (0)