Skip to content

Releases: lunet-io/lunet

0.5.3

30 Aug 07:15
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • Fix concat in bundle processor when parsing @charset (415fac9)

Full Changelog: 0.5.2...0.5.3

Published with dotnet-releaser

0.5.2

30 Aug 06:28
Compare
Choose a tag to compare

Changes

✨ New Features

  • Add support for attaching class attribute to all markdown images (via markdown.options.css_img_attr) (ed490c1)

Full Changelog: 0.5.1...0.5.2

Published with dotnet-releaser

0.5.1

30 Aug 06:02
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • Fix a sync problem when bundle concat/minify is disabled, content if newer would not be copied (dcb0453)

🧰 Misc

  • Improve compliance with RSS feed by adding atom/link based on W3C feed check (f407e99)
  • Unindent content inclusion in default template to make sure that pre/code items won't be unnecessarily indented. (aebfb6b)

Full Changelog: 0.5.0...0.5.1

Published with dotnet-releaser

0.5.0

24 Aug 17:31
Compare
Choose a tag to compare

Changes

✨ New Features

  • Add support for loading extra documentation from source project (64f06bb)
  • Add default templates to generate .NET API doc (bc88f2b)
  • Add profiler API (375d9eb)
  • Add xoofx owners to avoid mention in release notes (3a15f92)

🐛 Bug Fixes

  • Fix cache site filesystem (4c077ba)
  • Fix CI to use net6.0 (355b4b7)
  • Fix AssemblyVersion with MinVer (b2be2c2)
  • Fix the summarizer (8651b23)
  • Fix sqllite after upgrading to 6.0 (e282b40)
  • Fix rss generation (a87c84c)
  • Fix order of layout module (152acb5)
  • Fix copy of content with latest Zio (d6dcdec)
  • Fix issue when a URL defined for a content is generating a html file directly (e.g case for 404.md file that will generate a 404.html file) (b32031e)
  • Fix some warnings (4307cc7)

🧰 Maintenance

  • Update ci to use dotnet-releaser (63cd630)

📦 Dependencies

  • Update dependency MinVer 3.0.0 (dd4d11e)
  • Update dependencies (d592f62)
  • Update dependencies (bb1af34)
  • Update dependencies (54ed298)
  • Bump dependencies and switch to .NET 7.0 (925a2f1)

🧰 Misc

  • Update NuGet packages (7a091ba)
  • Allow markdown layout before going to html layout (49e04aa)
  • Change xsl template to allow working with inlined markdown (f2809c2)
  • Remove IDynamicObject interface (b8cb1a9)
  • Change Builtins object (0e59753)
  • Use TryFindByPath in MenuProcessor (19993bd)
  • Improve .NET API doc gen (7843928)
  • Avoid writing files back to disk if its content hasn't changed (d8c3dc8)
  • Update NuGet Package references (9d54f3e)
  • Support frontmatter parsing from bytes (bd10c0a)
  • Use Zio value type API. Optimize memory alloc and reduce some thead/lock contention (31bff9a)
  • Migrate to net6.0 (172bc90)
  • Update namespaces (08c8afd)
  • Optimize stream writer when writing simple string content (0348bce)
  • Use Encoding.Default (6079bc3)
  • Restore parallelism for content processing (aa7f314)
  • Make bundle command thread safe (69c5a04)
  • Avoid running git hash on local builds (921ad92)
  • Remove usage of SDK Microsoft.NET.Sdk.Web when using only the AspNetCore libraries (b34ad38)
  • Force a CI run (9f203f9)
  • Update all NuGet packages (3b2ff8f)
  • Use bash with dotnet-releaser in GitHub Action (8b28899)
  • Use MinVer (2b8a899)
  • Update packages (15eadde)
  • Update solution with dotnet-releaser.toml (ed0831b)
  • Cleanup code in TomlUtil (0acae9a)
  • Improve logging by using Lunet.Extensions.Logging.SpectreConsole (ddc0230)
  • Remove copy of old local copy of CommandLineUtils. Use NuGet McMaster.Extensions.CommandLineUtils (c88d134)
  • Remove Microsoft.Extensions.Logging.Console (f7f31ff)
  • Allow to insert processors before another one based on name instead (ea22600)
  • Remove unnecessary NuGet dependencies (482ffec)

Full Changelog: 0.4.2...0.5.0

Published with dotnet-releaser