Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range 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: sveltejs/svelte-loader
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0df2fd07c9b123a155510e733d09b56e070105bb
Choose a base ref
..
head repository: sveltejs/svelte-loader
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5438a4a045689e3e8a33c251ca4bf96b8cf49723
Choose a head ref
Showing with 3 additions and 2 deletions.
  1. +3 −2 CHANGELOG.md
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,8 +3,9 @@
## 3.0.0 (unreleased)

* Breaking: dropped Svelte 2 support ([#150](https://github.com/sveltejs/svelte-loader/pull/150))
* Webpack 5 support ([#151](https://github.com/sveltejs/svelte-loader/pull/151))
* Node 14 support and fix intermittent crashes when using `cache-loader` in front of `svelte-loader` ([#125](https://github.com/sveltejs/svelte-loader/pull/125))
* Breaking: dropped Node 8 support ([#157](https://github.com/sveltejs/svelte-loader/pull/157))
* Add Webpack 5 support ([#151](https://github.com/sveltejs/svelte-loader/pull/151))
* Add Node 14 support and fix intermittent crashes when using `cache-loader` in front of `svelte-loader` ([#125](https://github.com/sveltejs/svelte-loader/pull/125))
* Fix handling of paths containing `$$` ([#149](https://github.com/sveltejs/svelte-loader/pull/149))

## 2.13.6