Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added options argument for allowing ignoring properties like __ko_mapping__ and including computed values #11

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

adamtal3
Copy link

Let the user choose which properties to include and which to ignore.

I had a performance issue with ko.mapping.toJS and replaced it with ko.wrap.toJS which lacked my most basic needs from the conversion. I updated it as little as possible to keep it fast but also allow the user to control the conversion.

Plus, I added a package.json, bower.json and updated nupkg files after bumping the version to 1.0.2.

@arj03
Copy link
Owner

arj03 commented Feb 16, 2016

Looks good, could you add some tests?

@sGambolati
Copy link

Works great on my code!

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.

3 participants