Releases: apparata/Bootstrapp
Releases · apparata/Bootstrapp
1.5.0: Templates can now import common files using import directive
1.4.0: Output directory is now prefixed by the current date.
Also, a bunch of refactoring happened, to modernize the app code.
Notarized binary attached below.
1.3.0: Add support for Swift packages directly in the template form
Notarized binary in the zip below.
1.1.0: Minor fixes and updated to XcodeGen 2.29.0
- Update to BootstrappKit 0.0.9
- Update to XcodeGen 2.29.0
- Update to SwiftUIToolbox 0.7.1
The attached Bootstrapp.app.zip contains a notarized app.
Bootstrapp 1.0.0: Raise deployment target to Monterey
- Various modernizations of the codebase.
Add General template (and General Meta Template) support.
0.1.4 Bump version number to 0.1.4 (5)
Fixed a bug in conditional inclusion of directories.
- Fixed a bug in conditional inclusion of directories.
- Updated to BootstrappKit 0.0.5
- Ignoring template files named
.ignored-placeholder
that you would put in empty directories in your template to make sure git tracks the directories.
Fixed bug in conditional file inclusion.
0.1.2
Add expression evaluation for includeDirectories and includeFiles conditions in Bootstrap.json
Add expression evaluation for includeDirectories and includeFiles conditions in Bootstrap.json
Pre-release
Pre-release
0.1.1
First alpha version.
Bootstrapp.app.zip
contains the notarized app.Templates.zip
contains sample templates.
Documentation is virtually non-existent, but the template language is somewhat documented in the README.md
file for https://github.com/apparata/TemplateKit.