Closed patocallaghan closed 6 years ago
I discovered an issue while working on https://github.com/ember-cli/ember-cli/issues/7429 where if you have a falsey property value, it gets returned as undefined.
undefined
/* .test { "falsey": false } */ yam.get('falsey') => undefined
lgtm, thanks!
@twokul any chance of getting a new release with this fix please?
@patocallaghan
alexnavasardyan ~/code/oss/yam master $ npm publish + yam@0.0.23
@twokul awesome, thanks 🙇
I discovered an issue while working on https://github.com/ember-cli/ember-cli/issues/7429 where if you have a falsey property value, it gets returned as
undefined
.