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

Commits on Apr 1, 2022

  1. Bump entities to 4.0.0, update code

    `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 committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    fdab2db View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2022

  1. Use entities@4.1.1

    fb55 committed Apr 3, 2022
    Configuration menu
    Copy the full SHA
    cf6b135 View commit details
    Browse the repository at this point in the history