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: v6.0.6
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.1.0
Choose a head ref
  • 11 commits
  • 11 files changed
  • 1 contributor

Commits on Aug 7, 2023

  1. Updated SASS

    - Updated SASS
    
    _Due to some VS Code weirdness, SASS adding support for browsers caused upgrading further than 1.62.1 to error.
    Had to specifically declare the use of the Node version._
    glenn2223 committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    ae7dbe1 View commit details
    Browse the repository at this point in the history
  2. Allow broader extensionName values

    - You can now use any string value in `extensionName` - providing it ends in `.css` and contains no path separators
    - Updated docs to reflect this (plus minor FAQ tweak)
    glenn2223 committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    747f58f View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Allow generateMap at a formats[] level

    You can now decide to output source maps for each format/output. Now you can have source maps for dev outputs and none for production outputs
    glenn2223 committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    49bb79a View commit details
    Browse the repository at this point in the history
  2. PR #308 - sass-update-from-1.62, by glenn2223

    Update SASS past 1.62 by forcing import of node version
    glenn2223 authored Aug 8, 2023
    Configuration menu
    Copy the full SHA
    abf29d4 View commit details
    Browse the repository at this point in the history
  3. Wording tweak

    glenn2223 authored Aug 8, 2023
    Configuration menu
    Copy the full SHA
    d0ffc79 View commit details
    Browse the repository at this point in the history
  4. PR #309 - allow-wider-extensionName-values, by glenn2223

    Allow broader `extensionName` values
    glenn2223 authored Aug 8, 2023
    Configuration menu
    Copy the full SHA
    30c98d2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6a0c423 View commit details
    Browse the repository at this point in the history
  6. PR #310 - add-formats.generateMap, by glenn2223

    Allow `generateMap` at a `formats[]` level
    glenn2223 authored Aug 8, 2023
    Configuration menu
    Copy the full SHA
    3e986e9 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2023

  1. v6.1.0

    # 6.1.0 - 2023-08-12
    
    <small>[Compare to previous release][comp:6.1.0]</small>
    
    ### Added
    
    -   New 'formats[].generateMap' setting allows you to decide on map output on a format basis
        The `liveSassCompile.settings.generateMap` is applied if this setting is `null` (its default).
    
    ### Changes
    
    -   'formats[].extensionName' now allows any string ending with `.css` without throwing a warning.
    -   Tweaks to docs, reflecting the settings changes and correcting outdated info too
    
    ### Updated
    
    -   `sass` to `1.65.1` [Changelog][cl:sa]
    -   `fdir` to `6.0.2` [Changelog][cl:fd]
    -   `postcss` to `8.4.27` [Changelog][cl:pc]
    -   Various dev dependency updates _(nothing user facing)_
    
    [comp:6.1.0]: v6.0.6...v6.1.0
    [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 committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    d7bada9 View commit details
    Browse the repository at this point in the history
  2. v6.1.0 - PR #313 from glenn2223

    # 6.1.0 - 2023-08-12
    
    <small>[Compare to previous release][comp:6.1.0]</small>
    
    ### Added
    
    -   New 'formats[].generateMap' setting allows you to decide on map output on a format basis  
        The `liveSassCompile.settings.generateMap` is applied if this setting is `null` (its default).
    
    ### Changes
    
    -   'formats[].extensionName' now allows any string ending with `.css` without throwing a warning.
    -   Tweaks to docs, reflecting the settings changes and correcting outdated info too
    
    ### Updated
    
    -   `sass` to `1.65.1` [Changelog][cl:sa]
    -   `fdir` to `6.0.2` [Changelog][cl:fd]
    -   `postcss` to `8.4.27` [Changelog][cl:pc]
    -   Various dev dependency updates _(nothing user facing)_
    
    [comp:6.1.0]: v6.0.6...v6.1.0
    [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 Aug 12, 2023
    Configuration menu
    Copy the full SHA
    4b71b7d View commit details
    Browse the repository at this point in the history
  3. Formating/display fix

    Corrected ' with `
    glenn2223 authored Aug 12, 2023
    Configuration menu
    Copy the full SHA
    f714bb0 View commit details
    Browse the repository at this point in the history
Loading