All Versions
76
Latest Version
Avg Release Cycle
12 days
Latest Release
703 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v0.10.3 Changes
October 30, 2021โ Added
- Add
trim_end(s)
andtrim_start(s)
functions (#999) - โ Add more string manipulation functions (#998)
๐ Changed
- ๐ Make
join
accept two or more arguments (#1000)
Misc
- โ Add alternatives and prior art section to readme (#1008)
- ๐ Fix readme
make
's not correctly displayed (#1007 by @peter50216) - 0๏ธโฃ Document the default recipe (#1006)
- Document creating user justfile recipe aliases (#1005)
- ๐ Fix readme typo (#1004 by @0xflotus)
- โ Add packaging status table to readme (#1003)
- Reword
sh
not found error messages (#1002 by @hdhoang) - ๐ Only pass +crt-static to cargo build (#997)
- Stop using tabs in justfile in editorconfig (#996)
- ๐ Use consistent rustflags formatting (#994)
- ๐ Use
cargo build
instead ofcargo rustc
(#993) - Don't skip variables in variable iterator (#991)
- โ Remove deprecated equals error (#985)
- Add
-
v0.10.2 Changes
โ Added
- Implement regular expression match conditionals (#970)
Misc
- โ Add detailed instructions for installing prebuilt binaries (#978)
- ๐ Improve readme package table formatting (#977)
- โ Add conda package to README (#976 by @kellpossible)
- ๐ Change MSRV to 1.46.0 (#968)
- ๐ Use stable rustfmt instead of nightly (#967)
- ๐ Fix readme typo: FOO โ WORLD (#964)
- Reword Emacs section in readme (#962)
- Mention justl mode for Emacs (#961 by @psibi)
-
v0.10.1 Changes
โ Added
- โ Add flags for specifying name and path to environment file (#941 by @Celeo)
Misc
- ๐ Fix error message tests for Alpine Linux (#956)
- โฌ๏ธ Bump
target
version to 2.0 (#957) - Mention
tree-sitter-just
in readme (#951) - ๐ Document release RSS feed in readme (#950)
- โ Add installation instructions for Gentoo Linux (#946 by @dm9pZCAq)
- ๐ Make GitHub Actions instructions more prominent (#944)
- Wrap
--help
text to terminal width (#940) - โ Add
.justfile
to sublime syntax file_extensions (#938) - Suggest using
~/.global.justfile
instead of~/.justfile
(#937) - โก๏ธ Update man page (#935)
-
v0.10.0 Changes
๐ Changed
- Warn if
.env
file is loaded indotenv-load
isn't explicitly set (#925)
โ Added
- โ Add
--changelog
subcommand (#932) - ๐ Support
.justfile
as an alternative tojustfile
(#931)
Misc
- ๐ Use cargo-limit for all recipes (#928)
- ๐ Fix colors (#927)
- ๐จ Use ColorDisplay trait to print objects to the terminal (#926)
- ๐ Deduplicate recipe parsing (#923)
- ๐ Move subcommand functions into Subcommand (#918)
- ๐ Check GitHub Actions workflow with actionlint (#921)
- โ Add loader and refactor errors (#917)
- ๐ Rename: Module โ Ast (#915)
- Warn if
-
v0.9.9 Changes
โ Added
- โ Add subsequent dependencies (#820)
- Implement
else if
chaining (#910)
๐ Fixed
- ๐ Fix circular variable dependency error message (#909)
Misc
- ๐ Improve readme (#904 by @mtsknn)
- โ Add screenshot to readme (#911)
- โ Add install instructions for Fedora Linux (#898 by @olivierlemasle)
- ๐ Fix readme typos (#903 by @rokf)
- ๐ Actually fix release tagging and publish changelog with releases (#901)
- ๐ Fix broken prerelease tagging (#900)
- ๐ Use string value for ref-type check (#897)
-
v0.9.8 Changes
Misc
- ๐ Fix changelog formatting (#894)
- ๐ Only run install script on CI for non-releases (#895)
-
v0.9.7 Changes
โ Added
- โ Add string manipulation functions (#888 by @terror)
Misc
- โ Remove test-utilities crate (#892)
- โ Remove outdated note in
Cargo.toml
(#891) - ๐ Link to GitHub release pages in changelog (#886)
-
v0.9.6 Changes
โ Added
- โ Add
clean
function for simplifying paths (#883) - โ Add
join
function for joining paths (#882) - โ Add path manipulation functions (#872 by @TonioGela)
Misc
- โ Add
file_extensions
to Sublime syntax file (#878 by @Frederick888) - Document path manipulation functions in readme (#877)
- โ Add
-
v0.9.5 Changes
โ Added
- โ Add
--unstable
flag (#869) - โ Add Sublime Text syntax file (#864)
- โ Add
--fmt
subcommand (#837 by @vglfr)
Misc
- Mention doniogela.dev/just/ in readme (#866)
- Mention that vim-just is now available from vim-polyglot (#865)
- Mention
--list-heading
newline behavior (#860) - Check for
rg
inbin/forbid
(#859) - Document that variables are not exported to backticks in the same scope (#856)
- โ Remove
dotenv_load
from tests (#853) - โ Remove
v
prefix from version (#850) - ๐ Improve install script (#847)
- ๐ฑ Move pages assets back to
docs
(#846) - ๐ฑ Move pages assets to
www
(#845)
- โ Add
-
v0.9.4 Changes
Misc
- ๐ Release
aarch64-unknown-linux-gnu
binaries (#843) - โ Add
$
to non-default parameter grammar (#839) - โ Add
$
to parameter grammar (#838 by @NoahTheDuke) - ๐ Fix readme links (#836)
- โ Add
vim-just
installation instructions to readme (#835) - ๐จ Refactor shebang handling (#833)
- ๐ Release