Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: microcosm-cc/bluemonday Loading
base: v1.0.19
Choose a base ref
...
head repository: microcosm-cc/bluemonday Loading
compare: v1.0.21
Choose a head ref
  • 4 commits
  • 6 files changed
  • 2 contributors

Commits on Sep 4, 2022

  1. Updated x/net/html to ensure latest version from the Go team, retract…

    …ed v1.0.19 to ensure the latest version is used
    buro9 committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    705c34a View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2022

  1. Don't write self-closing tag with empty attributes

    - Currently the code will write self-closing tags with empty attributes
    to the output, even when the element isn't allowed to have empty
    attributes.
    - Move to `break` to one outer scope to fix it.
    Gusted committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    cc9997e View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. Merge pull request #151 from Gusted/self-closing-tag-bug

    Don't write self-closing tag with empty attributes
    buro9 committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    07c5693 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ee3c12 View commit details
    Browse the repository at this point in the history
Loading