Skip to content

v2.2.0

Compare
Choose a tag to compare
@daveaglick daveaglick released this 05 Mar 02:39
· 10 commits to develop since this release
94a3f1b
  • [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 and IExecutionContext.GetHttpClient(HttpMessageHandler) to manage a single shared HttpClient instance
  • [Refactoring] New support in Wyam.Testing and TestExecutionContext for testing modules that use a HttpClient
  • [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 to T
  • [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 an input folder

Please see https://wyam.io/docs/usage/obtaining for important notes about downloading and installing.