Releases: electricimp/Builder
Releases · electricimp/Builder
Fix issue with Github Reader and caching of builder-libs.
Add path normalization to Github reader
Merge pull request #94 from electricimp/develop Add path normalization to Github reader
@include enhancements
@include functionality revised, improved and fully described in the readme
__PATH__ variable fixed according to its definition in the readme
existing tests updated
additional tests developed to fully test @include functionality
Support Git Local as a file reader
Adds support for Git Local as a file reader
3.0.0
- Update to
@include oncefeature- Code files with the same content will not be duplicated regardless of the file name or include path
- Fixed bug in FileCache related to
contextvariable - Fixed
--use-dependenciescache bug, expected behavior is as follows:--save-dependenciesoption turns off caching or reading from cache for all files- If
--use-dependenciesis enabled,--save-dependenciesis disabled, & the processed file is not included in the dependencies, then this file can be cached or read from cache
- Update to
@includefeature- ability to distinguish between local and github files with the same
@include oncedirective - added more paths for local include file searching
- ability to reference & track specific git branch/commit includes
- ability to distinguish between local and github files with the same
- Fix for windows backslash path errors
- Added support for BitBucket includes