v0.7.0-beta
Pre-release
Pre-release
daveaglick
released this
05 Mar 02:48
·
10 commits
to develop
since this release
- Moved all the libraries from alpha to beta to reflect improving stability
- Refactoring - Updated all projects and solution to Visual Studio 2015 and .NET 4.6
- Feature - Added ability to specify alternate ViewStart paths for the Razor module (#37 - thanks @mschumaker)
- Feature - Added ability to specify file ignore prefixes for the Razor module, files prefixed with
_
are now ignored by default (#37 - thanks @mschumaker) - Feature - Added additional metadata to
ReadFiles
:SourceFilePathBase
,RelativeFilePathBase
, andRelativeFileDir
- Feature - Added additional metadata to
WriteFiles
:DestinationFileBase
,DestinationFileExt
,DestinationFileName
,DestinationFileDir
, andDestinationFilePathBase
- Fix - Better normalization of file paths
- Feature - Adds a new
string IMetadata.Link(string key, string defaultValue = null)
method for automatically formatting links for HTML use (I.e., replacing slashes) - Refactoring - Updated to Roslyn 1.0
- Feature - Adds a new universal
IExecutionCache
for modules to use for caching data