Skip to content

Releases: StubbleOrg/Stubble.Extensions.Loaders

1.0.0 Alpha 5

01 Jul 14:35

Choose a tag to compare

1.0.0 Alpha 5 Pre-release
Pre-release
  • Updates to Stubble.Core Alpha 18 Semantics

1.0.0 Alpha 4

29 Jun 20:07

Choose a tag to compare

1.0.0 Alpha 4 Pre-release
Pre-release

This alpha release contains the updated IStubbleLoader interface added with Stubble Alpha 16. This means all the implementations have async implementations as well as some of the logic is cleaned up and made more obvious.

  • Update IStubbleLoader interfaces on the loaders and add the async implementations #4
  • Update the project for project.json to the new style csproj #3 (This also brings the versioning inline with stubble using Nerdbank.GitVersioning
  • The file system loader now allows you to pass in no extension to stop adding a default extension along with the ability to skip delimiter transformation if you're using standard file-system folder delimiters. Thanks to @snboisen for pointing out these missing features with their AspNetCoreTemplateLoader in #2

1.0.0 Alpha 2

15 Mar 11:42

Choose a tag to compare

1.0.0 Alpha 2 Pre-release
Pre-release
  • Feature: FileSystemLoader now can search into directories where the directories are delimited e.g. DirectoryA:DirectoryB:Template #1