Skip to content

Releases: Shazwazza/Smidge

v4.0.2

06 Oct 16:37
0ba3ae5
Compare
Choose a tag to compare

See milestone for details https://github.com/Shazwazza/Smidge/milestone/17?closed=1

What's Changed

Full Changelog: v4.0.1...v4.0.2

v4.0.1

06 Oct 16:36
Compare
Choose a tag to compare

v4.0.0

22 Sep 16:06
Compare
Choose a tag to compare

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

15 Mar 23:32
Compare
Choose a tag to compare

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

26 Nov 04:55
Compare
Choose a tag to compare

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

13 Jul 04:08
Compare
Choose a tag to compare

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

15 Oct 01:32
Compare
Choose a tag to compare

.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

24 Oct 06:14
Compare
Choose a tag to compare

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

17 Jul 02:16
Compare
Choose a tag to compare

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

30 May 02:01
Compare
Choose a tag to compare

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