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: philss/floki
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.36.3
Choose a base ref
...
head repository: philss/floki
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.37.0
Choose a head ref
  • 10 commits
  • 10 files changed
  • 3 contributors

Commits on Oct 21, 2024

  1. Reapply "add Floki.css_escape/1 (#594)"

    This reverts commit 9ce1d1b.
    philss committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    ce33a55 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Drop support for Elixir 1.13 (#595)

    We also remove support for OTP 22
    philss authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    17fd1d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96955f9 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Bump credo from 1.7.8 to 1.7.9 (#596)

    Bumps [credo](https://github.com/rrrene/credo) from 1.7.8 to 1.7.9.
    - [Release notes](https://github.com/rrrene/credo/releases)
    - [Changelog](https://github.com/rrrene/credo/blob/master/CHANGELOG.md)
    - [Commits](rrrene/credo@v1.7.8...v1.7.9)
    
    ---
    updated-dependencies:
    - dependency-name: credo
      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 Nov 4, 2024
    Configuration menu
    Copy the full SHA
    f5845f9 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Bump credo from 1.7.9 to 1.7.10 (#597)

    Bumps [credo](https://github.com/rrrene/credo) from 1.7.9 to 1.7.10.
    - [Release notes](https://github.com/rrrene/credo/releases)
    - [Changelog](https://github.com/rrrene/credo/blob/master/CHANGELOG.md)
    - [Commits](rrrene/credo@v1.7.9...v1.7.10)
    
    ---
    updated-dependencies:
    - dependency-name: credo
      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 Nov 5, 2024
    Configuration menu
    Copy the full SHA
    576d356 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Bump fast_html from 2.3.0 to 2.4.0 (#599)

    Bumps fast_html from 2.3.0 to 2.4.0.
    
    ---
    updated-dependencies:
    - dependency-name: fast_html
      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 Nov 13, 2024
    Configuration menu
    Copy the full SHA
    4eac58a View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. Bump dialyxir from 1.4.4 to 1.4.5 (#600)

    Bumps [dialyxir](https://github.com/jeremyjh/dialyxir) from 1.4.4 to 1.4.5.
    - [Release notes](https://github.com/jeremyjh/dialyxir/releases)
    - [Changelog](https://github.com/jeremyjh/dialyxir/blob/master/CHANGELOG.md)
    - [Commits](jeremyjh/dialyxir@1.4.4...1.4.5)
    
    ---
    updated-dependencies:
    - dependency-name: dialyxir
      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 Nov 22, 2024
    Configuration menu
    Copy the full SHA
    eab60f1 View commit details
    Browse the repository at this point in the history
  2. Bump ex_doc from 0.34.2 to 0.35.1 (#602)

    Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.34.2 to 0.35.1.
    - [Release notes](https://github.com/elixir-lang/ex_doc/releases)
    - [Changelog](https://github.com/elixir-lang/ex_doc/blob/v0.35.1/CHANGELOG.md)
    - [Commits](elixir-lang/ex_doc@v0.34.2...v0.35.1)
    
    ---
    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 Nov 22, 2024
    Configuration menu
    Copy the full SHA
    cabdd7a View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2024

  1. Fix bug propagating identity encoder in raw_html/2 (#603)

    * fix bug where encoder for one tag could propagate out to another tag
    
    * simplify test
    
    * add harder test to fix other bug
    andyleclair authored Dec 6, 2024
    Configuration menu
    Copy the full SHA
    4700038 View commit details
    Browse the repository at this point in the history
  2. Release v0.37.0

    philss committed Dec 6, 2024
    Configuration menu
    Copy the full SHA
    2c68b0f View commit details
    Browse the repository at this point in the history
Loading