From 9a03073e5e5b81fe061b498920b929be964821e6 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 7 Dec 2021 17:25:46 +0200 Subject: [PATCH 1/2] Update CHANGELOG.md --- CHANGELOG.md | 101 ++++++++------------------------------------------- 1 file changed, 16 insertions(+), 85 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f22c8f8..8d229eea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,106 +1,34 @@ -# Gulp Sass Changelog +# gulp-sass Changelog -## v5.0.0 -**June 25, 2021** -https://github.com/dlmanning/gulp-sass/releases/tag/v5.0.0 - -## v4.1.1 -**June 24, 2021** -https://github.com/dlmanning/gulp-sass/releases/tag/v4.1.1 - -## v4.1.0 -**April 23, 2020** - -https://github.com/dlmanning/gulp-sass/releases/tag/v4.1.0 - -## v4.0.2 -**October 16, 2018** - -https://github.com/dlmanning/gulp-sass/releases/tag/v4.0.2 - -## v4.0.1 -**Apr 8, 2018** - -https://github.com/dlmanning/gulp-sass/releases/tag/v4.0.1 - -## v4.0.0 -**April 5, 2018** - -https://github.com/dlmanning/gulp-sass/releases/tag/v4.0.0 - -## v3.2.1 -**March 24, 2018** - -https://github.com/dlmanning/gulp-sass/releases/tag/v3.2.1 - -## v3.2.0 -**March 12, 2018** - -https://github.com/dlmanning/gulp-sass/releases/tag/v3.2.0 - -## v3.1.0 -**January 9, 2017** - -https://github.com/dlmanning/gulp-sass/releases/tag/v3.1.0 - -## v3.0.0 -**January 9, 2017** - -https://github.com/dlmanning/gulp-sass/releases/tag/v3.0.0 - -## v2.3.2 -**June 15, 2016** - -https://github.com/dlmanning/gulp-sass/releases/tag/v2.3.2 - -## v2.3.1 -**April 22, 2016** - -https://github.com/dlmanning/gulp-sass/releases/tag/v2.3.1 - -## v2.3.0 -**April 21, 2016** - -https://github.com/dlmanning/gulp-sass/releases/tag/v2.3.0 - -## v2.3.0-beta.1 -**February 4, 2016** - -https://github.com/dlmanning/gulp-sass/releases/tag/v2.3.0-beta.1 - -## v2.2.0 -**February 4, 2016** - -https://github.com/dlmanning/gulp-sass/releases/tag/v2.2.0 - -## v2.1.0 -**November 2, 2015** - -https://github.com/dlmanning/gulp-sass/releases/tag/v2.1.0 +You can find the latest info on releases on . ## v2.1.0-beta + **September 21, 2015** -* **Change** :arrow_up: Bump to Node Sass 3.4.0-beta1 +* **Change** :arrow_up: Bump to `node-sass` 3.4.0-beta1 ## v2.0.4 + **July 15, 2015** * **Fix** Relative file path now uses `file.relative` instead of arcane `split('/').pop` magic. Resolves lots of issues with source map paths. - * **Fix** Empty partials no longer copied to CSS folder ## v2.0.3 + **June 27, 2015** * **Fix** Empty partials no longer copied to CSS folder ## v2.0.2 + **June 25, 2015** * **Fix** Error in watch stream preventing watch from continuing ## v2.0.1 + **May 13, 2015** * **Fix** Source maps now work as expected with Autoprefixer @@ -108,16 +36,19 @@ https://github.com/dlmanning/gulp-sass/releases/tag/v2.1.0 * **Fix** Error message returned is unformatted so as to not break other error handling (*i.e.* `gulp-notify`) ## v2.0.0 + **May 6, 2015** -* **Change** :arrow_up: Bump to Node Sass 3.0.0 +* **Change** :arrow_up: Bump to `node-sass` 3.0.0 ## v2.0.0-alpha.1 + **March 26, 2015** * **New** Added `renderSync` option that can be used through `sass.sync()` ### March 24, 2015 + * **Change** Updated to `node-sass` 3.0.0-alpha.1 * **New** Added support for `gulp-sourcemaps` including tests * **New** Added `.editorconfig` for development consistency @@ -127,12 +58,12 @@ https://github.com/dlmanning/gulp-sass/releases/tag/v2.1.0 ### 1.3.3 -* updated to node-sass 2.0 (final) -* should now work with node 0.12 and io.js +* updated to `node-sass` 2.0 (final) +* should now work with Node.js 0.12 and io.js ### 1.3.2 -* fixed errLogToConsole +* fixed `errLogToConsole` ### 1.3.1 @@ -140,4 +71,4 @@ https://github.com/dlmanning/gulp-sass/releases/tag/v2.1.0 ## Version 1.3.0 -* Supports node-sass 2.0 (thanks laurelnaiad!) +* Supports `node-sass` 2.0 (thanks laurelnaiad!) From 1a4a3beda1f8393a070a331649c9b2d978c3eb71 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 29 Dec 2021 08:22:56 +0200 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 102 +++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 98 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d229eea..4d1e1363 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,106 @@ # gulp-sass Changelog -You can find the latest info on releases on . +## v5.0.0 + +**June 25, 2021** + + + +## v4.1.1 + +**June 24, 2021** + + + +## v4.1.0 + +**April 23, 2020** + + + +## v4.0.2 + +**October 16, 2018** + + + +## v4.0.1 + +**Apr 8, 2018** + + + +## v4.0.0 + +**April 5, 2018** + + + +## v3.2.1 + +**March 24, 2018** + + + +## v3.2.0 + +**March 12, 2018** + + + +## v3.1.0 + +**January 9, 2017** + + + +## v3.0.0 + +**January 9, 2017** + + + +## v2.3.2 + +**June 15, 2016** + + + +## v2.3.1 + +**April 22, 2016** + + + +## v2.3.0 + +**April 21, 2016** + + + +## v2.3.0-beta.1 + +**February 4, 2016** + + + +## v2.2.0 + +**February 4, 2016** + + + +## v2.1.0 + +**November 2, 2015** + + ## v2.1.0-beta **September 21, 2015** -* **Change** :arrow_up: Bump to `node-sass` 3.4.0-beta1 +* **Change** Updated to `node-sass` 3.4.0-beta1 ## v2.0.4 @@ -19,7 +113,7 @@ You can find the latest info on releases on