Skip to content

v0.7.0-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@daveaglick daveaglick released this 05 Mar 02:48
· 10 commits to develop since this release
94a3f1b
  • 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, and RelativeFileDir
  • Feature - Added additional metadata to WriteFiles: DestinationFileBase, DestinationFileExt, DestinationFileName, DestinationFileDir, and DestinationFilePathBase
  • 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