Skip to content

v1.4.0: feat: don't cast the JSON payload unless validation is required

Compare
Choose a tag to compare
@stakach stakach released this 17 Dec 21:22
· 29 commits to master since this release

payload decoding now returns a JSON::Any structure for the body instead of a Hash(String,JSON::Any)
this allows for more flexible playload contents if validation is not required.