2021-04-15 - v0.01
+ Initial Version
2021-04-19 - v0.02
+ Update the tests backward compatible
2021-04-21 - v0.03
+ dev can set default value for request
+ dev can define an argument is required
+ dev can test the request object in the test their test suit
+ in response, the defined _others fields will be added to the result under $row->{_others} in order to have a clear cut, which is mapped and which is undefined.
2021-04-27 - v0.04
+ Don't Include undefined value
+ Verify the action from the row filter
2021-12-04 - v0.05
+ Support multiple layers of response data grabbing
+ Support using dot notation for the key
+ Support sorting the rows of result with multiple fields
2021-12-05 - v0.06
+ Support multiple levels of response data
+ Add request data types e.g. (int, bool, hex, enum)
+ Add request data custom checker
+ Increase stability
+ Simplify Code