Skip to content

Releases: permafrost-dev/stackup

v1.3.0

25 Jul 14:22
caea815
Compare
Choose a tag to compare

Changelog

  • caea815 update readme
  • 2b67310 add init section to workflow for running a script on init, add statusMessage() function
  • 58acbde add script variable functions: hasVar(), setVar() and var()
  • 6bee672 Add dynamic tasks for different operating systems in the README.md file
  • 75135b9 Refactor Task initialization logic to make use of the JavaScript engine for evaluating task.Path and task.If values
  • 2838800 Add hasEnv() function to evaluate if an environment variable exists
  • 32bb34b add recursive script evaluation

v1.2.0

24 Jul 12:17
30b3b62
Compare
Choose a tag to compare

Changelog

  • dfa9866 Refactor workflow initialization to use a pointer and update references accordingly
  • 74b2ea4 Add workflow function to scriptFunctions.go and update documentation in README.md
  • 41ae838 Add platform() function to return the operating system
  • a57088a Add task() function to script functions
  • c954000 Add script() function to evaluate and return the output of a JavaScript file
  • 88c60b2 Create new stackup.yaml file if it doesn't exist when running "init" command
  • 7a756a0 update example config

v1.1.0

22 Jul 21:03
1f98c7e
Compare
Choose a tag to compare

Changelog

  • 1f98c7e update readme
  • 4d40cf6 Set default task path to current working directory if not specified
  • 2c6dde9 Add function to get current working directory in JavaScript functions
  • 043c7a8 add example config for basic laravel apps
  • b080a9d wip
  • f4b8df4 add maxRuns support to tasks
  • be8a4a2 simplify goreleaser workflow

v1.0.0

22 Jul 08:45
41d66bc
Compare
Choose a tag to compare

Changelog

  • initial release