Releases: Shazwazza/Smidge
v4.0.2
See milestone for details https://github.com/Shazwazza/Smidge/milestone/17?closed=1
What's Changed
- Check if request headers exist by @PhyxionNL in #128
Full Changelog: v4.0.1...v4.0.2
v4.0.1
See milestone for details https://github.com/Shazwazza/Smidge/milestone/16?closed=1
Full Changelog: v4.0.0...v4.0.1
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();
v3.2.1
One issue/feature done, see milestone for deatils
https://github.com/Shazwazza/Smidge/milestone/14?closed=1
Install via nuget:
PM> Install-Package Smidge
Update via nuget:
PM> Update-Package Smidge
And if you use Nuglify, for the minification engine:
PM> Update-Package Smidge.Nuglify
v3.2.0
A few bugs fixed and nuglify support for aspnetcore 3, see milestone for full details:
https://github.com/Shazwazza/Smidge/milestone/12?closed=1
Install via nuget:
PM> Install-Package Smidge
Update via nuget:
PM> Update-Package Smidge
And if you use Nuglify, for the minification engine:
PM> Update-Package Smidge.Nuglify
v3.1.1
One bug fixed, see milestone for details:
https://github.com/Shazwazza/Smidge/milestone/12?closed=1
Install via nuget:
PM> Install-Package Smidge
Update via nuget:
PM> Update-Package Smidge
And if you use Nuglify, for the minification engine:
PM> Update-Package Smidge.Nuglify
v3.1.0
.NET Core 3 support
There's really no other changes apart from supporting .NET Core 3. Big thanks to https://github.com/vincentparrett for all the work on helping to get this done 🎉
Install via nuget:
PM> Install-Package Smidge
Update via nuget:
PM> Update-Package Smidge
And if you use Nuglify, for the minification engine:
PM> Update-Package Smidge.Nuglify
v3.0.3
Patch release
Bug fixes, see milestone for full details: https://github.com/Shazwazza/Smidge/milestone/10?closed=1
Update via nuget:
PM> Update-Package Smidge
And if you use Nuglify, for the minification engine:
PM> Update-Package Smidge.Nuglify
v3.0.2
Patch release
Bug fixes, see milestone for full details: https://github.com/Shazwazza/Smidge/milestone/9?closed=1
Update via nuget:
PM> Update-Package Smidge
And if you use Nuglify, for the minification engine:
PM> Update-Package Smidge.Nuglify
v3.0.1
Patch release
Bug fixes, see milestone for full details: https://github.com/Shazwazza/Smidge/milestone/7?closed=1
Update via nuget:
PM> Update-Package Smidge
And if you use Nuglify, for the minification engine:
PM> Update-Package Smidge.Nuglify