Skip to content

v4.0.0

Compare
Choose a tag to compare
@Shazwazza Shazwazza released this 22 Sep 16:06
· 70 commits to master since this release

A new major version of Smidge is out 馃帀

Plenty of new features and fixes. Full details can be found here: https://github.com/Shazwazza/Smidge/milestone/8?closed=1

Some notable new features:

  • Targets .NET Core 3.1 and .NET 5.0
  • Brotli support
  • Globbing file pattern support
  • Separate out Smidge.Core package
  • In-memory bundling support
 > dotnet add package Smidge --version 4.0.0
services.AddSmidge();

To use Nuglify, for the minification engine:

 > dotnet add package Smidge.Nuglify --version 4.0.0
services.AddSmidgeNuglify();

For in-memory only support:

 > dotnet add package Smidge.InMemory --version 4.0.0
services.AddSmidgeInMemory();