Skip to content

[FIX] Fix issue where falsey property is returned as undefined#16

Merged
twokul merged 1 commit intotwokul:masterfrom
patocallaghan:master
Dec 7, 2017
Merged

[FIX] Fix issue where falsey property is returned as undefined#16
twokul merged 1 commit intotwokul:masterfrom
patocallaghan:master

Conversation

@patocallaghan
Copy link
Copy Markdown
Contributor

I discovered an issue while working on ember-cli/ember-cli#7429 where if you have a falsey property value, it gets returned as undefined.

/* .test
{
  "falsey": false
}
*/

yam.get('falsey') => undefined

@twokul
Copy link
Copy Markdown
Owner

twokul commented Dec 7, 2017

lgtm, thanks!

@patocallaghan
Copy link
Copy Markdown
Contributor Author

@twokul any chance of getting a new release with this fix please?

@twokul
Copy link
Copy Markdown
Owner

twokul commented Dec 15, 2017

@patocallaghan

alexnavasardyan ~/code/oss/yam master
$ npm publish
+ yam@0.0.23

@patocallaghan
Copy link
Copy Markdown
Contributor Author

@twokul awesome, thanks 🙇

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants