-
-
Notifications
You must be signed in to change notification settings - Fork 236
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
Refactor & improve serializer #383
Conversation
and improve the options type
Fixes inikulin#230, inikulin#378 Uses the test case from inikulin#378, by @joeldenning Co-Authored-By: Joel Denning <5524384+joeldenning@users.noreply.github.com>
Before this, passing a `template` tag to `serialize` would result in an empty string.
b358353
to
a6f4b62
Compare
Co-authored-by: Joel Denning <5524384+joeldenning@users.noreply.github.com>
|
I am trying to make a release happen – should only be another week or two. |
@fb55 Maybe good to create a (pinned) issue tracking it and what needs to be done? |
@wooorm I've done a push to tackle the remaining items I want to see, and have opened PRs for them. Once these are concluded, I am ready to get a release out. |
Co-authored-by: Joel Denning <5524384+joeldenning@users.noreply.github.com>
Simplifies the serializer by removing the wrapping class, fixes mixed content (#333), adds the scripting flag (#332), and adds a
serializeOuter
method (#230, #378). Also fixes passing a<template>
element toserialize
resulting in an empty string.The
parse5-serializer-stream
module should be deprecated after these changes.