# Change Log
## [Unreleased]

## [2.1.1] - 2020-09-19
* Package cleanup: reduce published files and dependencies (#126, #127) [#128](https://github.com/shakacode/sass-resources-loader/pull/128) by [Thibaud Colas](https://github.com/thibaudcolas).

## [2.1.0] - 2020-07-22
* Supports the new Sass module system released with Dart Sass 1.23.0. The use of @use is recommended instead of @import. [#117](https://github.com/shakacode/sass-resources-loader/pull/117) by [Toms Burgmanis](https://github.com/tomburgs)

## [2.0.3] - 2020-04-13
* Dependency updates

## [2.0.2] - 2020-04-12
* Dependency updates

## [2.0.1] - 2019-05-25
* Dependency updates

## [2.0.0] - 2018-11-06
* Puts back in reverted changes from 1.3.4, support for Webpack v4 and no support for Webpack v1. [#66](https://github.com/shakacode/sass-resources-loader/pull/66) by [david-ogalego](https://github.com/david-ogalego)

## [1.3.5] - 2018-11-05
* Reverts commit for 1.3.4 to avoid breaking change users of webpack v1. [#81](https://github.com/shakacode/sass-resources-loader/pull/81) by [justin808](https://github.com/justin808)

## [1.3.4] - 2018-10-14
* Supports Webpack 4 and removed support for Webpack v1

## [1.3.3] - 2017-07-15
* Added support for `@import` rules in resource files [#34](https://github.com/shakacode/sass-resources-loader/pull/34) by [coditect](https://github.com/coditect)

## [1.3.0]

## [1.2.0]

## [1.1.0]
#### Added
* Added glob pattern matching for resources files [#10](https://github.com/shakacode/sass-resources-loader/issues/10) by [rtivital](https://github.com/rtivital)

For other releases see [GitHub Releases section](https://github.com/shakacode/sass-resources-loader/releases).

[Unreleased]: https://github.com/shakacode/sass-resources-loader/compare/v2.1.1...master
[2.1.1]: https://github.com/shakacode/sass-resources-loader/compare/v2.0.3...v2.1.1
[2.1.0]: https://github.com/shakacode/sass-resources-loader/compare/v2.0.3...v2.1.0
[2.0.3]: https://github.com/shakacode/sass-resources-loader/compare/v2.0.2...v2.0.3
[2.0.2]: https://github.com/shakacode/sass-resources-loader/compare/v2.0.1...v2.0.2
[2.0.1]: https://github.com/shakacode/sass-resources-loader/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/shakacode/sass-resources-loader/compare/v1.3.5...v2.0.0
[1.3.5]: https://github.com/shakacode/sass-resources-loader/compare/v1.3.4...v1.3.5
[1.3.4]: https://github.com/shakacode/sass-resources-loader/compare/v1.3.3...v1.3.4
[1.3.3]: https://github.com/shakacode/sass-resources-loader/compare/v1.3.0...v1.3.3
[1.3.0]: https://github.com/shakacode/sass-resources-loader/compare/v1.2.0...v1.3.0
[1.2.0]: https://github.com/shakacode/sass-resources-loader/compare/1.1.0...v1.2.0
[1.1.0]: https://github.com/shakacode/sass-resources-loader/compare/1.0.2...1.1.0
