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

build(package): upgrade domhandler to v4 and htmlparser2 to v6 #45

Merged
merged 1 commit into from
Dec 25, 2020

Commits on Dec 24, 2020

  1. build(package): upgrade domhandler to v4 and htmlparser2 to v6

    BREAKING CHANGE: upgrade `domhandler` to v4 and `htmlparser2` to v6
    
     domhandler   3.3.0  →  4.0.0
     htmlparser2  4.1.0  →  6.0.0
    
    domhandler:
    
    * https://github.com/fb55/domhandler/releases/tag/v4.0.0
    
    htmlparser2:
    
    * https://github.com/fb55/htmlparser2/releases/tag/v5.0.0
    * https://github.com/fb55/htmlparser2/releases/tag/v5.0.1
    * https://github.com/fb55/htmlparser2/releases/tag/v6.0.0
    
    `decodeEntities` option now defaults to true. `<title>` is
    parsed correctly. Remove root parent node to keep parser
    backwards compatible.
    remarkablemark committed Dec 24, 2020
    Configuration menu
    Copy the full SHA
    ec5673e View commit details
    Browse the repository at this point in the history