Skip to content

v3.0.0#81

Merged
zandr merged 26 commits intomasterfrom
develop
Apr 17, 2020
Merged

v3.0.0#81
zandr merged 26 commits intomasterfrom
develop

Conversation

@betzrhodes
Copy link

@betzrhodes betzrhodes commented Mar 18, 2020

  • 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

@betzrhodes
Copy link
Author

betzrhodes commented Mar 18, 2020

Release blocked by:

  • Test run on windows
  • HttpReader.spec.js:68:25 test failure locally (automated tests pass)
    • HttpReader should throw an error on url with unknown domain, local test error did not match expected (missing 'unknowndomain:80' from error message)

@zandr zandr merged commit d390dbe into master Apr 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants