All Versions
10
Latest Version
Avg Release Cycle
0 days
Latest Release
1704 days ago
Changelog History
Changelog History
-
v2.2.9 Changes
March 05, 2020- โก๏ธ [Fix] Updated to latest Buildalyzer (#865)
- ๐ [Documentation] Fixed typo (#860, thanks @pascalberger)
- ๐ [Fix] Moved CleanBlog JS to the bottom so not to block rendering (#867, thanks @pug-pelle-p)
๐ Please see https://wyam.io/docs/usage/obtaining for important notes about downloading and installing.
-
v2.2.8 Changes
March 05, 2020- โก๏ธ [Fix] Updated NuGet packages in an attempt to fix ongoing package installation and signature verification problems
๐ Please see https://wyam.io/docs/usage/obtaining for important notes about downloading and installing.
-
v2.2.7 Changes
March 05, 2020- ๐ฆ [Fix] Fix for the fix that fixes bugs related to package installation and signature verification
๐ Please see https://wyam.io/docs/usage/obtaining for important notes about downloading and installing.
-
v2.2.6 Changes
March 05, 2020- ๐ฆ [Fix] Fixes for bugs related to package installation and signature verification
๐ Please see https://wyam.io/docs/usage/obtaining for important notes about downloading and installing.
-
v2.2.5 Changes
March 05, 2020- ๐จ [Refactoring] Updated to latest version of Markdig (#855, thanks @rchande)
- ๐จ [Refactoring] Updated Cake dependency to 0.33.0 (#823, thanks @devlead)
- โช [Fix] NuGet restore now uses the correct target framework (#820, thanks @devlead)
- 0๏ธโฃ [Fix] Sets a default user agent for the
HttpClient
(#802, thanks @SeanKilleen) - ๐ [Documentation] Enhances docs for the
Include
module and shortcode (#816, thanks @johanvergeer)
๐ Please see https://wyam.io/docs/usage/obtaining for important notes about downloading and installing.
-
v2.2.4 Changes
March 05, 2020- โก๏ธ [Feature] Updates JavaScriptEngineSwitcher to 3.0
๐ Please see https://wyam.io/docs/usage/obtaining for important notes about downloading and installing.
-
v2.2.3 Changes
March 05, 2020- [Feature] New
Raw
shortcode useful for escaping inner shortcode syntax - ๐จ [Refactoring] Changes the special nested escape processing instruction for shortcodes from a standard processing instruction to
<?* ... ?>
- ๐ [Fix] Fixes a regression in
AutoLink
where a new document was being returned when it shouldn't have been (#786) - ๐ [Fix] Moved the
AutoLink
module in docs to execute after all template processing (#786)
๐ Please see https://wyam.io/docs/usage/obtaining for important notes about downloading and installing.
- [Feature] New
-
v2.2.2 Changes
March 05, 2020- [Feature] The
Include
shortcode now tracks what file it's been called from (including nested includes) and attempts to first resolve includes relative to the current file - [Feature] Shortcodes are now evaluated recursively and can be nested (but must use the same pre vs. post rendering delimiter as their parent)
- [Feature] Shortcodes can now be evaluated before rendering with the
<?! ... /?>
syntax as well as after rendering with the existing<?# ... /?>
syntax - โช [Fix] Temporary workaround for shortcodes not working under certain conditions after HTML processing (#784)
๐ Please see https://wyam.io/docs/usage/obtaining for important notes about downloading and installing.
- [Feature] The
-
v2.2.1 Changes
March 05, 2020- [Feature] New
Highlight
shortcode - [Feature] New
YouTube
shortcode - [Feature] New
Giphy
shortcode - [Feature] New
CodePen
shortcode - [Feature] Improvements to
Sass
module processing of@import
including a new.WithImportPath()
delegate that can fine-tune import path locations - ๐จ [Refactoring] Refactored
Embed
shortcode to make derived oEmbed shortcodes easier to implement - ๐จ [Refactoring] Refactored
HttpClient
support inExecutionContext
to work more likeHttpClientFactory
by sharing aHttpMessageHandler
instead of aHttpClient
instance
๐ Please see https://wyam.io/docs/usage/obtaining for important notes about downloading and installing.
- [Feature] New
-
v2.2.0 Changes
March 05, 2020- [Breaking Change] Removes BookSite and the Velocity theme (#764)
- ๐ [Feature] Shortcodes! Take a look at the docs for more information (#359)
- [Feature] New
MirrorResources
module to download CDN links and mirror them locally (#781) - ๐จ [Refactoring] New
IExecutionContext.HttpClient
andIExecutionContext.GetHttpClient(HttpMessageHandler)
to manage a single sharedHttpClient
instance - ๐จ [Refactoring] New support in
Wyam.Testing
andTestExecutionContext
for testing modules that use aHttpClient
- ๐ [Feature] New
IMetadata.String()
extension that takes a formatting function to apply if the key exists in the metadata - ๐ [Feature] New
IMetadata.TryGetValue<T>()
method to attempt getting a metadata value, but only if it can be converted/cast toT
- ๐ [Feature] New
IMetadata
extension methods to make generating XML-to-LINQ trees from metadata values easier - ๐ [Fix] Fixed a bug when the
Sass
module processes Sass files that have includes which aren't under aninput
folder
๐ Please see https://wyam.io/docs/usage/obtaining for important notes about downloading and installing.