8000 Comparing v1.3.1...v1.3.2 · andybalholm/cascadia · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: andybalholm/cascadia
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.1
Choose a base ref
...
head repository: andybalholm/cascadia
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.2
Choose a head ref
  • 8 commits
  • 6 files changed
  • 5 contributors

Commits on Sep 29, 2021

  1. Fix :nth-child selectors pseudo-classes for the root element

    :nth-child and related selectors should work on the root
    element. They do in browsers, and according to CSS selector spec,
    "It is not required to have a parent."[1].
    
    [1] https://drafts.csswg.org/selectors-3/#nth-child-pseudo
    WGH- committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    782459c View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2021

  1. allow identifiers to have many dashes as prefix.

    nils authored and nils committed Oct 16, 2021
    Configuration menu
    Copy the full SHA
    8756ddc View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2021

  1. simplify to for statement

    nils authored and nils committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    8919e38 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2022

  1. Updated go.mod dependencies per Snyk alert (#55)

    Signed-off-by: Jauder Ho <jauderho@users.noreply.github.com>
    jauderho authored Jan 4, 2022
    Configuration menu
    Copy the full SHA
    b91ef20 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. Add an example to the README.md file

    midir99 committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    cc9b2ab View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. Add a test for issue #58.

    As I expected, the test passes.
    andybalholm committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    c6065e4 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2023

  1. Update x/net dependency to keep dependabot happy.

    We don't use the affected package (http2),
    but this will probably save some people some auditing time.
    andybalholm committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    8c20998 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Update Go dependencies

    Signed-off-by: Jauder Ho <jauderho@users.noreply.github.com>
    jauderho committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    25c6294 View commit details
    Browse the repository at this point in the history
Loading
0