Releases: statiqdev/Statiq.Web
Releases · statiqdev/Statiq.Web
1.0.0-beta.30
- Updated Statiq Framework to version 1.0.0-beta.44.
This Statiq Framework update includes some important breaking changes to Razor layouts and partials. If you have trouble
with layout and partial compilation after this update, please read the Statiq Framework release notes for help.
1.0.0-beta.29
- Updated Statiq Framework to version 1.0.0-beta.43.
1.0.0-beta.28
- Added
GitHubClientExtensions.ThrottleAsync()
extensions that can automatically deal with GitHub rate limit and abuse detection exceptions (#952). - Added automatic throttling to the
ReadGitHub
module and aWithThrottle()
fluent configuration method to specify whether to use it. - Added ability to set the temp and cache paths via
TempPath
andCachePath
settings. - Updated Statiq Framework to version 1.0.0-beta.42.
1.0.0-beta.27
- Added additional extensions to the bootstrapper for creating processes with a
ProcessLauncher
factory. - Updated Statiq Framework to version 1.0.0-beta.41.
1.0.0-beta.26
- Updated Statiq Framework to version 1.0.0-beta.40.
1.0.0-beta.25
- Updated Statiq Framework to version 1.0.0-beta.39.
1.0.0-beta.24
- Updated Statiq Framework to version 1.0.0-beta.38.
1.0.0-beta.23
- Updated Statiq Framework to version 1.0.0-beta.37.
1.0.0-beta.22
- Updated Statiq Framework to version 1.0.0-beta.36.
1.0.0-beta.21
- Updated Statiq Framework to version 1.0.0-beta.35.
- Added an
ArchiveOrder
to archives which can be used to sort the archive by an arbitrary value using computed metadata (as opposed toArchiveOrderKey
which relies on the value in metadata). - Added support for maxwidth and maxheight to the embed (and derived) shortcode (#943).