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: TrySound/postcss-value-parser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.3
Choose a base ref
...
head repository: TrySound/postcss-value-parser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.1.0
Choose a head ref
  • 4 commits
  • 4 files changed
  • 2 contributors

Commits on Apr 25, 2020

  1. Improve type declarations (#67)

    * Indicate that a CustomStringCallback can return undefined to
      indicate that no custom behavior should be applied for that node.
    
    * Allow WalkCallback to return false. Otherwise, a callback that may
      or may not prevent further traversal can't be expressed in
      TypeScript, since it doesn't allow a function to only return a value
      some of the time.
    nex3 authored Apr 25, 2020
    Configuration menu
    Copy the full SHA
    a8fddeb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    effab1b View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2020

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

Commits on Apr 28, 2020

  1. chore(release): 4.1.0

    alexander-akait committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    d77a65a View commit details
    Browse the repository at this point in the history
Loading