wankdanker / node-object-mapper

Copy properties from one object to another.
MIT License
277 stars 73 forks source link

Support for boolean values #37

Open Gothbag opened 7 years ago

Gothbag commented 7 years ago

Greetings, When we've got an array of destination properties and one of them is supposed to return a boolean value (a false one), the rest of the destination properties is simply ignored. Is there a way around this?

Thank you very much

switzer commented 5 years ago

Added a test case for this, and it works as advertised. If you don't think I captured the test case, please let me know and I can add another.