README.md in array_hasher-0.1.4 vs README.md in array_hasher-0.1.5
- old
+ new
@@ -112,18 +112,20 @@
ArrayHasher.new_formatter(format)
```
### Examples
-
+
See [Here](./examples)
## Default Types
* `int` # convert string to int
* `float` # convert string to float
* `string`: # to_s
* `time` # Time.parse(string)
+* `date` # Date.parse(string)
+* `json` # JSON.parse(string)
* `Proc` # format the value with your proc. we can define a Proc in our code only.
## Development