Skip to content

v0.2.3

Latest
Compare
Choose a tag to compare
@suzuki-shunsuke suzuki-shunsuke released this 18 Sep 08:04
· 4 commits to main since this release
v0.2.3
0fef5fa

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'.