Releases: milkshakesoftware/PreMailer.Net
Releases · milkshakesoftware/PreMailer.Net
v2.6.0
What's Changed
- Various dependency updates
- Update AngleSharp version to 1.1.0 by @martinnormark in #407
Full Changelog: v2.5.0...v2.6.0
v2.5.0
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
- @patrikwlund made their first contribution in #323
- @kasperk81 made their first contribution in #334
- @jasekiw made their first contribution in #351
Full Changelog: v2.4.0...v2.5.0
v2.4.0
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
What's Changed
- Migrate tests to Xunit by @martinnormark in #207
- Publish new tag to NU Get by @martinnormark in #208
- Fix: Keep css attributes in logical order (#53) by @r-Larch in #253
- Append analytics query string before anchor tag by @bjnoel in #255
- Fix: Generate inline styles without !important (#149) by @r-Larch in #260
- Fix: Build warning xUnit2009: Do not use .. by @r-Larch in #261
New Contributors
Full Changelog: v2.2.0...v2.3.0
v2.2.0
v2.1.3
v2.1.2
v2.1.0
v2.0.1
Add support for .Net Framework 4.5+