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 Loading
base: v6.0.5
Choose a base ref
...
head repository: glenn2223/vscode-live-sass-compiler Loading
compare: v6.0.6
Choose a head ref
  • 10 commits
  • 9 files changed
  • 2 contributors

Commits on Jun 9, 2023

  1. Correct node version + formatting

    Use the appropriate node version and also some formatting
    glenn2223 committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    3856585 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Autoprefixer type tweak (at code level) + formatting

    - Adjusted the type declarations to allow single string inputs (as is the default). Thus, stopping warnings when the default is used
    - Formatted the file too
    glenn2223 committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    a5dd2b1 View commit details
    Browse the repository at this point in the history
  2. Correction + removed reference to dead settings

    - Corrected the `Save path notes` to correctly highlight the new setting and how it stacks
    - Removed references to the dead settings `liveSassCompile.settings.formats[].savePathSegmentKeys` and `liveSassCompile.settings.formats[].savePathReplaceSegmentsWith`
    glenn2223 committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    b147a2d View commit details
    Browse the repository at this point in the history
  3. Updated references and corrected setting references

    - Updated dependencies
    - Stopped valid settings from showing warnings:
      - Autoprefixer also allows a single string (as with its default)
      - Corrected typo of `bool` to `boolean` affecting: `showOutputWindow`, `rootIsWorkspace` and `showAnnouncements`
    glenn2223 committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    d03d0fc View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. fix typo

    The proper name for the broserslist config file is .browserslistrc
    oneeyedman committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    394c9e7 View commit details
    Browse the repository at this point in the history
  2. Fix typo - #302 by oneeyedman

    Fix typo in browserslistrc file name
    glenn2223 committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    1321692 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83888ee View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Rollback SASS + dependency bumps

    - Rolled back SASS to 1.62.1 as further updates require some more test
    - Updated other dependencies
    glenn2223 committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    2eb4e65 View commit details
    Browse the repository at this point in the history
  2. v6.0.6

    # 6.0.6 - 2023-07-21
    
    <small>[Compare to previous release][comp:6.0.6]</small>
    
    ### Fixed
    
    -   Corrected some setting types to stop warnings for valid values
    
    ### Changes
    
    -   Updated docs to remove typos and references to dead settings and outdated info
    
    ### Updated
    
    -   `sass` to `1.62.1` [Changelog][cl:sa]
    -   `postcss` to `8.4.26` [Changelog][cl:pc]
    -   Various dev dependency updates _(nothing user facing)_
    
    [comp:6.0.6]: v6.0.5...v6.0.6
    [cl:sa]: https://github.com/sass/dart-sass/blob/main/CHANGELOG.md
    [cl:pc]: https://github.com/postcss/postcss/blob/main/CHANGELOG.md
    glenn2223 committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    0d4ef69 View commit details
    Browse the repository at this point in the history
  3. v6.0.6 - PR #304 from glenn2223

    # 6.0.6 - 2023-07-21
    
    <small>[Compare to previous release][comp:6.0.6]</small>
    
    ### Fixed
    
    -   Corrected some setting types to stop warnings for valid values
    
    ### Changes
    
    -   Updated docs to remove typos and references to dead settings and outdated info
    
    ### Updated
    
    -   `sass` to `1.62.1` [Changelog][cl:sa]
    -   `postcss` to `8.4.26` [Changelog][cl:pc]
    -   Various dev dependency updates _(nothing user facing)_
    
    [comp:6.0.6]: v6.0.5...v6.0.6
    [cl:sa]: https://github.com/sass/dart-sass/blob/main/CHANGELOG.md
    [cl:pc]: https://github.com/postcss/postcss/blob/main/CHANGELOG.md
    glenn2223 committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    c37e4e2 View commit details
    Browse the repository at this point in the history
Loading