Skip to main content

Changelog

1.14.4 (2024-10-31)

Bug Fixes

  • show versions correctly when bumping recipe version (78f325b)

1.14.3 (2024-10-15)

Bug Fixes

1.14.2 (2024-10-04)

Bug Fixes

  • validate existing table values correctly (9309384)

1.14.1 (2024-10-03)

Bug Fixes

  • allow updating values quickly with --set flag (1875031)

1.14.0 (2024-10-02)

Features

  • improved merge conflict solver (#139) (eb4b162)
  • introduce bumpver command for bumping recipe version (7f03a31)

Bug Fixes

  • ci: provide whole commit history to commitlint (efd35b7)
  • select output correctly when using diff (06e5f95)

1.13.0 (2024-08-26)

Features

  • support optional multi select variables (#136) (0599255)

1.12.1 (2024-08-09)

Bug Fixes

  • remove redundant debug flag (2cd5553)

1.12.0 (2024-08-01)

Features

  • implement multi-select variable type (#132) (cd0cc02)

1.11.8 (2024-07-18)

Bug Fixes

  • check for extra variables defined in tests (f51a639)
  • update expectedInitHelp when updating snapshots (01074df)

1.11.7 (2024-07-17)

Bug Fixes

  • skip prompting when no-input is set (99e778f)

1.11.6 (2024-07-16)

Bug Fixes

  • add new lines to check logs (e412bf6)

1.11.5 (2024-07-15)

Miscellaneous Chores

  • allow "create test" to be run multiple times (641c7cc)

1.11.4 (2024-07-11)

Miscellaneous Chores

  • try out publish workflow changes (e1835a6)

1.11.3 (2024-07-11)

Bug Fixes

  • allow same recipe to be executed twice (330e6d0)

1.11.2 (2024-07-10)

Bug Fixes

  • run rest of the tests when expectInitHelp is defined (aab6c53)

1.11.1 (2024-06-20)

Features

  • show which files were extra or missing when testing (c5a4ddd)

1.11.0 (2024-06-19)

Features

  • create test for initHelp (f3839d6)

1.10.4 (2024-06-18)

Bug Fixes

  • show "user aborted" correctly when executing a recipe (74b9e25)

1.10.3 (2024-06-18)

Bug Fixes

  • set text input width dynamically (41b1e75)

1.10.2 (2024-06-13)

Features

1.10.1 (2024-06-12)

Bug Fixes

  • relative recipe paths starting with ".." did not work (e8618a4)
  • validate old sauce values when upgrading a recipe (#110) (3a9590b)

1.10.0 (2024-06-11)

Features

1.9.2 (2024-06-06)

Bug Fixes

  • forward stderr to GH Action results output (c79148e)

1.9.1 (2024-06-05)

Bug Fixes

  • move no-input flag as a common flag (ff94f72)

1.9.0 (2024-05-14)

Features

1.8.2 (2024-05-07)

Bug Fixes

  • add helper texts for create command (0e8653f)

1.8.1 (2024-04-17)

Bug Fixes

  • skip already executed recipes when executing a manifest (9463a4f)

1.8.0 (2024-04-15)

Features

  • introduce manifest file to execute multiple recipes (#94) (04cc757)
  • show empty variable value when variable was optional (de97ad9)
  • show if the variable is optional (dc265a4)

1.7.2 (2024-03-13)

Bug Fixes

  • show prompt help also when using default value (dd56128)

1.7.1 (2024-03-13)

Bug Fixes

  • remove all tags from URL (e94a331)

1.7.0 (2024-03-11)

Features

  • optionally push recipe to latest tag (62fa60f)

1.6.2 (2024-02-29)

Bug Fixes

  • make the order of upgradeable sauces deterministic (3994757)

1.6.1 (2024-02-29)

Bug Fixes

  • honor user abort when upgrading recipes with check command (7486129)

1.6.0 (2024-02-28)

Features

  • support directly upgrading recipes with check command (f789c64)

Bug Fixes

  • when upgrading to same version, do not use previous values automatically (9c32487)

1.5.0 (2024-02-19)

Features

  • add statuses to printed file trees (b891c48)
  • print file tree after upgrade (be1d443)

Bug Fixes

  • remove old files after upgrading (6296c77)
  • save files correctly after upgrading (3c565c1)

1.4.0 (2024-02-14)

Features

  • support executing recipe to a subpath (c3777fc)
  • support templates in initHelp (75da7fa)

1.3.5 (2024-02-07)

Bug Fixes

  • make the list of conflicted files visible after upgrading (b50bdb4)

1.3.4 (2024-02-06)

Bug Fixes

  • use single source instead of a list (40d453b)

1.3.3 (2024-02-05)

Bug Fixes

  • retain CheckFrom URL from old sauce (b1eef93)

1.3.2 (2024-02-05)

Continuous Integration

  • add published tag after publishing (5bfd1e8)

1.3.1 (2024-02-05)

Bug Fixes

  • survey: avoid infinite loop if first variable is skipped (aeadec7)

1.3.0 (2024-02-02)

Features

  • show proper diff for failing snapshot tests (e61eb0c)
  • try variable default values when using no-input mode (7030c7c)

Bug Fixes

  • handle files manually deleted by the user (c4ecb80)
  • survey: reflect actual confirm value (ecf631f)

1.2.1 (2024-01-26)

Bug Fixes

  • remove tag from check URL (d009a89)
  • survey: do not validate cell if the table variable is optional and the table is empty (40ff5e6)
  • survey: handle window resizing (6fd6ed5)

1.2.0 (2024-01-22)

Features

  • allow upgrades to same version to redefine variable values (f84b14d)

Bug Fixes

  • unmarshal TableValue correctly (a05f7e5)

1.1.1 (2024-01-18)

Bug Fixes

  • check if table variable is optional (4860bfa)
  • handle boolean values correctly in retry message (9432685)
  • make sure that table column order is consistent (799c1d0)
  • save recipe correctly when directory name does not match recipe name (d4a23bd)
  • validate table cells when value is given with flags (65677bb)

1.1.0 (2024-01-17)

Features

1.0.0 (2023-12-22)

  • Initial release