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 Loading
base: v0.34.1
Choose a base ref
...
head repository: philss/floki Loading
compare: v0.34.2
Choose a head ref
  • 4 commits
  • 11 files changed
  • 5 contributors

Commits on Feb 13, 2023

  1. Bump earmark from 1.4.35 to 1.4.36 (#445)

    Bumps [earmark](https://github.com/pragdave/earmark) from 1.4.35 to 1.4.36.
    - [Release notes](https://github.com/pragdave/earmark/releases)
    - [Changelog](https://github.com/pragdave/earmark/blob/master/RELEASE.md)
    - [Commits](pragdave/earmark@v1.4.35...v1.4.36)
    
    ---
    updated-dependencies:
    - dependency-name: earmark
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    da1db15 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. Pass arguments to parser modules (#446)

    * Add optional arguments to pass to the parser module when parsing documents and fragments
    
    * Add tests for parse_document and parse_fragment with arguments
    
    ---------
    
    Co-authored-by: Rick Littel <[email protected]>
    Kuret and Rick Littel committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    f3499c6 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. Support splitting nodes while traversing (#447)

    * Support splitting nodes while traversing
    
    * Update lib/floki/traversal.ex
    
    * Fix formatting
    
    ---------
    
    Co-authored-by: Philip Sampaio <[email protected]>
    martosaur and philss committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    9f89380 View commit details
    Browse the repository at this point in the history
  2. Release v0.34.2

    philss committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    eb0f61b View commit details
    Browse the repository at this point in the history
Loading