We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0171515 commit 8bd15aaCopy full SHA for 8bd15aa
RELEASE_NOTES.md
@@ -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