[go: nahoru, domu]

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: antchfx/htmlquery Loading
base: v1.2.2
Choose a base ref
...
head repository: antchfx/htmlquery Loading
compare: v1.3.0
Choose a head ref
  • 20 commits
  • 6 files changed
  • 6 contributors

Commits on Apr 24, 2020

  1. add go.mod

    zhengchun committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    ee50d98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b1eec8 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2020

  1. docs: fix #28

    zhengchun committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    f04d0dd View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2020

  1. update readme

    - remove unused range
    - add example to find children node
    fahimbagar committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    3b1e740 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2020

  1. Merge pull request #32 from fahimbagar/master

    update readme
    zhengchun committed Aug 8, 2020
    Configuration menu
    Copy the full SHA
    496e959 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2021

  1. update xpath to v1.2.0

    zhengchun committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    44cd157 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2021

  1. Update query.go

    moredure committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    2ccb587 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2021

  1. Improve the documentation for Query

    I noticed that my `InnerText` call resulted in a panic because `Query` returned a nil. I updated the `Query` doc to mention that it may return a nil `html.Node` with no error, and improved the overall wording a little
    ffigiel committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    564855d View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2021

  1. Merge pull request #44 from moredure/patch-1

    add `ExistsAttr` method
    zhengchun committed Aug 21, 2021
    Configuration menu
    Copy the full SHA
    58a32db View commit details
    Browse the repository at this point in the history
  2. Merge pull request #45 from megapctr/patch-1

    Improve the documentation for `Query`
    zhengchun committed Aug 21, 2021
    Configuration menu
    Copy the full SHA
    bcff0c3 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2021

  1. update README

    zhengchun committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    a091ad3 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2021

  1. fix #49, remove the duplicate node checking, avoid missing some attri…

    …bute nodes that have the same value.
    zhengchun committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    810ee80 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

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

Commits on Dec 6, 2022

  1. Configuration menu
    Copy the full SHA
    36d3714 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7103bc6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6eee019 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. PR #54

    zhengchun committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    f67a4b2 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

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

Commits on Jan 26, 2023

  1. Configuration menu
    Copy the full SHA
    e655bcc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    defe049 View commit details
    Browse the repository at this point in the history
Loading