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: tbela99/css-parser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.9.0
Choose a base ref
...
head repository: tbela99/css-parser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.9.1
Choose a head ref
  • 9 commits
  • 113 files changed
  • 1 contributor

Commits on Feb 23, 2025

  1. Merge pull request #60 from tbela99/m0.9.0

    - [x] Media Queries Level 5 #53
    - [x] incorrectly expand nesting rule #57
    - [x] implement lenient validation. do not drop unknown at-rules, pseudo classes and declarations #55
    tbela99 authored Feb 23, 2025
    Configuration menu
    Copy the full SHA
    9803e2b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #62 from tbela99/m0.9.0

    git type import #52
    tbela99 authored Feb 23, 2025
    Configuration menu
    Copy the full SHA
    69c9912 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #63 from tbela99/m0.9.0

    bump version #52
    tbela99 authored Feb 23, 2025
    Configuration menu
    Copy the full SHA
    f1936cc View commit details
    Browse the repository at this point in the history
  4. Merge pull request #64 from tbela99/m0.9.0

    fix type import #52
    tbela99 authored Feb 23, 2025
    Configuration menu
    Copy the full SHA
    127085a View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2025

  1. minification passes #66

    tbela99 committed Feb 28, 2025
    Configuration menu
    Copy the full SHA
    298ce63 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2025

  1. Configuration menu
    Copy the full SHA
    b11c316 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #68 from tbela99/feature/minification_passes

    minification passes #66
    tbela99 authored Mar 1, 2025
    Configuration menu
    Copy the full SHA
    c4a2a1b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #69 from tbela99/feature/css_nesting_no_match_pseu…

    …do_element
    
    nesting selector cannot match pseudo element #67
    tbela99 authored Mar 1, 2025
    Configuration menu
    Copy the full SHA
    3bd6274 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2025

  1. at-rule validation error #71

    tbela99 committed Mar 5, 2025
    Configuration menu
    Copy the full SHA
    341d1d0 View commit details
    Browse the repository at this point in the history
Loading