Skip to content

3.0.0

Compare
Choose a tag to compare
@zandr zandr released this 17 Apr 17:30
· 110 commits to master since this release
d390dbe
  • Update to @include once feature
    • Code files with the same content will not be duplicated regardless of the file name or include path
  • Fixed bug in FileCache related to context variable
  • Fixed --use-dependencies cache bug, expected behavior is as follows:
    • --save-dependencies option turns off caching or reading from cache for all files
    • If --use-dependencies is enabled, --save-dependencies is disabled, & the processed file is not included in the dependencies, then this file can be cached or read from cache
  • Update to @include feature
    • ability to distinguish between local and github files with the same @include once directive
    • added more paths for local include file searching
    • ability to reference & track specific git branch/commit includes
  • Fix for windows backslash path errors
  • Added support for BitBucket includes