Skip to content

Releases: milkshakesoftware/PreMailer.Net

v2.6.0

22 May 21:34
3bc19ff
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.5.0...v2.6.0

v2.5.0

24 Nov 18:05
d4036cc
Compare
Choose a tag to compare

What's Changed

  • Bump AngleSharp from 0.16.1 to 1.0.7. Only the IMarkupFormatter from AngleSharp is exposed as public api and that interface has not changed in that version jump so this should not cause any breakages for users.
  • Dependency Bumps for the Tests and Benchmark projects.
  • Fix race condition when running unit tests by @jasekiw in #374
  • Normalize all file line endings by @jasekiw in #365
  • Update benchmark project framework by @jasekiw in #351
  • Use correct framework by @kasperk81 #334
  • Update CI triggers to main branch by @martinnormark #332
  • Bug triage by @martinnormark #328
  • More efficient selector matching of all elements by @patrikwlund #326
  • Read text node instead of InnerHtml for CSS by @patrikwlund #325
  • Include a benchmark that sets all MoveCssInline() flags by @patrikwlund #324
  • Realistic benchmark by @patrikwlund #323
  • Decent optimizations for CssAttributeCollection by @patrikwlund #322

New Contributors

Full Changelog: v2.4.0...v2.5.0

v2.4.0

02 Nov 11:20
e7084b7
Compare
Choose a tag to compare

What's Changed

  • Build(deps): Bump AngleSharp from 0.16.0 to 0.16.1 in /PreMailer.Net/PreMailer.Net by @dependabot in #272
  • Build(deps): Bump AngleSharp from 0.16.0 to 0.16.1 in /PreMailer.Net/PreMailer.Net.Tests by @dependabot in #271
  • Preserve unsupported media queries in head element by @sleeplessghost in #275

New Contributors

  • @sleeplessghost made their first contribution in #275

Full Changelog: v2.3.0...v2.4.0

v2.3.0

08 Oct 15:12
8954472
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.0...v2.3.0

v2.2.0

08 Apr 07:47
fbde4f3
Compare
Choose a tag to compare

Add optional custom markupformatter parameter #198

v2.1.3

30 Oct 17:59
69adafe
Compare
Choose a tag to compare

Target .NET Framework 4.6.1 instead of 4.6 #187

v2.1.2

15 Sep 09:42
5feee32
Compare
Choose a tag to compare

Add support on fetching Uri with local filepath like file:///C:/websiite/style.css #182
Bump AngleSharp from 0.12.1 to 0.13.0 #176

v2.1.0

06 Sep 21:03
dfbfdf4
Compare
Choose a tag to compare

Update AngleSharp to v0.12.1 #175
Allow Stream as input of PreMailer #159
Optimization: Cache selector specificity #153
FIX: Problems with minified Css #151

v2.0.1

07 Dec 11:37
db0eb01
Compare
Choose a tag to compare

Add support for .Net Framework 4.5+

v2.0.0

18 Jul 05:57
922ae93
Compare
Choose a tag to compare

.NET Standard 2.0 Support and project clean up #156