All Versions
76
Latest Version
Avg Release Cycle
12 days
Latest Release
143 days ago
Changelog History
Page 4
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 anddotenv-load
unset (#784)
- ๐ Change
-
v0.9.0 Changes
๐ Changed
- ๐ Turn
=
deprecation warning into a hard error (#780)
- ๐ Turn
-
v0.8.7 Changes
โ Added
- โ Add
dotenv-load
setting (#778)
Misc
- ๐ Change publish recipe to use stable rust (#777)
- โ Add
-
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)
- ๐ Allow escaping double braces with
-
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
forTable
(#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)