-
Notifications
You must be signed in to change notification settings - Fork 28
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
Version 2 is here! #78
base: master
Are you sure you want to change the base?
Conversation
This would allow for object creation with Object.create, allowing the option to bypass running the constructor function.
Added new way to create object instances when deserializing.
Is there any ETA on when this version will be published to npm? |
I can publish it as a beta, I have a few more things I want to look into before officially releasing it but haven't had time with chaos at work recently. |
Published, you can pull it with |
Thanks! If it's not too much trouble, could you also build it for I end up with this error when using it in Node 9.5.0:
|
run into same error like TheBinaryFox |
@TheBinaryFox @joey-he8x changed the module type to commonjs, hope it fixes your issues |
@weichx cerialize looks great! :) are you still going to work on v2? |
To be honest not really, as is it should be pretty well tested and functional but I don't work on the web anymore and can't dedicate time to the project right now. |
@weichx Thanks for the reply :-) if it's ok with you I could have a look at the PR and then finally merge it... |
@weichx I have reviewed about a dozen of similar libs for serialization in detail recently and even the most popular one (class-transformer) is not really maintained anymore but has lots of open issues and PRs. |
@marcelh-gh sure, happy to have another set of eyes on it |
Fixes #88: Deserializing optional nested fields
Fix documentation for `#onDeserialized()` callback method;
Added install script;
No description provided.