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: fb55/css-what
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.4.2
Choose a base ref
...
head repository: fb55/css-what
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.0
Choose a head ref
  • 13 commits
  • 9 files changed
  • 2 contributors

Commits on Oct 9, 2020

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

Commits on Oct 10, 2020

  1. chore(deps-dev): Bump eslint from 7.10.0 to 7.11.0

    Bumps [eslint](https://github.com/eslint/eslint) from 7.10.0 to 7.11.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
    - [Commits](eslint/eslint@v7.10.0...v7.11.0)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    dependabot-preview[bot] committed Oct 10, 2020
    Configuration menu
    Copy the full SHA
    f6365fe View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2020

  1. chore(deps-dev): Bump jest from 26.5.2 to 26.5.3

    Bumps [jest](https://github.com/facebook/jest) from 26.5.2 to 26.5.3.
    - [Release notes](https://github.com/facebook/jest/releases)
    - [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
    - [Commits](jestjs/jest@v26.5.2...v26.5.3)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    dependabot-preview[bot] committed Oct 11, 2020
    Configuration menu
    Copy the full SHA
    0b6bc0f View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2020

  1. Configuration menu
    Copy the full SHA
    f2bed80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f64671 View commit details
    Browse the repository at this point in the history
  3. fix(parse): Throw errors when encountering multiple traversals in a row

    Eg. `<>` is no longer a valid selector
    fb55 committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    f07d582 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    276a4b2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c49747f View commit details
    Browse the repository at this point in the history
  6. refactor(parse): Walk through selector using indices

    We no longer rely as much on updated string slices, which should reduce the number of allocations. Also, this allows us to add token ranges in a next step.
    fb55 committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    c667214 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. feat: Add support for namespaces

    fb55 committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    63cb253 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc55861 View commit details
    Browse the repository at this point in the history
  3. fix(parse): Disallow names starting with #

    Fixes #287
    fb55 committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    7d1e95b View commit details
    Browse the repository at this point in the history
  4. 4.0.0

    fb55 committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    a868f3e View commit details
    Browse the repository at this point in the history
Loading