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