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: glenn2223/vscode-live-sass-compiler
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.5.1
Choose a base ref
...
head repository: glenn2223/vscode-live-sass-compiler
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.0.0
Choose a head ref
  • 15 commits
  • 18 files changed
  • 1 contributor

Commits on Nov 17, 2022

  1. Fix debugFileList for partials

    Applied a fix that properly outputs the included partial SASS files when running `debugFileList`
    glenn2223 committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    a8a8844 View commit details
    Browse the repository at this point in the history
  2. Dependency bumps

    glenn2223 committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    1aae270 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. Configuration menu
    Copy the full SHA
    fbedf22 View commit details
    Browse the repository at this point in the history
  2. Switched to rollup

    glenn2223 committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    7a16b27 View commit details
    Browse the repository at this point in the history
  3. Stopped circular dependency & compile prep

    - Stopped circular dependency
    - Prep work for allowing the early switch to SASS' new `compile` function with new setting `useNewCompiler`
    glenn2223 committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    1e65cdf View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. Typo and packaging correction

    Fixed a doc typo and some corrections to allow/improve the packaging of the extension
    glenn2223 committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    a7b083a View commit details
    Browse the repository at this point in the history
  2. Revert of alert

    Reverted some code accidentally left behind when discussing #243
    glenn2223 committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    05dfd68 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. BREAKING: Removed deprecated settings

    **BREAKING CHANGES**
    
    The following deprecated settings have been removed:
    -   `liveSassCompile.settings.formats[].savePathSegmentKeys`
    -   `liveSassCompile.settings.formats[].savePathReplaceSegmentsWith`
    glenn2223 committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    5126b7c View commit details
    Browse the repository at this point in the history
  2. Dev configuration tweaks

    Some tweaks for the dev environment
    glenn2223 committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    4cae83c View commit details
    Browse the repository at this point in the history
  3. Formatting & removed dead settings

    Formatted the document and removed the reference to the now removed deprecated settings
    glenn2223 committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    7d447f0 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Pass correct path when resolving node modules

    Node module paths are correctly resolved, when utilising the `~/[node module name]/file_path` feature
    glenn2223 committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    0228cde View commit details
    Browse the repository at this point in the history
  2. Fix & formatting

    `Information` (and greater) output logs are once again written to the output. The output will continue to only open depending on your `showOutputWindowOn` setting
    glenn2223 committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    a70a8b6 View commit details
    Browse the repository at this point in the history
  3. v6.0.0

    # 6.0.0 - 2023-02-07
    
    <small>[Compare to previous release][comp:6.0.0]</small>
    
    ### Breaking changes
    
    -   The following deprecated settings have been removed:
        -   `liveSassCompile.settings.formats[].savePathSegmentKeys`
        -   `liveSassCompile.settings.formats[].savePathReplaceSegmentsWith`
        -   _**Note:** other deprecated settings will remain in place to maintain backwards compatibility or until SASS2.0_
    -   Requires VS Code v1.74 or later
    
    ### Added
    
    -   New `liveSassCompile.settings.useNewCompiler` to try SASS's new `compile` function - before it becomes mandatory
    
    ### Fixed
    
    -   `debugFileList` command now includes files falling under the excluded and partial patterns
    -   Node module paths are correctly resolved (when utilising the `~/[node module name]/file_path` feature)
    -   Any output (`Information` or higher) is saved in the output window - it still only pops up depending on your setting. _This is to match the original extension._
    
    ### Updated
    
    -   `autoprefixer` to `10.4.13` [Changelog][cl:ap]
    -   `fdir` to `5.3.0` [Changelog][cl:fd]
    -   `postcss` to `8.4.21` [Changelog][cl:pc]
    -   `sass` to `1.58.0` [Changelog][cl:sa]
    -   Various dev dependency updates _(nothing user facing)_
    
    [comp:6.0.0]: v5.5.1...v6.0.0
    glenn2223 committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    bb3d9d4 View commit details
    Browse the repository at this point in the history
  4. Wording tweaks

    glenn2223 committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    555f946 View commit details
    Browse the repository at this point in the history
  5. v6.0.0

    # 6.0.0 - 2023-02-07
    
    <small>[Compare to previous release][comp:6.0.0]</small>
    
    ### Breaking changes
    
    -   The following deprecated settings have been removed:
        -   `liveSassCompile.settings.formats[].savePathSegmentKeys`
        -   `liveSassCompile.settings.formats[].savePathReplaceSegmentsWith`
        -   _**Note:** other deprecated settings will remain in place to maintain backwards compatibility, or until SASS2.0_
    -   Requires VS Code v1.74 or later
    
    ### Added
    
    -   New `liveSassCompile.settings.useNewCompiler` setting. Use it to try the SASS 2.0 compiler - before it becomes mandatory
    
    ### Fixed
    
    -   `debugFileList` command now correctly includes the files that fall under the excluded and partial patterns
    -   All node module paths are now resolved correctly (when utilising the `~/[node module name]/file_path` feature)
    -   Any output (`Information` or higher) is saved in the output window. **It still only pops up depending on your setting.**  
    _This is to match the original extension._
    
    ### Updated
    
    -   `autoprefixer` to `10.4.13` [Changelog][cl:ap]
    -   `fdir` to `5.3.0` [Changelog][cl:fd]
    -   `postcss` to `8.4.21` [Changelog][cl:pc]
    -   `sass` to `1.58.0` [Changelog][cl:sa]
    -   Various dev dependency updates _(nothing user facing)_
    
    [comp:6.0.0]: v5.5.1...v6.0.0
    [cl:ap]: https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md
    [cl:fd]: https://github.com/thecodrr/fdir/releases
    [cl:pc]: https://github.com/postcss/postcss/blob/main/CHANGELOG.md
    [cl:sa]: https://github.com/sass/dart-sass/blob/main/CHANGELOG.md
    glenn2223 authored Feb 7, 2023
    Configuration menu
    Copy the full SHA
    4f5d252 View commit details
    Browse the repository at this point in the history
Loading