1. 10 Apr, 2022 1 commit
  2. 28 Mar, 2022 1 commit
  3. 17 Mar, 2022 1 commit
  4. 07 Mar, 2022 1 commit
  5. 04 Mar, 2022 1 commit
  6. 25 Feb, 2022 1 commit
  7. 24 Feb, 2022 2 commits
  8. 22 Feb, 2022 2 commits
  9. 11 Feb, 2022 2 commits
  10. 07 Feb, 2022 1 commit
  11. 28 Jan, 2022 2 commits
  12. 27 Jan, 2022 1 commit
  13. 24 Jan, 2022 4 commits
  14. 22 Jan, 2022 1 commit
  15. 13 Jan, 2022 3 commits
  16. 11 Jan, 2022 3 commits
  17. 10 Jan, 2022 1 commit
  18. 09 Jan, 2022 1 commit
  19. 26 Dec, 2021 2 commits
  20. 01 Dec, 2021 1 commit
  21. 25 Nov, 2021 1 commit
  22. 16 Nov, 2021 1 commit
  23. 10 Nov, 2021 1 commit
  24. 09 Nov, 2021 2 commits
  25. 05 Nov, 2021 1 commit
  26. 27 Oct, 2021 1 commit
    • Marc Cornellà's avatar
      fix(changelog): fix for `${(@ps:$sep:)var}` construct in zsh < 5.0.8 · 1dba1120
      Marc Cornellà authored
      In recent zsh versions, `${(@ps:$sep:)var}` where $sep is a variable containing
      a separator string and $var is a string with multiple values separated by $sep,
      the `p` flag makes zsh correctly expand $sep before splitting $var. In versions
      older than 5.0.8, this doesn't happen, so we use `eval` to get the same effect.
      1dba1120
  27. 26 Oct, 2021 1 commit