All Versions
76
Latest Version
Avg Release Cycle
12 days
Latest Release
143 days ago

Changelog History
Page 4

  • v0.9.3 Changes

    โž• Added

    • โž• Add shebang support for 'cmd.exe' (#828 by @pansila)
    • โž• Add .exe to powershell scripts (#826 by @sigoden)
    • โž• Add the --command subcommand (#824)

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix bang lexing and placate clippy (#821)

    Misc

    • ๐Ÿ›  Fixed missing close apostrophe in GRAMMAR.md (#830 by @SOF3)
    • ๐Ÿ‘‰ Make 'else' keyword in grammar (#829 by @SOF3)
    • โž• Add forbid script (#827)
    • โœ‚ Remove summary feature (#823)
    • Document that just is now in Arch official repo (#814 by @svenstaro)
    • ๐Ÿ›  Fix changelog years (#813)
  • v0.9.2 Changes

    ๐Ÿ›  Fixed

    • Pass evaluated arguments as positional arguments (#810)
  • v0.9.1 Changes

    โž• Added

    • ๐Ÿ”„ Change --eval to print variable value only (#806)
    • โž• Add positional-arguments setting (#804)
    • ๐Ÿ‘ Allow filtering variables to evaluate (#795)

    ๐Ÿ”„ Changed

    • Reform and improve string literals (#793)
    • ๐Ÿ‘ Allow evaluating justfiles with no recipes (#794)
    • Unify string lexing (#790)

    Misc

    • โœ… Test multi-line strings in interpolation (#789)
    • โž• Add shell setting examples to README (#787)
    • โš  Disable .env warning for now
    • Warn if .env file loaded and dotenv-load unset (#784)
  • v0.9.0 Changes

    ๐Ÿ”„ Changed

    • ๐Ÿ—„ Turn = deprecation warning into a hard error (#780)
  • v0.8.7 Changes

    โž• Added

    • โž• Add dotenv-load setting (#778)

    Misc

    • ๐Ÿ”„ Change publish recipe to use stable rust (#777)
  • v0.8.6 Changes

    โž• Added

    • โž• Add just_executable() function (#775 by @bew)
    • Prefix parameters with $ to export to environment (#773)
    • โž• Add set export to export all variables as environment variables (#767)

    ๐Ÿ”„ Changed

    • Suppress all output to stderr when --quiet (#771)

    Misc

    • ๐Ÿ‘Œ Improve chooser invocation error message (#772)
    • De-emphasize cmd.exe in readme (#768)
    • ๐Ÿ›  Fix warnings (#770)
  • v0.8.5 Changes

    โž• Added

    • ๐Ÿ‘ Allow escaping double braces with {{{{ (#765)

    Misc

    • ๐Ÿ‘ Reorganize readme to highlight editor support (#764)
    • โž• Add categories and keywords to Cargo manifest (#763)
    • ๐Ÿ›  Fix command output in readme (#760 by @vvv)
    • ๐Ÿ“ฆ Note Emacs package just-mode in readme (#759 by @leon-barrett)
    • Note shebang line splitting inconsistency in readme (#757)
  • v0.8.4 Changes

    โž• Added

    • โž• Add options to control list formatting (#753)

    Misc

    • Document how to change the working directory in a recipe (#752)
    • 0๏ธโƒฃ Implement Default for Table (#748)
    • โž• Add Alpine Linux package to readme (#736 by @jirutka)
    • โšก๏ธ Update to actions/[email protected] (#742 by @zyctree)
    • โž• Add link in readme to GitHub Action (#729 by @rossmacarthur)
    • โž• Add docs for justfile() and justfile_directory() (#726 by @rminderhoud)
    • ๐Ÿ›  Fix CI (#727)
    • ๐Ÿ‘Œ Improve readme (#725)
    • Replace saythanks.io link with malto: link (#723)
    • โšก๏ธ Update man page to v0.8.3 (#720)
  • v0.8.3 Changes

    October 27, 2020

    โž• Added

    • ๐Ÿ‘ Allow ignoring line endings inside delimiters (#717)
  • v0.8.2 Changes

    October 26, 2020

    โž• Added

    • โž• Add conditional expressions (#714)

    ๐Ÿ›  Fixed

    • ๐Ÿ‘ Allow completing variables and recipes after --set in zsh completion script (#697 by @heyrict)

    Misc

    • โž• Add Parser::forbid (#712)
    • ๐Ÿ“œ Automatically track expected tokens while parsing (#711)
    • Document feature flags in Cargo.toml (#709)