v0.2.3
Issues | Pull Requests | v0.2.2...v0.2.3
Fixes
#39 Stop using fromJSON
fromJSON
causes a panic if the input isn't JSON. The panic makes the troubleshooting difficult.
Especially, if actions are nested you can't understand where and why the panic occurs.
So instad of fromJSON
, we use == 'true'
and != 'true'
.