Releases: StubbleOrg/Stubble.Extensions.Loaders
Releases · StubbleOrg/Stubble.Extensions.Loaders
1.0.0 Alpha 5
- Updates to Stubble.Core Alpha 18 Semantics
1.0.0 Alpha 4
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
IStubbleLoaderinterfaces 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
AspNetCoreTemplateLoaderin #2
1.0.0 Alpha 2
- Feature: FileSystemLoader now can search into directories where the directories are delimited e.g.
DirectoryA:DirectoryB:Template#1