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

Bump entities to 4.1.1, update code #486

Merged
merged 2 commits into from Apr 3, 2022
Merged

Bump entities to 4.1.1, update code #486

merged 2 commits into from Apr 3, 2022

Conversation

fb55
Copy link
Collaborator

@fb55 fb55 commented Apr 1, 2022

entities is now an ES Module, which should make ES Module fans happy. (No more CJS dependencies!)

The new version features a smaller decode tree, which required an update to the tokenizer. It also includes escapeText and escapeAttribute functions that implement the required behavior for the HTML serializer; I replaced parse5's escapeString function with these.

fb55 added 2 commits April 1, 2022 22:49
`entities` is now an ES Module, which is something that should make ES Module fans happy.

The new version features a smaller decode tree, which required an update to the tokenizer. It also includes `escapeText` and `escapeAttribute` functions that implement the required behavior for the HTML serializer; I replaced parse5's `escapeString` function with these.
@fb55 fb55 changed the title Bump entities to 4.0.0, update code Bump entities to 4.1.1, update code Apr 3, 2022
@fb55 fb55 merged commit b428b79 into master Apr 3, 2022
@fb55 fb55 deleted the entities-4 branch April 3, 2022 13:43
jmbpwtw pushed a commit to jmbpwtw/parse5 that referenced this pull request Feb 16, 2023
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.

None yet

2 participants