Skip to content

Releases: bholloway/resolve-url-loader

3.1.5

02 Dec 07:46
Compare
Choose a tag to compare

Loosened dependency on loader-utils to allow security patches

5.0.0

17 Jan 21:59
e2695cd
Compare
Choose a tag to compare

Breaking changes

  • Require node>=12.
  • Support only webpack>=4.
  • Update to postcss@^8.
  • Remove rework engine (which was deprecated in V4).

Bugfixes

  • Fix log messages not correctly normalising absolute paths to posix style on Windows platform
  • Fixes to end-to-end tests and test framework.

5.0.0-beta.1

09 Jun 23:52
Compare
Choose a tag to compare
5.0.0-beta.1 Pre-release
Pre-release

Breaking changes

  • Require node>=12.
  • Support only webpack>=4.
  • Update to postcss@^8.
  • Remove rework engine (which was deprecated in V4).

Bugfixes

  • Fix log messages not correctly normalising absolute paths to posix style on Windows platform
  • Fixes to end-to-end tests and test framework.

5.0.0-alpha.1

20 May 11:38
Compare
Choose a tag to compare
5.0.0-alpha.1 Pre-release
Pre-release

Breaking changes

  • Require node>=12.
  • Support only webpack>=4.
  • Update to postcss@^8.
  • Remove rework engine (which was deprecated in V4).

Bugfixes

  • Fix log messages not correctly normalising absolute paths to posix style on Windows platform

4.0.0

10 May 03:24
Compare
Choose a tag to compare

Features

  • Better resolution of the original source location - You can more successfully use url() in variables and mixins.
  • Dependencies now accept a wider range and explicit dependency on rework and rework-visit has been removed.

Breaking Changes

  • The engine option is deprecated which means the old rework engine is deprecated.
  • The keepQuery behaviour is now the default, the keepQuery option has been removed.
  • The removeCR option defaults to true when executing on Windows OS.
  • The absolute option has been removed.
  • The join option has changed.

Migrating

See the changlog.

3.1.3

01 May 11:18
Compare
Choose a tag to compare

Added CTA to try v4 before its imminent release

4.0.0-beta.2

01 May 08:30
Compare
Choose a tag to compare
4.0.0-beta.2 Pre-release
Pre-release

The removeCR option defaults true on Windows OS. Default is false otherwise.

4.0.0-beta.1

06 Apr 05:26
Compare
Choose a tag to compare
4.0.0-beta.1 Pre-release
Pre-release
4.0.0-beta.1

4.0.0-alpha.4

30 Mar 21:55
Compare
Choose a tag to compare
4.0.0-alpha.4 Pre-release
Pre-release
  • Improved documentation
  • The join option has changed again.

4.0.0-alpha.3

02 Mar 09:41
Compare
Choose a tag to compare
4.0.0-alpha.3 Pre-release
Pre-release
  • Improved documentation
  • The join option has changed again.
  • Warn where incoming source-map is missing.
  • Dependency rework is now optional peer.
  • Loosen dependencies (incl. postcss) to major version.
  • Remove low-value dependencies.