1.14.4 (2024-10-31)
- show versions correctly when bumping recipe version (78f325b)
1.14.3 (2024-10-15)
1.14.2 (2024-10-04)
- validate existing table values correctly (9309384)
1.14.1 (2024-10-03)
- allow updating values quickly with --set flag (1875031)
1.14.0 (2024-10-02)
- improved merge conflict solver (#139) (eb4b162)
- introduce
bumpver
command for bumping recipe version (7f03a31)
- ci: provide whole commit history to commitlint (efd35b7)
- select output correctly when using diff (06e5f95)
1.13.0 (2024-08-26)
1.12.1 (2024-08-09)
- remove redundant debug flag (2cd5553)
1.12.0 (2024-08-01)
1.11.8 (2024-07-18)
- check for extra variables defined in tests (f51a639)
- update expectedInitHelp when updating snapshots (01074df)
1.11.7 (2024-07-17)
- skip prompting when no-input is set (99e778f)
1.11.6 (2024-07-16)
- add new lines to check logs (e412bf6)
1.11.5 (2024-07-15)
- allow "create test" to be run multiple times (641c7cc)
1.11.4 (2024-07-11)
- try out publish workflow changes (e1835a6)
1.11.3 (2024-07-11)
- allow same recipe to be executed twice (330e6d0)
1.11.2 (2024-07-10)
- run rest of the tests when expectInitHelp is defined (aab6c53)
1.11.1 (2024-06-20)
- show which files were extra or missing when testing (c5a4ddd)
1.11.0 (2024-06-19)
- create test for initHelp (f3839d6)
1.10.4 (2024-06-18)
- show "user aborted" correctly when executing a recipe (74b9e25)
1.10.3 (2024-06-18)
- set text input width dynamically (41b1e75)
1.10.2 (2024-06-13)
- allow forcing upgrade (1492cb1)
1.10.1 (2024-06-12)
- 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)
1.9.2 (2024-06-06)
- forward stderr to GH Action results output (c79148e)
1.9.1 (2024-06-05)
- move no-input flag as a common flag (ff94f72)
1.9.0 (2024-05-14)
1.8.2 (2024-05-07)
- add helper texts for create command (0e8653f)
1.8.1 (2024-04-17)
- skip already executed recipes when executing a manifest (9463a4f)
1.8.0 (2024-04-15)
- 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)
- show prompt help also when using default value (dd56128)
1.7.1 (2024-03-13)
- remove all tags from URL (e94a331)
1.7.0 (2024-03-11)
- optionally push recipe to latest tag (62fa60f)
1.6.2 (2024-02-29)
- make the order of upgradeable sauces deterministic (3994757)
1.6.1 (2024-02-29)
- honor user abort when upgrading recipes with check command (7486129)
1.6.0 (2024-02-28)
- support directly upgrading recipes with check command (f789c64)
- when upgrading to same version, do not use previous values automatically (9c32487)
1.5.0 (2024-02-19)
1.4.0 (2024-02-14)
1.3.5 (2024-02-07)
- make the list of conflicted files visible after upgrading (b50bdb4)
1.3.4 (2024-02-06)
- use single source instead of a list (40d453b)
1.3.3 (2024-02-05)
- retain CheckFrom URL from old sauce (b1eef93)
1.3.2 (2024-02-05)
- add published tag after publishing (5bfd1e8)
1.3.1 (2024-02-05)
- survey: avoid infinite loop if first variable is skipped (aeadec7)
1.3.0 (2024-02-02)
- show proper diff for failing snapshot tests (e61eb0c)
- try variable default values when using no-input mode (7030c7c)
1.2.1 (2024-01-26)
- 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)
- allow upgrades to same version to redefine variable values (f84b14d)
- unmarshal TableValue correctly (a05f7e5)
1.1.1 (2024-01-18)
- 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)
- upgrade sprig to v3 (882f10e)
- Initial release