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: rusterlium/html5ever_elixir
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.16.0
Choose a base ref
...
head repository: rusterlium/html5ever_elixir
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.16.1
Choose a head ref
  • 10 commits
  • 8 files changed
  • 2 contributors

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    f82c0e6 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Bump ex_doc from 0.31.2 to 0.32.0 (#143)

    Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.31.2 to 0.32.0.
    - [Release notes](https://github.com/elixir-lang/ex_doc/releases)
    - [Changelog](https://github.com/elixir-lang/ex_doc/blob/main/CHANGELOG.md)
    - [Commits](elixir-lang/ex_doc@v0.31.2...v0.32.0)
    
    ---
    updated-dependencies:
    - dependency-name: ex_doc
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    0808563 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Bump thiserror from 1.0.58 to 1.0.60 in /native/html5ever_nif (#147)

    Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.58 to 1.0.60.
    - [Release notes](https://github.com/dtolnay/thiserror/releases)
    - [Commits](dtolnay/thiserror@1.0.58...1.0.60)
    
    ---
    updated-dependencies:
    - dependency-name: thiserror
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 7, 2024
    Configuration menu
    Copy the full SHA
    6e3811b View commit details
    Browse the repository at this point in the history
  2. Bump markup5ever from 0.12.0 to 0.12.1 in /native/html5ever_nif (#146)

    Bumps [markup5ever](https://github.com/servo/html5ever) from 0.12.0 to 0.12.1.
    - [Commits](servo/html5ever@markup5ever-v0.12.0...markup5ever-v0.12.1)
    
    ---
    updated-dependencies:
    - dependency-name: markup5ever
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 7, 2024
    Configuration menu
    Copy the full SHA
    8400768 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Bump ex_doc from 0.32.0 to 0.32.2 (#148)

    Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.32.0 to 0.32.2.
    - [Release notes](https://github.com/elixir-lang/ex_doc/releases)
    - [Changelog](https://github.com/elixir-lang/ex_doc/blob/main/CHANGELOG.md)
    - [Commits](elixir-lang/ex_doc@v0.32.0...v0.32.2)
    
    ---
    updated-dependencies:
    - dependency-name: ex_doc
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 10, 2024
    Configuration menu
    Copy the full SHA
    a092e27 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Fix parsing of documents that may contain XML before Doctype (#149)

    * Fix parsing of documents that may contain XML before Doctype
    
    This is a fix for malformed documents that may start with an XML tag, or
    even a comment before the declaration of the doctype.
    
    * Change assertion to check comments len
    philss authored May 15, 2024
    Configuration menu
    Copy the full SHA
    87239c3 View commit details
    Browse the repository at this point in the history
  2. Update actions (#150)

    philss authored May 15, 2024
    Configuration menu
    Copy the full SHA
    4365ad3 View commit details
    Browse the repository at this point in the history
  3. Add Artifact Attestations (#151)

    This new feature from GitHub Actions is going to make more explicit that
    no artifact was modified after the build.
    philss authored May 15, 2024
    Configuration menu
    Copy the full SHA
    07be26c View commit details
    Browse the repository at this point in the history
  4. Release v0.16.1

    philss committed May 15, 2024
    Configuration menu
    Copy the full SHA
    bad711c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cd0662e View commit details
    Browse the repository at this point in the history
Loading