Skip to content

Releases: electricimp/Builder

Fix issue with Github Reader and caching of builder-libs.

07 Mar 23:46
13691f6
Compare
Choose a tag to compare
Merge pull request #110 from electricimp/develop

Merge pull request #109 from nobitlost/master

Add path normalization to Github reader

12 Aug 22:06
eafce6c
Compare
Choose a tag to compare
Merge pull request #94 from electricimp/develop

Add path normalization to Github reader

@include enhancements

06 Aug 00:06
e913d21
Compare
Choose a tag to compare
@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

25 Jun 22:21
4e55bf1
Compare
Choose a tag to compare

Adds support for Git Local as a file reader

3.0.0

17 Apr 17:30
d390dbe
Compare
Choose a tag to compare
  • 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

2.8.1

22 May 22:27
Compare
Choose a tag to compare
  • Fix for Windows compatibility #66
  • Fix for GitHub path bug #68
  • Documentation update

2.8.0

29 Apr 22:23
01f7443
Compare
Choose a tag to compare
  • Add --use-remote-relative-includes CLI option.
    • Fixed issues: #42
  • Added TC badge
  • Removed travis.yml

2.7.0

18 Apr 17:56
7f149f2
Compare
Choose a tag to compare
  • Add 'reproducible artifacts built from GitHub' feature.
  • Fixed issues: #52

2.6.0

03 Apr 18:12
b457298
Compare
Choose a tag to compare

Add --suppress-duplicate-includes-warning command line option.

Fixed issues:

#35
#36

2.5.0

01 Feb 05:48
df19acc
Compare
Choose a tag to compare
  1. Added path info to error messages #49.
  2. Fix some tests failures on Windows (end of line characters fixed).