Closed dncrews closed 9 years ago
Fixes an issue where true is not truthy.
true
This issue arises when you're using
- name: someBool in: formData type: boolean default: false
If you send the data using JSON, true is taken as the value, and then is coerced to false. Test plan updated to validate.
false
:+1:
@tlivings
We have a two :+1: requirement on merges :) will poke someone to get another look.
@tlivings, does this mean I can get a merge? What's the likelihood of getting a release?
Published in 1.0.5.
1.0.5
Fixes an issue where
true
is not truthy.This issue arises when you're using
If you send the data using JSON,
true
is taken as the value, and then is coerced tofalse
. Test plan updated to validate.