1.16.0 - 2023-11-08
- Add ARMv6 release target (#1715 by ragazenta)
- Add
semver_matches
function (#1713 by t3hmrman) - Add
dotenv-filename
anddotenv-path
settings (#1692 by ltfourrier) - Allow setting echoed recipe line color (#1670 by avi-cenna)
- Fix readme typo (#1717 by barraponto)
- Clean up error display (#1699 by nyurik)
- Misc fixes (#1700 by nyurik)
- Fix readme build badge (#1697)
- Fix set tempdir grammar (#1695)
- Add version to attributes (#1694 by JoeyTeng)
- Update README.md (#1691 by laniakea64)
1.15.0 - 2023-10-09
- Add Nushell completion script (#1571 by presidento)
- Allow unstable features to be enabled with environment variable (#1588 by neunenak)
- Add num_cpus() function (#1568 by schultetwin1)
- Allow escaping newlines (#1551 by ids1024)
- Stabilize JSON dump format (#1633)
- Add env() function (#1613 by kykyi)
- Don't recommend
vim-polyglot
in readme (#1644 by laniakea64) - Note Micro support in readme (#1316 by tomodachi94)
- Update Indentation Documentation (#1600 by GinoMan)
- Fix triple-quoted string example in readme (#1620 by avi-cenna)
- README fix: the -d in
mktemp -d
is required to created folders. (#1688 by gl-yziquel) - Placate clippy (#1689)
- Fix README typos (#1660 by akuhnregnier)
- Document Windows Package Manager install instructions (#1656)
- Test unpaired escaped carriage return error (#1650)
- Avoid grep aliases in bash completions (#1622 by BojanStipic)
- Clarify [unix] attribute in readme (#1619 by neunenak)
- Add descriptions to fish recipe completions (#1578 by patricksjackson)
- Add better documentation for --dump and --fmt (#1603 by neunenak)
- Cleanup (#1566 by nyurik)
- Document Helix editor support in readme (#1604 by kenden)
1.14.0 - 2023-06-02
- Fix justfile search link (#1607 by jbaber)
- Ignore clippy::let_underscore_untyped (#1609)
- Link to private recipes section in readme (#1542 by quad)
- Update README to reflect new attribute syntax (#1538 by neunenak)
- Allow multiple attributes on one line (#1537 by neunenak)
- Analyze and Compiler tweaks (#1534 by neunenak)
- Downgrade to TLS 1.2 in install script (#1536)
1.13.0 - 2023-01-24
- Ignore additional search path arguments (#1528 by neunenak)
- Only print fallback message when verbose (#1510)
- Print format diff to stdout (#1506)
- Note that justfiles are order-insensitive (#1529)
- Borrow Ast in Analyser (#1527 by neunenak)
- Ignore chooser tests (#1513)
- Put default setting values in backticks (#1512 by s1ck)
- Use lowercase boolean literals in readme (#1511 by s1ck)
- Document invocation_directory_native() (#1508)
- Fix interrupt tests (#1505)
1.12.0 - 2023-01-12
- Allow matching search path arguments (#1475 by neunenak)
- Allow recipe parameters to shadow variables (#1480)
- Remove --unstable from fallback example in readme (#1502)
- Specify minimum rust version (#1496 by benmoss)
- Note that install.sh may fail on GitHub actions (#1499)
- Fix readme typo (#1489 by auberisky)
- Update install script and readmes to use tls v1.3 (#1481)
- Renable install.sh test on CI(#1478)
- Don't test install.sh on CI (#1477)
- Update Chinese translation of readme (#1476 by hustcer)
- Fix install.sh for Windows (#1474 by bloodearnest)
1.11.0 - 2023-01-03
- Stabilize fallback (#1471)
1.10.0 - 2023-01-01
- Suppress --fmt --check diff if --quiet is passed (#1457)
- Format exported variadic parameters correctly (#1451)
- Fix section title grammar (#1466 by brettcannon)
- Give pages job write permissions(#1464 by jsoref)
- Fix spelling (#1463 by jsoref)
- Merge imports (#1462)
- Add instructions for taiki-e/install-action (#1459 by azzamsa)
- Differentiate between shell and nushell example (#1427 by Dialga)
- Link regex docs in readme (#1454)
- Linkify changelog PRs and usernames (#1440 by nk9)
- Eliminate lazy_static (#1442 by camsteffen)
- Add attributes to sublime syntax file (#1452 by crdx)
- Fix homepage style (#1453)
- Linkify homepage letters (#1448 by nk9)
- Use
just
in readme codeblocks (#1447 by nicochatzi) - Update MSRV in readme (#1446)
- Merge CI workflows (#1444)
- Use dotenvy instead of dotenv (#1443 by mike-burns)
- Update Chinese translation of readme (#1428 by hustcer)
1.9.0 - 2022-11-25
- Change
fallback
setting default to false (#1425)
- Hide recipes with
[private]
attribute (#1422) - Add replace_regex function (#1393 by miles170)
- Add [no-cd] attribute (#1400)
- Omit shebang lines on Windows (#1417)
- Placate clippy (#1423)
- Make include_shebang_line clearer (#1418)
- Use more secure cURL options in install.sh (#1416)
- Document how shebang recipes are executed (#1412)
- Fix typo: regec → regex (#1409)
- Use powershell.exe instead of pwsh.exe in readme (#1394 by asdf8dfafjk)
- Expand alternatives and prior art in readme (#1401)
- Split up CI workflow (#1399)
1.8.0 - 2022-11-02
- Add OS Configuration Attributes (#1387)
- Link to sclu1034/vscode-just in readme (#1396)
1.7.0 - 2022-10-26
- Make
fallback
setting default to true (#1384)
- Add more case-conversion functions (#1383 by gVirtu)
- Add
tempdir
setting (#1369 by dmatos2012) - Add [no-exit-message] recipe annotation (#1354 by gokhanettin)
- Add
capitalize(s)
function (#1375 by femnad)
- Credit contributors in changelog (#1385)
- Update asdf just plugin repository (#1380 by kachick)
- Prepend commit messages with
-
in changelog (#1379) - Fail publish if
<sup>master</sup>
is found in README.md (#1378) - Use for loop in capitalize implementation (#1377)
1.6.0 - 2022-10-19
- Require
set fallback := true
to enable recipe fallback (#1368)
- Allow fallback with search directory (#1348)
- Don't evaluate comments (#1358)
- Add skip-comments setting (#1333 by neunenak)
- Allow bash completion to complete tasks in other directories (#1303 by jpbochi)
- Restore www/CNAME (#1364)
- Improve book config (#1363)
- Add kitchen sink justfile to test syntax highlighting (#1362 by nk9)
- Note version in which absolute path construction was added (#1361)
- Inline setup and cleanup functions in completion script test (#1352)
1.5.0 - 2022-9-11
- Allow fewer lints (#1340)
- Fix issues reported by nightly clippy (#1336 by neunenak)
- Refactor run.rs (#1335 by neunenak)
- Allow comments on same line as settings (#1339)
- Fix justfile env shebang on Linux (#1330)
- Update Chinese translation of README.md (#1325 by hustcer)
- Add additional settings to grammar
- Add an example of using a variable in a recipe parameter (#1311 by papertigers)
1.4.0 - 2022-8-08
- Fix shell setting precedence (#1306)
- Don't hardcode homebrew prefix (#1295)
- Exclude files from cargo package (#1283)
- Add usage note to default list recipe (#1296 by jpbochi)
- Add MPR/Prebuilt-MPR installation instructions to README.md (#1280 by hwittenborn)
- Add make and makesure to readme (#1299)
- Document how to configure zsh completions on MacOS (#1285 by nk9)
- Convert package table to HTML (#1291)
1.3.0 - 2022-7-25
- Add
/
operator (#1237)
- Fix multibyte codepoint crash (#1243)
- Update just-install reference on README.md (#1275 by 0xradical)
- Split Recipe::run into Recipe::{run_shebang,run_linewise} (#1270)
- Add asdf package to readme(#1264 by jaacko-torus)
- Add mdbook deps for build-book recipe (#1259 by TopherIsSwell)
- Fix typo: argumant -> argument (#1257 by kianmeng)
- Improve error message if
if
is missing theelse
(#1252 by nk9) - Explain how to pass arguments of a command to a dependency (#1254 by heavelock)
- Update Chinese translation of README.md (#1253 by hustcer)
- Improvements to Sublime syntax file (#1250 by nk9)
- Prevent unbounded recursion when parsing expressions (#1248 by evanrichter)
- Publish to snap store (#1245)
- Restore fuzz test harness (#1246 by evanrichter)
- Add just-install to README file (#1241 by brombal)
- Fix dead readme link (#1240 by wdroz)
- Do
use super::*;
instead ofuse crate::common::*;
(#1239) - Fix readme punctuation (#1235)
- Add argument splitting section to readme (#1230)
- Add notes about environment variables to readme (#1229)
- Fix book links (#1227)
- Add nushell README.md (#1224 by hustcer)
- Use absolute links in readme (#1223)
- Copy changelog into manual (#1222)
- Translate Chinese manual introduction and title (#1220 by hustcer)
- Build Chinese language user manual (#1219)
- Update Chinese translation of README.md (#1218 by hustcer)
- Translate all of README.md into Chinese (#1217 by hustcer)
- Translate all of features in README into Chinese (#1215 by hustcer)
- Make link to examples directory absolute (#1213)
- Translate part of features in README into Chinese (#1211 by hustcer)
- Add JetBrains IDE plugin to readme (#1209 by linux-china)
- Translate features chapter of readme to Chinese (#1208 by hustcer)
1.2.0 - 2022-5-31
- Translate editor support and quick start to Chinese (#1206 by hustcer)
- Translate first section of readme into Chinese (#1205 by hustcer)
- Fix a bunch of typos (#1204)
- Remove cargo-limit usage from justfile (#1199)
- Add nix package manager install instructions (#1194 by risingBirdSong)
- Fix broken link in readme (#1183 by Vlad-Shcherbina)
- Add screenshot to manual (#1181)
- Style homepage (#1180)
- Center readme (#1178)
- Style and add links to homepage (#1177)
- Fix readme badge links (#1176)
- Generate book from readme (#1155)
1.1.3 - 2022-5-3
- Skip duplicate recipe arguments (#1174)
- Fix install script (#1172)
- Document that
invocation_directory()
returns an absolute path (#1162) - Fix absolute_path documentation (#1160)
- Add cross-platform justfile example (#1152 by presidento)
1.1.2 - 2022-3-30
- Search for missing recipes in parent directory justfiles (#1149)
1.1.1 - 2022-3-22
1.1.0 - 2022-3-10
1.0.1 - 2022-2-28
- Make path_exists() relative to current directory (#1122)
- Detail environment variable usage in readme (#1086 by kenden)
- Format --init justfile (#1116 by TheLocehiliosan)
- Add hint for Node.js script compatibility (#1113)
1.0.0 - 2022-2-22
- Note that
pipefail
isn't normally set (#1108)
0.11.2 - 2022-2-15
0.11.1 - 2022-2-14
- Add arrow pointing to table of contents button (#1096)
- Improve readme (#1093 by halostatue)
- Remove asciidoc readme (#1092)
- Convert README.adoc to markdown (#1091)
- Add choco package to README (#1090 by michidk)
0.11.0 - 2022-2-3
- Change dotenv-load default to false (#1082)
0.10.7 - 2022-1-30
- Don't run tests in release workflow (#1080)
- Fix windows chooser invocation error message test (#1079)
- Remove call to sed in justfile (#1078)
0.10.6 - 2022-1-29
- Allow using
-
and@
in any order (#1063)
- Use
Context
suffix for snafu error contexts (#1068) - Upgrade snafu to 0.7 (#1067 by shepmaster)
- Mention "$@" in the README (#1064 by mpdude)
- Note how to use PowerShell with CLI in readme (#1056 by michidk)
- Link to cheatsheet from readme (#1053)
- Link to Homebrew installation docs in readme (#1049 by michidk)
- Workflow tweaks (#1045)
- Push to correct origin in publish recipe (#1044)
0.10.5 - 2021-12-4
- Use musl libc for ARM binaries (#1037)
- Make completions work with Bash alias (#1035 by kurtbuilds)
- Run tests on PRs (#1040)
- Improve GitHub Actions workflow triggers (#1033)
- Publish from GitHub master branch instead of local master (#1032)
0.10.4 - 2021-11-21
- Add
--dump-format json
(#992) - Add
quote(s)
function for escaping strings (#1022) - fmt: check formatting with
--check
(#1001 by hdhoang)
- Refactor github actions (#1028)
- Fix readme formatting (#1030 by soenkehahn)
- Use ps1 extension for pwsh shebangs (#1027 by dmringo)
- Ignore leading byte order mark in source files (#1021)
- Add color to
just --fmt --check
diff (#1015)
0.10.3 - 2021-10-30
- Make
join
accept two or more arguments (#1000)
- Add alternatives and prior art section to readme (#1008)
- Fix readme
make
's not correctly displayed (#1007 by peter50216) - 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)
0.10.2 - 2021-9-26
- Implement regular expression match conditionals (#970)
- 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)
0.10.1 - 2021-8-27
- 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)
0.10.0 - 2021-8-2
- Warn if
.env
file is loaded indotenv-load
isn't explicitly set (#925)
- 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)
0.9.9 - 2021-7-22
- Fix circular variable dependency error message (#909)
- 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)
0.9.8 - 2021-7-3
0.9.7 - 2021-7-3
- Remove test-utilities crate (#892)
- Remove outdated note in
Cargo.toml
(#891) - Link to GitHub release pages in changelog (#886)
0.9.6 - 2021-6-24
- Add
clean
function for simplifying paths (#883) - Add
join
function for joining paths (#882) - Add path manipulation functions (#872 by TonioGela)
- Add
file_extensions
to Sublime syntax file (#878 by Frederick888) - Document path manipulation functions in readme (#877)
0.9.5 - 2021-6-12
- 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)
0.9.4 - 2021-5-27
- 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)
0.9.3 - 2021-5-16
- Add shebang support for 'cmd.exe' (#828 by pansila)
- Add
.exe
to powershell scripts (#826 by sigoden) - Add the
--command
subcommand (#824)
- Fix bang lexing and placate clippy (#821)
- 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)
0.9.2 - 2021-5-02
- Pass evaluated arguments as positional arguments (#810)
0.9.1 - 2021-4-24
- Change
--eval
to print variable value only (#806) - Add
positional-arguments
setting (#804) - Allow filtering variables to evaluate (#795)
- Reform and improve string literals (#793)
- Allow evaluating justfiles with no recipes (#794)
- Unify string lexing (#790)
- 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)
0.9.0 - 2021-3-28
- Turn
=
deprecation warning into a hard error (#780)
0.8.7 - 2021-3-28
- Add
dotenv-load
setting (#778)
- Change publish recipe to use stable rust (#777)
0.8.6 - 2021-3-28
- 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)
- Suppress all output to stderr when
--quiet
(#771)
- Improve chooser invocation error message (#772)
- De-emphasize cmd.exe in readme (#768)
- Fix warnings (#770)
0.8.5 - 2021-3-24
- Allow escaping double braces with
{{{{
(#765)
- 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)
0.8.4 - 2021-2-9
- Add options to control list formatting (#753)
- Document how to change the working directory in a recipe (#752)
- Implement
Default
forTable
(#748) - Add Alpine Linux package to readme (#736 by jirutka)
- Update to actions/cache@v2 (#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)
0.8.3 - 2020-10-27
- Allow ignoring line endings inside delimiters (#717)
0.8.2 - 2020-10-26
- Add conditional expressions (#714)
- Add Parser::forbid (#712)
- Automatically track expected tokens while parsing (#711)
- Document feature flags in Cargo.toml (#709)
0.8.1 - 2020-10-15
- Allow choosing multiple recipes to run (#700)
- Complete recipes in bash completion script (#685 by vikesh-raj)
- Complete recipes names in PowerShell completion script (#651 by Insomniak47)
- Add FreeBSD port to readme (#705)
- Placate clippy (#698)
- Fix build fix (#693)
- Fix readme documentation for ignoring errors (#692 by kenden)
0.8.0 - 2020-10-3
- Allow suppressing failures with
-
prefix (#687 by iwillspeak)
- Document how to ignore errors with
-
in readme (#690) - Install BSD Tar on GitHub Actions to fix CI errors (#689)
- Move separate quiet config value to verbosity (#686 by Celeo)
0.7.3 - 2020-9-17
- Add the
--choose
subcommand (#680)
0.7.2 - 2020-8-23
- Add option to print recipes in source order (#669)
- Mention Linux, MacOS and Windows support in readme (#666)
- Add list highlighting nice features to readme (#664)
0.7.1 - 2020-7-19
- Search for
.env
file from working directory (#661)
- Move link-time optimization config into
Cargo.toml
(#658)
0.7.0 - 2020-7-16
- Skip
.env
items which are set in environment (#656)
- Mark tags that start with
v
as releases (#654)
0.6.1 - 2020-6-28
- Only use
cygpath
on shebang if it contains/
(#652)
0.6.0 - 2020-6-18
- Ignore '@' returned from interpolation evaluation (#636 by rjsberry)
- Strip leading spaces after line continuation (#635)
- Clarify variadic parameter default values (#646 by rjsberry)
- Add keybase example justfile (#640 by blaggacao)
- Strip trailing whitespace in
examples/pre-commit.just
(#644) - Test that example justfiles successfully parse (#643)
- Link example justfiles in readme (#641)
- Add example justfile (#639 by blaggacao)
- Document how to run recipes after another recipe (#630)
0.5.11 - 2020-5-23
- Don't load
.env
file when--no-dotenv
is passed (#627)
- Complete recipe names in fish completion script (#625 by tyehle)
- Suggest aliases for unknown recipes (#624 by Celeo)
0.5.10 - 2020-3-18
0.5.9 - 2020-3-18
- Update zsh completion file (#606 by heyrict)
- Add
--variables
subcommand that prints variable names (#608) - Add github pages site with improved install script (#597)
- Don't require justfile to print completions (#596)
- Only build for linux on docs.rs (#611)
- Trim completions and ensure final newline (#609)
- Trigger build on pushes and pull requests (#607)
- Document behavior of
@
on shebang recipes (#602) - Add
.nojekyll
file to github pages site (#599) - Add
:
favicon (#598) - Delete old CI configuration and update build badge (#595)
- Add download count badge to readme (#594)
- Wrap comments at 80 characters (#593)
- Use unstable rustfmt configuration options (#592)
0.5.8 - 2020-1-28
- Only use
cygpath
on windows if present (#586)
0.5.7 - 2020-1-28
- Don't include directories in release archive (#583)
0.5.6 - 2020-1-28
- Build and upload release artifacts from GitHub Actions (#581)
- List solus package in readme (#579)
- Expand use of GitHub Actions (#580)
- Fix readme typo: interpetation -> interpretation (#578 by Plommonsorbet)
0.5.5 - 2020-1-15
- Generate shell completion scripts with
--completions
(#572)
0.5.4 - 2019-12-25
- Add
justfile_directory()
andjustfile()
(#569)
- Add table of package managers that include just to readme (#568)
- Remove yaourt AUR helper from readme (#567 by ky0n)
- Fix regression in error message color printing (#566)
- Reform indentation handling (#565)
- Update Cargo.lock with new version (#564)
0.5.3 - 2019-12-11
- Assert that lexer advances over entire input (#560)
- Fix typo:
chracter
->character
(#561) - Improve pre-publish check (#562)
0.5.2 - 2019-12-7
- Un-implement Deref for Table (#546)
- Resolve recipe dependencies (#547)
- Resolve alias targets (#548)
- Remove unnecessary type argument to Alias (#549)
- Resolve functions (#550)
- Reform scope and binding (#556)
0.5.1 - 2019-11-20
- Add
--init
subcommand (#541)
- Avoid fs::canonicalize (#539)
- Mention
set shell
as alternative to installingsh
(#533) - Refactor Compilation error to contain a Token (#535)
- Move lexer comment (#536)
- Add missing
--init
test (#543)
0.5.0 - 2019-11-12
- Add
set shell := [...]
to grammar (#526) - Add
shell
setting (#525) - Document settings in readme (#527)
- Gargantuan refactor (#522)
- Move subcommand execution into Subcommand (#514)
- Move
cd
out of Config::from_matches (#513) - Remove now-unnecessary borrow checker appeasement (#511)
- Reform Parser (#509)
- Note need to publish with nightly cargo (#506)
0.4.5 - 2019-10-31
- Display alias with
--show NAME
if one exists
- Document multi-line constructs (for/if/while) (#453)
- Generate man page with help2man (#463)
- Add context to deprecation warnings (#473)
- Improve messages for alias error messages (#500)
- Update deprecated rust range patterns and clippy config (#450 by light4)
- Make comments in common.rs lowercase (#470)
- Use
pub(crate)
instead ofpub
(#471) - Hide summary functionality behind feature flag (#472)
- Fix
summary
feature conditional compilation (#475) - Allow integration test cases to omit common values (#480)
- Add
unindent()
for nicer integration test strings (#481) - Start pulling argument parsing out of run::run() (#483)
- Add explicit
Subcommand
enum (#484) - Avoid using error code
1
in integration tests (#486) - Use more indented strings in integration tests (#489)
- Refactor
run::run
and Config (#490) - Remove
misc.rs
(#491) - Remove unused
use
statements (#497) - Refactor lexer tests (#498)
- Use constants instead of literals in arg parser (#504)
- Add repository attribute to Cargo.toml (#493 by SOF3)
- Check minimal version compatibility before publishing (#487)
- Disable FreeBSD builds (#474)
- Use
bash
as shell for all integration tests (#479) - Don't install
dash
on Travis (#482)
- Use
tempfile
crate instead oftempdir
(#455 by NickeZ) - Bump clap dependency to 2.33.0 (#458 by NickeZ)
- Minimize dependency version requirements (#461)
- Remove dependency on brev (#462)
- Update dependencies (#501)
0.4.4 - 2019-06-02
- Display alias target with
--show
(#443)
0.4.3 - 2019-05-07
- Deprecate
=
in assignments, aliases, and exports in favor of:=
(#413)
- Pass stdin handle to backtick process (#409)
- Fix readme command line (#411)
- Typo: "command equivelant" -> "command equivalent" (#418)
- Mention Make’s “phony target” workaround in the comparison (#421 by roryokane)
- Add Void Linux install instructions to readme (#423)
- Remove stray source files (#408)
- Replace some calls to brev crate (#410)
- Lexer code deduplication and refactoring (#414)
- Refactor and rename test macros (#415)
- Move CompilationErrorKind into separate module (#416)
- Remove
write_token_error_context
(#417)
0.4.2 - 2019-04-12
- Regex-based lexer replaced with much nicer character-at-a-time lexer (#406)
0.4.1 - 2019-04-12
- Make summary function non-generic (#404)
0.4.0 - 2019-04-12
- Add recipe aliases (#390 by ryloric)
- Allow arbitrary expressions as default arguments (#400)
- Add justfile summaries (#399)
- Allow outer shebang lines so justfiles can be used as scripts (#393)
- Allow
--justfile
without--working-directory
(#392 by smonami) - Add link to Chinese translation of readme by chinanf-boy (#377)
0.3.13 - 2018-11-06
- Print recipe signature if missing arguments (#369 by ladysamantha)
- Add grandiloquent verbosity level that echos shebang recipes (#348)
- Wait for child processes to finish (#345)
- Improve invalid escape sequence error messages (#328)
- Use PutBackN instead of PutBack in parser (#364)
0.3.12 - 2018-06-19
- Implemented invocation_directory function
0.3.11 - 2018-05-6
- Fixed colors on windows (#317)
0.3.10 - 2018-3-19
- Make .env vars available in env_var functions (#310)
0.3.8 - 2018-3-5
- Add dotenv integration (#306)
0.3.7 - 2017-12-11
- Fix error if ! appears in comment (#296)
0.3.6 - 2017-12-11
- Lex CRLF line endings properly (#292)
0.3.5 - 2017-12-11
- Align doc-comments in
--list
output (#273) - Add
arch()
,os()
, andos_family()
functions (#277) - Add
env_var(key)
andenv_var_or_default(key, default)
functions (#280)
0.3.4 - 2017-10-06
- Change license to CC0 going forward (#270)