v4.0.0
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();