Releases: permafrost-dev/stackup
Releases · permafrost-dev/stackup
v1.13.0
Changelog
- b5ef792 Merge pull request #5 from permafrost-dev/add-s3-imports
- 2c4b46f add s3 url support for file includes
- eeccfbb add env section to config files
- 029dd16 add prompter package
- b3afa12 refactoring, code cleanup
- 37c0814 support local file includes
- 49e3b2e update taskfile
- b48b60a update includes
- 2284f22 update checksum files
- 2d8cd69 update example config
- ea10d08 add "dotenv" setting to config file to specify the dotenv filenames to load
v1.12.0
v1.11.0
Changelog
- 96042dc update readme
- b749f19 make checksum validation more robust, fix checking checksums.NNN.txt values
- 6de7bde fix checksum verification to default to true, add ability to use a single checksums.shaNNN.txt file instead of individual .shaNNN files, remove some debug code
- 1aedb6f add consolidated checksum file
- 89ae4de add python remote include templates
v1.10.0
Changelog
- 8ec46ba finalize remote includes
- a6f25ea update templates
- 5fceb0c update taskfile
- f6aece2 update checksum files
- 81d0e15 update node include
- 9578530 update checksum files
- 1eedcce update checksum files
- 2b33a0b update checksum files
- 945b36f add presets for laravel, node, php
- d880876 update checksum files
- e4a499d refactoring includes and checksum verification
- 5f123ea refactoring includes and checksum verification
- 4ffedb0 wip
- 0cdc5bb wip
- 63b9bc4 add bump vers & release tasks
v1.9.0
Changelog
- 4af815c set default checksum validation for included urls true
- 2618448 add "verfy" attriube to includes items to allow for skipping checksum valiadion
- 8ee42eb update example config, readme, allow included urls to be prefixed with "gh:" to reference github urls for shorter url strings
- f38cfe6 update example config, remote includes
- 9121dba Merge pull request #4 from permafrost-dev/remote-includes
- 83d60e7 Merge branch 'main' into remote-includes
- 52496d3 make includes a root property instead of adding to tasks, add setting to continue even if checksum validation fails for remotely included files
- 22a0856 Merge pull request #3 from permafrost-dev/dependabot/go_modules/golang.org/x/net-0.7.0
- 193a8d2 Bump golang.org/x/net from 0.1.0 to 0.7.0
- f6a374a Merge pull request #2 from permafrost-dev/remote-includes
- 8005cf1 implementing remote includes for tasks
- 1f78b57 add remote template index file
- 5e8409e update templates
- 100d117 add task templates
- c3d7406 update readme
- c6ecbd4 add script.net object, misc wip
- 2951f26 add settings, settings.defaults.tasks section to config, init tasks with defaults on start
- 8400dac fix bug in task() function
- f71e356 update example config
- 2e899a5 update example config
v1.8.0
Changelog
v1.7.0
Changelog
- 04568f9 update laravel example config
- 59c68d4 add semver string coercing
- f4e5f4a add composer() script function for working with composer.json files
- 755005e update readme
- b723a81 add semver library to script engine
- 4fc0b34 add "vars" script global object
- 9b0dd8b add "app" object to script engine
- 76c6540 add "fs" object to script engine
- a59d6ab update readme with statusMessage() function info
- 796565e add fileContains() and outputOf() functions
- d6c1a9f make task name property optional, and use the id for the display name if no name is defined
- b4d2843 Update LICENSE