Releases: corporateshark/bootstrapping
1.0.7
1.0.6
New: added JSON key predicate to run custom Python code to determine whether a library needs to be downloaded (cbaacf9)
New: added JSON key recursive: <true|false> to control Git recursive cloning (1a2c734)
New: command-line option --version (f395ada)
Improved: escapify script file names ( fb6ca4c)
Improved: enclose library names in quotation marks (0887854)
1.0.5
1.0.4
1.0.3
New: after a successful run, touch the state file to update its modification time
New: added licenses of the original project and this fork to bootstrap.py
Fixed: updated examples in bootstrap.json
1.0.2
1.0.1
New: treat archive files without an extension as .zip (1e596a2)
New: allow / in lib names (0bf5ba1)
New: print reason for urllib.error.URLError (4b5198b)
New: print returned value in dieIfNonZero() (3ae155b)
Fixed: replaced legacy urllib.request.URLopener with urllib.request.build_opener() (88f02b8)
1.0.0
New: command line option --skip <library name>
New: command line option --break-on-first-error
Fixed: target file name
Fixed: archives with mixed-case names on Windows
This changelog is written against the last version released by Blippar.