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: xzyfer/sass-graph
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 91dfaf6b727ddc5e5165969e0c5af89d2730e0d2
Choose a base ref
...
head repository: xzyfer/sass-graph
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b6951ab65f013499973dedfcb494977d2e8da7d8
Choose a head ref

Commits on Apr 16, 2018

  1. Drop support for io.js and Node.js < 4 (#88)

    * Require Node.js >= 4
    
    * Update yargs to version 10.0.3
    
    Closes #81
    
    * Update dev dependencies
    
    * Replace use of _.assign with Object.assign
    realityking authored and xzyfer committed Apr 16, 2018
    Copy the full SHA
    7cf7b72 View commit details
  2. Don't include .css imports in the graph by default (#91)

    * Don't include .css imports in the graph by default
    
    This non-standard behaviur has been removed from LibSass in 3.6.0,
    and Node Sass 5.0.
    
    * Fix travis versions
    xzyfer authored Apr 16, 2018
    Copy the full SHA
    7fbc560 View commit details
  3. Add option to exclude files based on regular expression (#86)

    * Add support for import globbing
    
    * Add test for import globbing
    
    * Update readme for import globbing option
    
    * Forgot semis
    
    * Fix spread on old node versions
    
    * Add option to exclude files matching regex
    
    * Remove changes made in other pr
    
    I should probably have made a new branch for that...
    
    * Cache RegExp check
    
    * Check ancestors descendants
    
    * I should run tests before pushing...
    
    * Add tests
    
    * Remove package-lock.json
    
    * Fix typo in readme
    MarcelRobitaille authored and xzyfer committed Apr 16, 2018
    Copy the full SHA
    466faa8 View commit details
  4. Update changelog

    xzyfer committed Apr 16, 2018
    Copy the full SHA
    1ddf01c View commit details
  5. Fix error checking in CLI

    xzyfer committed Apr 16, 2018
    Copy the full SHA
    5dd065e View commit details
  6. Bump scss-tokenizer@^0.3.0

    This requires dropping support Node < 6 due to a transitive
    dependency.
    
    https://github.com/mozilla/source-map/blob/master/CHANGELOG.md#070
    xzyfer committed Apr 16, 2018
    Copy the full SHA
    2afdfa0 View commit details
  7. Update changelog

    xzyfer committed Apr 16, 2018
    Copy the full SHA
    1e8c45c View commit details
  8. Copy the full SHA
    ca6938e View commit details
  9. Update changelog

    xzyfer committed Apr 16, 2018
    Copy the full SHA
    3b56f59 View commit details
  10. 3.0.0

    xzyfer committed Apr 16, 2018
    Copy the full SHA
    47b1387 View commit details

Commits on Sep 25, 2018

  1. docs: add MIT license file

    char0n authored and xzyfer committed Sep 25, 2018
    Copy the full SHA
    e631290 View commit details

Commits on Oct 10, 2018

  1. 3.0.1

    xzyfer committed Oct 10, 2018
    Copy the full SHA
    faf94cf View commit details

Commits on Oct 12, 2018

  1. fix(package): update lodash to version 4.17.11

    Closes #95
    patricksmms authored and xzyfer committed Oct 12, 2018
    Copy the full SHA
    00235fd View commit details
  2. 3.0.2

    xzyfer committed Oct 12, 2018
    Copy the full SHA
    a19b5ce View commit details

Commits on Oct 16, 2018

  1. fix(package): update yargs, mocha and nyc

    Rel #95
    patricksmms authored and xzyfer committed Oct 16, 2018
    Copy the full SHA
    7336062 View commit details
  2. Update CHANGELOG.md

    xzyfer authored Oct 16, 2018
    Copy the full SHA
    e8bbf63 View commit details
  3. 3.0.3

    xzyfer committed Oct 16, 2018
    Copy the full SHA
    ff01ce0 View commit details

Commits on Feb 21, 2019

  1. Update sass-graph.js

    Emacs creates empty symlinks for files which are being edited. If these are encountered by the graph functionality, it crashes (including crashing a webpack-dev-server). I saw elsewhere in the code that stat errors are ignored -- not sure if this is the right approach, but it fixed my issue.
    adnelson authored and xzyfer committed Feb 21, 2019
    Copy the full SHA
    6eca4d3 View commit details
  2. Update CHANGELOG

    xzyfer committed Feb 21, 2019
    Copy the full SHA
    c28b217 View commit details
  3. 3.0.4

    xzyfer committed Feb 21, 2019
    Copy the full SHA
    fa9fb90 View commit details

Commits on Jul 29, 2019

  1. Copy the full SHA
    234455a View commit details

Commits on May 4, 2020

  1. Update .travis.yml

    xzyfer authored May 4, 2020
    Copy the full SHA
    06ec2da View commit details
  2. Copy the full SHA
    88c8f07 View commit details
  3. Bump yargs@^13.3.2

    Fixes #108
    xzyfer committed May 4, 2020
    Copy the full SHA
    410cf47 View commit details
  4. 3.0.5

    xzyfer committed May 4, 2020
    Copy the full SHA
    b6951ab View commit details
Loading