Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge master into feature.use #830

Merged
merged 10 commits into from Sep 26, 2019
Merged

Merge master into feature.use #830

merged 10 commits into from Sep 26, 2019

Commits on Sep 3, 2019

  1. Check fs.existsSync() before running fs.statSync() (#812)

    This produces non-negligible speed improvements for Node users with
    lots of imports.
    nex3 committed Sep 3, 2019
    Copy the full SHA
    35880d1 View commit details
    Browse the repository at this point in the history
  2. Dash-normalize user-defined functions (#813)

    Closes #811
    nex3 committed Sep 3, 2019
    Copy the full SHA
    4ccddf8 View commit details
    Browse the repository at this point in the history
  3. Properly watch .css files for changes (#814)

    Closes #806
    nex3 committed Sep 3, 2019
    Copy the full SHA
    aea990d View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2019

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

Commits on Sep 11, 2019

  1. Release 1.22.12

    nex3 committed Sep 11, 2019
    Copy the full SHA
    25fa4a7 View commit details
    Browse the repository at this point in the history
  2. Mitigate watch test flakiness

    nex3 committed Sep 11, 2019
    Copy the full SHA
    24cd966 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    15ceafd View commit details
    Browse the repository at this point in the history
  4. Merge pull request #820 from sass/release

    Release 1.22.12
    nex3 committed Sep 11, 2019
    Copy the full SHA
    42ac7a8 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2019

  1. Fix bugs in RecursiveStatementVisitor (#824)

    `AtRootRule.query` and `Declaration.value` can be null, so this should be checked before passing them on to `visitInterpolation` and `visitExpression`.
    jathak authored and nex3 committed Sep 23, 2019
    Copy the full SHA
    553cf9a View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2019

  1. Copy the full SHA
    93a3a6f View commit details
    Browse the repository at this point in the history