Skip to content

Alfons 5.2

Compare
Choose a tag to compare
@daelvn daelvn released this 08 Jun 03:27
· 20 commits to master since this release
  • Taskfile documentation. You can now document your Taskfiles for automatic help messages and shell completion.
  • Help messages. You can now display a help message with --help, or even get help for a specific task with --help [task].
    • This help message can be automatically generated from the detected tasks in the Taskfile.
    • It works best when you document your Taskfile, so you can add descriptions and options.
  • Shell autocompletion. Shell autocompletion is now available in Zsh and Bash flavors.
    • The Zsh flavor is by far the most complete, since Zsh's completion system is slightly more capable.
    • Bash is only able to list tasks, and sometimes options or flags for those tasks. Use Zsh.
    • Check the documentation for more info and install instructions.
  • Additions to the environment.
    • lines: Split a string into lines
    • split: Split any string by any pattern
    • sanitize: Neutralizes pattern magic characters in strings
    • keys: Get the keys of a table as an array
    • slice: Creates a slice of an array
    • map, reduce, filter do to arrays what you would expect
    • contains has been rewritten

Full Changelog: v5.1...v5.2