2019-05-07 19:37:40 -07:00
|
|
|
|
Changelog
|
|
|
|
|
=========
|
|
|
|
|
|
2022-02-22 13:13:24 -08:00
|
|
|
|
[1.0.0](https://github.com/casey/just/releases/tag/1.0.0) - 2022-2-22
|
|
|
|
|
---------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
- Add path_exists() function (#1106)
|
|
|
|
|
|
|
|
|
|
### Misc
|
|
|
|
|
- Note that `pipefail` isn't normally set (#1108)
|
|
|
|
|
|
2022-02-15 13:15:46 -08:00
|
|
|
|
[0.11.2](https://github.com/casey/just/releases/tag/0.11.2) - 2022-2-15
|
|
|
|
|
-----------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
### Misc
|
|
|
|
|
- Fix dotenv-load documentation (#1104)
|
|
|
|
|
- Fixup broken release package script (#1100)
|
|
|
|
|
|
2022-02-14 19:09:34 -08:00
|
|
|
|
[0.11.1](https://github.com/casey/just/releases/tag/0.11.1) - 2022-2-14
|
|
|
|
|
-----------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
- Allow duplicate recipes (#1095)
|
|
|
|
|
|
|
|
|
|
### Misc
|
|
|
|
|
- Add arrow pointing to table of contents button (#1096)
|
|
|
|
|
- Improve readme (#1093)
|
|
|
|
|
- Remove asciidoc readme (#1092)
|
|
|
|
|
- Convert README.adoc to markdown (#1091)
|
|
|
|
|
- Add choco package to README (#1090)
|
|
|
|
|
|
2022-02-03 16:55:24 -08:00
|
|
|
|
[0.11.0](https://github.com/casey/just/releases/tag/0.11.0) - 2022-2-3
|
|
|
|
|
----------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
### Breaking
|
|
|
|
|
- Change dotenv-load default to false (#1082)
|
|
|
|
|
|
2022-01-30 12:45:42 -08:00
|
|
|
|
[0.10.7](https://github.com/casey/just/releases/tag/0.10.7) - 2022-1-30
|
|
|
|
|
-----------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
### Misc
|
|
|
|
|
- Don't run tests in release workflow (#1080)
|
|
|
|
|
- Fix windows chooser invocation error message test (#1079)
|
|
|
|
|
- Remove call to sed in justfile (#1078)
|
|
|
|
|
|
2022-01-29 13:18:28 -08:00
|
|
|
|
[0.10.6](https://github.com/casey/just/releases/tag/0.10.6) - 2022-1-29
|
|
|
|
|
-----------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
- Add windows-powershell setting (#1057)
|
|
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
- Allow using `-` and `@` in any order (#1063)
|
|
|
|
|
|
|
|
|
|
### Misc
|
|
|
|
|
- Use `Context` suffix for snafu error contexts (#1068)
|
|
|
|
|
- Upgrade snafu to 0.7 (#1067)
|
|
|
|
|
- Mention "$@" in the README (#1064)
|
|
|
|
|
- Note how to use PowerShell with CLI in readme (#1056)
|
|
|
|
|
- Link to cheatsheet from readme (#1053)
|
|
|
|
|
- Link to Homebrew installation docs in readme (#1049)
|
|
|
|
|
- Workflow tweaks (#1045)
|
|
|
|
|
- Push to correct origin in publish recipe (#1044)
|
|
|
|
|
|
2021-12-04 23:39:50 -08:00
|
|
|
|
[0.10.5](https://github.com/casey/just/releases/tag/0.10.5) - 2021-12-4
|
|
|
|
|
-----------------------------------------------------------------------
|
|
|
|
|
|
2022-01-29 13:18:28 -08:00
|
|
|
|
### Changed
|
2021-12-04 23:39:50 -08:00
|
|
|
|
- Use musl libc for ARM binaries (#1037)
|
|
|
|
|
|
2022-01-29 13:18:28 -08:00
|
|
|
|
### Misc
|
2021-12-04 23:39:50 -08:00
|
|
|
|
- Make completions work with Bash alias (#1035)
|
|
|
|
|
- Run tests on PRs (#1040)
|
|
|
|
|
- Improve GitHub Actions workflow triggers (#1033)
|
|
|
|
|
- Publish from GitHub master branch instead of local master (#1032)
|
|
|
|
|
|
2021-11-21 17:08:00 -08:00
|
|
|
|
[0.10.4](https://github.com/casey/just/releases/tag/0.10.4) - 2021-11-21
|
|
|
|
|
------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
- Add `--dump-format json` (#992)
|
|
|
|
|
- Add `quote(s)` function for escaping strings (#1022)
|
|
|
|
|
- fmt: check formatting with `--check` (#1001)
|
|
|
|
|
|
|
|
|
|
### Misc
|
|
|
|
|
- Refactor github actions (#1028)
|
|
|
|
|
- Fix readme formatting (#1030)
|
|
|
|
|
- Use ps1 extension for pwsh shebangs (#1027)
|
|
|
|
|
- Ignore leading byte order mark in source files (#1021)
|
|
|
|
|
- Add color to `just --fmt --check` diff (#1015)
|
|
|
|
|
|
2021-10-30 17:55:49 -07:00
|
|
|
|
[0.10.3](https://github.com/casey/just/releases/tag/0.10.3) - 2021-10-30
|
|
|
|
|
------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
- Add `trim_end(s)` and `trim_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)
|
|
|
|
|
- Document the default recipe (#1006)
|
|
|
|
|
- Document creating user justfile recipe aliases (#1005)
|
|
|
|
|
- Fix readme typo (#1004)
|
|
|
|
|
- Add packaging status table to readme (#1003)
|
|
|
|
|
- Reword `sh` not found error messages (#1002)
|
|
|
|
|
- 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 of `cargo rustc` (#993)
|
|
|
|
|
- Don't skip variables in variable iterator (#991)
|
|
|
|
|
- Remove deprecated equals error (#985)
|
|
|
|
|
|
2021-09-28 20:04:24 -07:00
|
|
|
|
[0.10.2](https://github.com/casey/just/releases/tag/0.10.2) - 2021-9-26
|
|
|
|
|
-----------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
### 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)
|
|
|
|
|
- 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)
|
|
|
|
|
|
2021-08-27 17:21:59 -07:00
|
|
|
|
[0.10.1](https://github.com/casey/just/releases/tag/0.10.1) - 2021-8-27
|
2021-09-28 20:04:24 -07:00
|
|
|
|
-----------------------------------------------------------------------
|
2021-08-27 17:21:59 -07:00
|
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
- Add flags for specifying name and path to environment file (#941)
|
|
|
|
|
|
|
|
|
|
### 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)
|
|
|
|
|
- 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)
|
|
|
|
|
|
2021-08-02 18:33:40 -07:00
|
|
|
|
[0.10.0](https://github.com/casey/just/releases/tag/0.10.0) - 2021-8-2
|
|
|
|
|
----------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
- Warn if `.env` file is loaded in `dotenv-load` isn't explicitly set (#925)
|
|
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
- Add `--changelog` subcommand (#932)
|
|
|
|
|
- Support `.justfile` as an alternative to `justfile` (#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)
|
|
|
|
|
|
2021-07-22 00:56:36 -07:00
|
|
|
|
[0.9.9](https://github.com/casey/just/releases/tag/0.9.9) - 2021-7-22
|
|
|
|
|
---------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
- Add subsequent dependencies (#820)
|
|
|
|
|
- Implement `else if` chaining (#910)
|
|
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
- Fix circular variable dependency error message (#909)
|
|
|
|
|
|
|
|
|
|
### Misc
|
|
|
|
|
- Improve readme (#904)
|
|
|
|
|
- Add screenshot to readme (#911)
|
|
|
|
|
- Add install instructions for Fedora Linux (#898)
|
|
|
|
|
- Fix readme typos (#903)
|
|
|
|
|
- Actually fix release tagging and publish changelog with releases (#901)
|
|
|
|
|
- Fix broken prerelease tagging (#900)
|
|
|
|
|
- Use string value for ref-type check (#897)
|
|
|
|
|
|
2021-07-03 16:58:58 -07:00
|
|
|
|
[0.9.8](https://github.com/casey/just/releases/tag/0.9.8) - 2021-7-3
|
|
|
|
|
--------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
### Misc
|
|
|
|
|
- Fix changelog formatting (#894)
|
|
|
|
|
- Only run install script on CI for non-releases (#895)
|
|
|
|
|
|
2021-07-03 14:39:41 -07:00
|
|
|
|
[0.9.7](https://github.com/casey/just/releases/tag/0.9.7) - 2021-7-3
|
|
|
|
|
--------------------------------------------------------------------
|
|
|
|
|
|
2021-07-03 15:43:25 -07:00
|
|
|
|
### Added
|
2021-07-03 14:39:41 -07:00
|
|
|
|
- Add string manipulation functions (#888)
|
|
|
|
|
|
2021-07-03 15:43:25 -07:00
|
|
|
|
### Misc
|
2021-07-03 14:39:41 -07:00
|
|
|
|
- Remove test-utilities crate (#892)
|
|
|
|
|
- Remove outdated note in `Cargo.toml` (#891)
|
|
|
|
|
- Link to GitHub release pages in changelog (#886)
|
|
|
|
|
|
2021-06-26 13:41:07 -07:00
|
|
|
|
[0.9.6](https://github.com/casey/just/releases/tag/0.9.6) - 2021-6-24
|
|
|
|
|
---------------------------------------------------------------------
|
2021-06-24 23:56:27 -07:00
|
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
- Add `clean` function for simplifying paths (#883)
|
|
|
|
|
- Add `join` function for joining paths (#882)
|
|
|
|
|
- Add path manipulation functions (#872)
|
|
|
|
|
|
|
|
|
|
### Misc
|
|
|
|
|
- Add `file_extensions` to Sublime syntax file (#878)
|
|
|
|
|
- Document path manipulation functions in readme (#877)
|
|
|
|
|
|
2021-06-26 13:41:07 -07:00
|
|
|
|
[0.9.5](https://github.com/casey/just/releases/tag/0.9.5) - 2021-6-12
|
|
|
|
|
---------------------------------------------------------------------
|
2021-06-12 15:49:27 -07:00
|
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
- Add `--unstable` flag (#869)
|
|
|
|
|
- Add Sublime Text syntax file (#864)
|
|
|
|
|
- Add `--fmt` subcommand (#837)
|
|
|
|
|
|
|
|
|
|
### 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` in `bin/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)
|
|
|
|
|
|
2021-06-26 13:41:07 -07:00
|
|
|
|
[0.9.4](https://github.com/casey/just/releases/tag/v0.9.4) - 2021-5-27
|
|
|
|
|
----------------------------------------------------------------------
|
2021-05-27 18:22:59 -07:00
|
|
|
|
|
|
|
|
|
### Misc
|
|
|
|
|
- Release `aarch64-unknown-linux-gnu` binaries (#843)
|
|
|
|
|
- Add `$` to non-default parameter grammar (#839)
|
|
|
|
|
- Add `$` to parameter grammar (#838)
|
|
|
|
|
- Fix readme links (#836)
|
|
|
|
|
- Add `vim-just` installation instructions to readme (#835)
|
|
|
|
|
- Refactor shebang handling (#833)
|
|
|
|
|
|
2021-06-26 13:41:07 -07:00
|
|
|
|
[0.9.3](https://github.com/casey/just/releases/tag/v0.9.3) - 2021-5-16
|
|
|
|
|
----------------------------------------------------------------------
|
2021-05-16 09:11:34 -07:00
|
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
- Add shebang support for 'cmd.exe' (#828)
|
|
|
|
|
- Add `.exe` to powershell scripts (#826)
|
|
|
|
|
- Add the `--command` subcommand (#824)
|
|
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
- Fix bang lexing and placate clippy (#821)
|
|
|
|
|
|
|
|
|
|
### Misc
|
|
|
|
|
- Fixed missing close apostrophe in GRAMMAR.md (#830)
|
|
|
|
|
- Make 'else' keyword in grammar (#829)
|
|
|
|
|
- Add forbid script (#827)
|
|
|
|
|
- Remove `summary` feature (#823)
|
|
|
|
|
- Document that just is now in Arch official repo (#814)
|
|
|
|
|
- Fix changelog years (#813)
|
|
|
|
|
|
2021-06-26 13:41:07 -07:00
|
|
|
|
[0.9.2](https://github.com/casey/just/releases/tag/v0.9.2) - 2021-5-02
|
|
|
|
|
----------------------------------------------------------------------
|
2021-05-02 03:35:45 -07:00
|
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
- Pass evaluated arguments as positional arguments (#810)
|
|
|
|
|
|
2021-06-26 13:41:07 -07:00
|
|
|
|
[0.9.1](https://github.com/casey/just/releases/tag/v0.9.1) - 2021-4-24
|
|
|
|
|
----------------------------------------------------------------------
|
2021-04-25 17:25:34 -07:00
|
|
|
|
|
|
|
|
|
### 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)
|
|
|
|
|
|
2021-06-26 13:41:07 -07:00
|
|
|
|
[0.9.0](https://github.com/casey/just/releases/tag/v0.9.0) - 2021-3-28
|
|
|
|
|
----------------------------------------------------------------------
|
2021-03-28 23:47:10 -07:00
|
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
- Turn `=` deprecation warning into a hard error (#780)
|
|
|
|
|
|
2021-06-26 13:41:07 -07:00
|
|
|
|
[0.8.7](https://github.com/casey/just/releases/tag/v0.8.7) - 2021-3-28
|
|
|
|
|
----------------------------------------------------------------------
|
2021-03-28 22:50:22 -07:00
|
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
- Add `dotenv-load` setting (#778)
|
|
|
|
|
|
|
|
|
|
### Misc
|
|
|
|
|
- Change publish recipe to use stable rust (#777)
|
|
|
|
|
|
2021-06-26 13:41:07 -07:00
|
|
|
|
[0.8.6](https://github.com/casey/just/releases/tag/v0.8.6) - 2021-3-28
|
|
|
|
|
----------------------------------------------------------------------
|
2021-03-28 16:02:56 -07:00
|
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
- Add just_executable() function (#775)
|
|
|
|
|
- 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)
|
|
|
|
|
|
2021-06-26 13:41:07 -07:00
|
|
|
|
[0.8.5](https://github.com/casey/just/releases/tag/v0.8.5) - 2021-3-24
|
|
|
|
|
----------------------------------------------------------------------
|
2021-03-24 20:14:58 -07:00
|
|
|
|
|
|
|
|
|
### 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)
|
|
|
|
|
- Note Emacs package `just-mode` in readme (#759)
|
|
|
|
|
- Note shebang line splitting inconsistency in readme (#757)
|
|
|
|
|
|
2021-06-26 13:41:07 -07:00
|
|
|
|
[0.8.4](https://github.com/casey/just/releases/tag/v0.8.4) - 2021-2-9
|
|
|
|
|
---------------------------------------------------------------------
|
2021-02-09 01:20:57 -08:00
|
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
- Add options to control list formatting (#753)
|
|
|
|
|
|
|
|
|
|
### Misc
|
|
|
|
|
- Document how to change the working directory in a recipe (#752)
|
|
|
|
|
- Implement `Default` for `Table` (#748)
|
|
|
|
|
- Add Alpine Linux package to readme (#736)
|
|
|
|
|
- Update to actions/cache@v2 (#742)
|
|
|
|
|
- Add link in readme to GitHub Action (#729)
|
|
|
|
|
- Add docs for justfile() and justfile_directory() (#726)
|
|
|
|
|
- Fix CI (#727)
|
|
|
|
|
- Improve readme (#725)
|
|
|
|
|
- Replace saythanks.io link with malto: link (#723)
|
|
|
|
|
- Update man page to v0.8.3 (#720)
|
|
|
|
|
|
2021-06-26 13:41:07 -07:00
|
|
|
|
[0.8.3](https://github.com/casey/just/releases/tag/v0.8.3) - 2020-10-27
|
|
|
|
|
-----------------------------------------------------------------------
|
2020-10-28 00:04:53 -07:00
|
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
- Allow ignoring line endings inside delimiters (#717)
|
|
|
|
|
|
2021-06-26 13:41:07 -07:00
|
|
|
|
[0.8.2](https://github.com/casey/just/releases/tag/v0.8.2) - 2020-10-26
|
|
|
|
|
-----------------------------------------------------------------------
|
2020-10-26 18:30:23 -07:00
|
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
- Add conditional expressions (#714)
|
|
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
- Allow completing variables and recipes after `--set` in zsh completion script (#697)
|
|
|
|
|
|
|
|
|
|
### Misc
|
|
|
|
|
- Add Parser::forbid (#712)
|
|
|
|
|
- Automatically track expected tokens while parsing (#711)
|
|
|
|
|
- Document feature flags in Cargo.toml (#709)
|
|
|
|
|
|
2021-06-26 13:41:07 -07:00
|
|
|
|
[0.8.1](https://github.com/casey/just/releases/tag/v0.8.1) - 2020-10-15
|
|
|
|
|
-----------------------------------------------------------------------
|
2020-10-15 20:17:38 -07:00
|
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
- Allow choosing multiple recipes to run (#700)
|
|
|
|
|
- Complete recipes in bash completion script (#685)
|
|
|
|
|
- Complete recipes names in PowerShell completion script (#651)
|
|
|
|
|
|
|
|
|
|
### Misc
|
|
|
|
|
- Add FreeBSD port to readme (#705)
|
|
|
|
|
- Placate clippy (#698)
|
|
|
|
|
- Fix build fix (#693)
|
|
|
|
|
- Fix readme documentation for ignoring errors (#692)
|
|
|
|
|
|
2021-06-26 13:41:07 -07:00
|
|
|
|
[0.8.0](https://github.com/casey/just/releases/tag/v0.8.0) - 2020-10-3
|
|
|
|
|
----------------------------------------------------------------------
|
2020-10-03 14:32:53 -07:00
|
|
|
|
|
|
|
|
|
### Breaking
|
|
|
|
|
- Allow suppressing failures with `-` prefix (#687)
|
|
|
|
|
|
|
|
|
|
### Misc
|
|
|
|
|
- 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)
|
|
|
|
|
|
2021-06-26 13:41:07 -07:00
|
|
|
|
[0.7.3](https://github.com/casey/just/releases/tag/v0.7.3) - 2020-9-17
|
|
|
|
|
----------------------------------------------------------------------
|
2020-09-17 19:51:46 -07:00
|
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
- Add the `--choose` subcommand (#680)
|
|
|
|
|
|
|
|
|
|
### Misc
|
|
|
|
|
- Combine integration tests into single binary (#679)
|
|
|
|
|
- Document `--unsorted` flag in readme (#672)
|
|
|
|
|
|
2021-06-26 13:41:07 -07:00
|
|
|
|
[0.7.2](https://github.com/casey/just/releases/tag/v0.7.2) - 2020-8-23
|
|
|
|
|
----------------------------------------------------------------------
|
2020-08-23 20:21:08 -07:00
|
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
- Add option to print recipes in source order (#669)
|
|
|
|
|
|
|
|
|
|
### Misc
|
|
|
|
|
- Mention Linux, MacOS and Windows support in readme (#666)
|
|
|
|
|
- Add list highlighting nice features to readme (#664)
|
|
|
|
|
|
2021-06-26 13:41:07 -07:00
|
|
|
|
[0.7.1](https://github.com/casey/just/releases/tag/v0.7.1) - 2020-7-19
|
|
|
|
|
----------------------------------------------------------------------
|
2020-07-19 05:10:38 -07:00
|
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
- Search for `.env` file from working directory (#661)
|
|
|
|
|
|
|
|
|
|
### Misc
|
|
|
|
|
- Move link-time optimization config into `Cargo.toml` (#658)
|
|
|
|
|
|
2021-06-26 13:41:07 -07:00
|
|
|
|
[0.7.0](https://github.com/casey/just/releases/tag/v0.7.0) - 2020-7-16
|
|
|
|
|
----------------------------------------------------------------------
|
2020-07-16 21:41:43 -07:00
|
|
|
|
|
|
|
|
|
### Breaking
|
|
|
|
|
- Skip `.env` items which are set in environment (#656)
|
|
|
|
|
|
|
|
|
|
### Misc
|
|
|
|
|
- Mark tags that start with `v` as releases (#654)
|
|
|
|
|
|
2021-06-26 13:41:07 -07:00
|
|
|
|
[0.6.1](https://github.com/casey/just/releases/tag/v0.6.1) - 2020-6-28
|
|
|
|
|
----------------------------------------------------------------------
|
2020-06-28 15:07:03 -07:00
|
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
- Only use `cygpath` on shebang if it contains `/` (#652)
|
|
|
|
|
|
2021-06-26 13:41:07 -07:00
|
|
|
|
[0.6.0](https://github.com/casey/just/releases/tag/v0.6.0) - 2020-6-18
|
|
|
|
|
----------------------------------------------------------------------
|
2020-06-18 11:50:47 -07:00
|
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
- Ignore '@' returned from interpolation evaluation (#636)
|
|
|
|
|
- Strip leading spaces after line continuation (#635)
|
|
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
- Add variadic parameters that accept zero or more arguments (#645)
|
|
|
|
|
|
|
|
|
|
### Misc
|
|
|
|
|
- Clarify variadic parameter default values (#646)
|
|
|
|
|
- Add keybase example justfile (#640)
|
|
|
|
|
- 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)
|
|
|
|
|
- Document how to run recipes after another recipe (#630)
|
|
|
|
|
|
2021-06-26 13:41:07 -07:00
|
|
|
|
[0.5.11](https://github.com/casey/just/releases/tag/v0.5.11) - 2020-5-23
|
|
|
|
|
------------------------------------------------------------------------
|
2020-05-23 20:59:11 -07:00
|
|
|
|
|
2020-06-18 11:50:47 -07:00
|
|
|
|
### Added
|
2020-05-23 20:59:11 -07:00
|
|
|
|
- Don't load `.env` file when `--no-dotenv` is passed (#627)
|
|
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
- Complete recipe names in fish completion script (#625)
|
|
|
|
|
- Suggest aliases for unknown recipes (#624)
|
|
|
|
|
|
2021-06-26 13:41:07 -07:00
|
|
|
|
[0.5.10](https://github.com/casey/just/releases/tag/v0.5.10) - 2020-3-18
|
|
|
|
|
------------------------------------------------------------------------
|
2019-05-07 19:37:40 -07:00
|
|
|
|
|
2021-06-26 13:41:07 -07:00
|
|
|
|
[0.5.9](https://github.com/casey/just/releases/tag/v0.5.9) - 2020-3-18
|
|
|
|
|
----------------------------------------------------------------------
|
2020-03-18 08:19:43 -07:00
|
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
- Update zsh completion file (#606)
|
|
|
|
|
- Add `--variables` subcommand that prints variable names (#608)
|
|
|
|
|
- Add github pages site with improved install script (#597)
|
|
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
- Don't require justfile to print completions (#596)
|
|
|
|
|
|
|
|
|
|
### Misc
|
|
|
|
|
- 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)
|
|
|
|
|
|
2021-06-26 13:41:07 -07:00
|
|
|
|
[0.5.8](https://github.com/casey/just/releases/tag/v0.5.8) - 2020-1-28
|
|
|
|
|
----------------------------------------------------------------------
|
2020-02-06 12:25:09 -08:00
|
|
|
|
|
2021-07-03 15:43:25 -07:00
|
|
|
|
### Changed
|
2020-02-06 12:25:09 -08:00
|
|
|
|
- Only use `cygpath` on windows if present (#586)
|
|
|
|
|
|
2021-07-03 15:43:25 -07:00
|
|
|
|
### Misc
|
2020-02-06 12:25:09 -08:00
|
|
|
|
- Improve comments in justfile (#588)
|
|
|
|
|
- Remove unused dependencies (#587)
|
|
|
|
|
|
2021-06-26 13:41:07 -07:00
|
|
|
|
[0.5.7](https://github.com/casey/just/releases/tag/v0.5.7) - 2020-1-28
|
|
|
|
|
----------------------------------------------------------------------
|
2020-01-28 03:03:07 -08:00
|
|
|
|
|
2021-07-03 15:43:25 -07:00
|
|
|
|
### Misc
|
2020-01-28 03:03:07 -08:00
|
|
|
|
- Don't include directories in release archive (#583)
|
|
|
|
|
|
2021-06-26 13:41:07 -07:00
|
|
|
|
[0.5.6](https://github.com/casey/just/releases/tag/v0.5.6) - 2020-1-28
|
|
|
|
|
----------------------------------------------------------------------
|
2020-01-28 02:31:38 -08:00
|
|
|
|
|
2021-07-03 15:43:25 -07:00
|
|
|
|
### Misc
|
2020-01-28 02:31:38 -08:00
|
|
|
|
- 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)
|
|
|
|
|
|
2021-06-26 13:41:07 -07:00
|
|
|
|
[0.5.5](https://github.com/casey/just/releases/tag/v0.5.5) - 2020-1-15
|
|
|
|
|
----------------------------------------------------------------------
|
2020-01-15 03:33:49 -08:00
|
|
|
|
|
2021-07-03 15:43:25 -07:00
|
|
|
|
### Added
|
2020-01-15 03:33:49 -08:00
|
|
|
|
- Generate shell completion scripts with `--completions` (#572)
|
|
|
|
|
|
2021-07-03 15:43:25 -07:00
|
|
|
|
### Misc
|
2020-01-15 03:33:49 -08:00
|
|
|
|
- Check long lines and FIXME/TODO on CI (#575)
|
|
|
|
|
- Add additional continuous integration checks (#574)
|
|
|
|
|
|
2021-06-26 13:41:07 -07:00
|
|
|
|
[0.5.4](https://github.com/casey/just/releases/tag/v0.5.4) - 2019-12-25
|
|
|
|
|
-----------------------------------------------------------------------
|
2019-12-25 07:46:54 -08:00
|
|
|
|
|
2021-07-03 15:43:25 -07:00
|
|
|
|
### Added
|
2019-12-25 07:46:54 -08:00
|
|
|
|
- Add `justfile_directory()` and `justfile()` (#569)
|
|
|
|
|
|
2021-07-03 15:43:25 -07:00
|
|
|
|
### Misc
|
2019-12-25 07:46:54 -08:00
|
|
|
|
- Add table of package managers that include just to readme (#568)
|
|
|
|
|
- Remove yaourt AUR helper from readme (#567)
|
|
|
|
|
- Fix regression in error message color printing (#566)
|
|
|
|
|
- Reform indentation handling (#565)
|
|
|
|
|
- Update Cargo.lock with new version (#564)
|
|
|
|
|
|
2021-06-26 13:41:07 -07:00
|
|
|
|
[0.5.3](https://github.com/casey/just/releases/tag/v0.5.3) - 2019-12-11
|
|
|
|
|
-----------------------------------------------------------------------
|
2019-12-07 04:59:58 -08:00
|
|
|
|
|
2021-07-03 15:43:25 -07:00
|
|
|
|
### Misc
|
2019-12-11 17:22:46 -08:00
|
|
|
|
- Assert that lexer advances over entire input (#560)
|
|
|
|
|
- Fix typo: `chracter` -> `character` (#561)
|
|
|
|
|
- Improve pre-publish check (#562)
|
|
|
|
|
|
2021-06-26 13:41:07 -07:00
|
|
|
|
[0.5.2](https://github.com/casey/just/releases/tag/v0.5.2) - 2019-12-7
|
|
|
|
|
----------------------------------------------------------------------
|
2019-12-11 17:22:46 -08:00
|
|
|
|
|
2021-07-03 15:43:25 -07:00
|
|
|
|
### Added
|
2019-12-07 04:59:58 -08:00
|
|
|
|
- Add flags to set and clear shell arguments (#551)
|
|
|
|
|
- Allow passing arguments to dependencies (#555)
|
|
|
|
|
|
2021-07-03 15:43:25 -07:00
|
|
|
|
### Misc
|
2019-12-07 04:59:58 -08:00
|
|
|
|
- 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)
|
|
|
|
|
|
2021-06-26 13:41:07 -07:00
|
|
|
|
[0.5.1](https://github.com/casey/just/releases/tag/v0.5.1) - 2019-11-20
|
|
|
|
|
-----------------------------------------------------------------------
|
2019-11-20 00:08:58 -08:00
|
|
|
|
|
2021-07-03 15:43:25 -07:00
|
|
|
|
### Added
|
2019-11-20 00:08:58 -08:00
|
|
|
|
- Add `--init` subcommand (#541)
|
|
|
|
|
|
2021-07-03 15:43:25 -07:00
|
|
|
|
### Changed
|
2019-11-20 00:08:58 -08:00
|
|
|
|
- Avoid fs::canonicalize (#539)
|
|
|
|
|
|
2021-07-03 15:43:25 -07:00
|
|
|
|
### Misc
|
2019-11-20 00:08:58 -08:00
|
|
|
|
- Mention `set shell` as altenative to installing `sh` (#533)
|
|
|
|
|
- Refactor Compilation error to contain a Token (#535)
|
|
|
|
|
- Move lexer comment (#536)
|
|
|
|
|
- Add missing `--init` test (#543)
|
|
|
|
|
|
2021-06-26 13:41:07 -07:00
|
|
|
|
[0.5.0](https://github.com/casey/just/releases/tag/v0.5.0) - 2019-11-12
|
|
|
|
|
-----------------------------------------------------------------------
|
2019-11-12 14:11:53 -08:00
|
|
|
|
|
2021-07-03 15:43:25 -07:00
|
|
|
|
### Added
|
2019-11-12 14:11:53 -08:00
|
|
|
|
|
|
|
|
|
- Add `set shell := [...]` to grammar (#526)
|
|
|
|
|
- Add `shell` setting (#525)
|
|
|
|
|
- Document settings in readme (#527)
|
|
|
|
|
|
2021-07-03 15:43:25 -07:00
|
|
|
|
### Changed
|
2019-11-12 14:11:53 -08:00
|
|
|
|
- Reform positional argument parsing (#523)
|
|
|
|
|
- Highlight echoed recipe lines in bold by default (#512)
|
|
|
|
|
|
2021-07-03 15:43:25 -07:00
|
|
|
|
### Misc
|
2019-11-12 14:11:53 -08:00
|
|
|
|
|
|
|
|
|
- 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)
|
|
|
|
|
|
2021-06-26 13:41:07 -07:00
|
|
|
|
[0.4.5](https://github.com/casey/just/releases/tag/v0.4.5) - 2019-10-31
|
|
|
|
|
-----------------------------------------------------------------------
|
2019-10-31 19:19:01 -07:00
|
|
|
|
|
2021-07-03 15:43:25 -07:00
|
|
|
|
### User-visible
|
2019-10-31 19:19:01 -07:00
|
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
- Display alias with `--show NAME` if one exists
|
|
|
|
|
|
|
|
|
|
### Documented
|
|
|
|
|
- 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)
|
|
|
|
|
|
2021-07-03 15:43:25 -07:00
|
|
|
|
### Misc
|
2019-10-31 19:19:01 -07:00
|
|
|
|
|
|
|
|
|
### Cleanup
|
|
|
|
|
- Update deprecated rust range patterns and clippy config (#450)
|
|
|
|
|
- Make comments in common.rs lowercase (#470)
|
|
|
|
|
- Use `pub(crate)` instead of `pub` (#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)
|
|
|
|
|
|
|
|
|
|
### Infrastructure
|
|
|
|
|
- Add repository attribute to Cargo.toml (#493)
|
|
|
|
|
- Check minimal version compatibility before publishing (#487)
|
|
|
|
|
|
|
|
|
|
### Continuous Integration
|
|
|
|
|
- Disable FreeBSD builds (#474)
|
|
|
|
|
- Use `bash` as shell for all integration tests (#479)
|
|
|
|
|
- Don't install `dash` on Travis (#482)
|
|
|
|
|
|
|
|
|
|
### Dependencies
|
|
|
|
|
- Use `tempfile` crate instead of `tempdir` (#455)
|
|
|
|
|
- Bump clap dependency to 2.33.0 (#458)
|
|
|
|
|
- Minimize dependency version requirements (#461)
|
|
|
|
|
- Remove dependency on brev (#462)
|
|
|
|
|
- Update dependencies (#501)
|
|
|
|
|
|
2021-06-26 13:41:07 -07:00
|
|
|
|
[0.4.4](https://github.com/casey/just/releases/tag/v0.4.4) - 2019-06-02
|
|
|
|
|
-----------------------------------------------------------------------
|
2019-06-02 13:38:16 -07:00
|
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
- Ignore file name case while searching for justfile (#436)
|
|
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
- Display alias target with `--show` (#443)
|
|
|
|
|
|
2021-06-26 13:41:07 -07:00
|
|
|
|
[0.4.3](https://github.com/casey/just/releases/tag/v0.4.3) - 2019-05-07
|
|
|
|
|
-----------------------------------------------------------------------
|
2019-05-07 19:37:40 -07:00
|
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
- Deprecate `=` in assignments, aliases, and exports in favor of `:=` (#413)
|
|
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
- Pass stdin handle to backtick process (#409)
|
|
|
|
|
|
|
|
|
|
### Documented
|
|
|
|
|
- Fix readme command line (#411)
|
|
|
|
|
- Typo: "command equivelant" -> "command equivalent" (#418)
|
|
|
|
|
- Mention Make’s “phony target” workaround in the comparison (#421)
|
|
|
|
|
- Add Void Linux install instructions to readme (#423)
|
|
|
|
|
|
|
|
|
|
### Cleaned up or Refactored
|
|
|
|
|
- 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)
|
|
|
|
|
|
2021-06-26 13:41:07 -07:00
|
|
|
|
[0.4.2](https://github.com/casey/just/releases/tag/v0.4.2) - 2019-04-12
|
|
|
|
|
-----------------------------------------------------------------------
|
2017-08-25 01:40:57 -07:00
|
|
|
|
|
2019-04-15 23:39:18 -07:00
|
|
|
|
### Changed
|
|
|
|
|
- Regex-based lexer replaced with much nicer character-at-a-time lexer (#406)
|
|
|
|
|
|
2021-06-26 13:41:07 -07:00
|
|
|
|
[0.4.1](https://github.com/casey/just/releases/tag/v0.4.1) - 2019-04-12
|
|
|
|
|
-----------------------------------------------------------------------
|
2019-05-07 19:37:40 -07:00
|
|
|
|
|
2019-04-15 14:45:40 -07:00
|
|
|
|
### Changed
|
|
|
|
|
- Make summary function non-generic (#404)
|
|
|
|
|
|
2021-06-26 13:41:07 -07:00
|
|
|
|
[0.4.0](https://github.com/casey/just/releases/tag/v0.4.0) - 2019-04-12
|
|
|
|
|
-----------------------------------------------------------------------
|
2019-05-07 19:37:40 -07:00
|
|
|
|
|
2019-04-12 00:46:29 -07:00
|
|
|
|
### Added
|
|
|
|
|
- Add recipe aliases by @ryloric (#390)
|
|
|
|
|
- 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` by @smonami (#392)
|
|
|
|
|
- Add link to Chinese translation of readme by @chinanf-boy (#377)
|
2017-08-25 01:40:57 -07:00
|
|
|
|
|
2019-04-12 00:46:29 -07:00
|
|
|
|
### Changed
|
|
|
|
|
- Upgrade to Rust 2018 (#394)
|
|
|
|
|
- Format the codebase with rustfmt (#346)
|
2017-08-25 01:40:57 -07:00
|
|
|
|
|
2021-06-26 13:41:07 -07:00
|
|
|
|
[0.3.13](https://github.com/casey/just/releases/tag/v0.3.13) - 2018-11-06
|
|
|
|
|
-------------------------------------------------------------------------
|
2019-05-07 19:37:40 -07:00
|
|
|
|
|
2018-11-06 01:00:34 -08:00
|
|
|
|
### Added
|
|
|
|
|
- Print recipe signature if missing arguments (#369)
|
|
|
|
|
- Add grandiloquent verbosity level that echos shebang recipes (#348)
|
|
|
|
|
- Wait for child processes to finish (#345)
|
|
|
|
|
- Improve invalid escape sequence error messages (#328)
|
|
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
- Use PutBackN instead of PutBack in parser (#364)
|
|
|
|
|
|
2021-06-26 13:41:07 -07:00
|
|
|
|
[0.3.12](https://github.com/casey/just/releases/tag/v0.3.12) - 2018-06-19
|
|
|
|
|
-------------------------------------------------------------------------
|
2019-05-07 19:37:40 -07:00
|
|
|
|
|
2018-06-19 13:21:32 -07:00
|
|
|
|
### Added
|
|
|
|
|
- Implemented invocation_directory function
|
|
|
|
|
|
2021-06-26 13:41:07 -07:00
|
|
|
|
[0.3.11](https://github.com/casey/just/releases/tag/v0.3.11) - 2018-05-6
|
|
|
|
|
------------------------------------------------------------------------
|
2019-05-07 19:37:40 -07:00
|
|
|
|
|
2018-06-19 13:21:32 -07:00
|
|
|
|
### Fixed
|
|
|
|
|
- Fixed colors on windows (#317)
|
|
|
|
|
|
2021-06-26 13:41:07 -07:00
|
|
|
|
[0.3.10](https://github.com/casey/just/releases/tag/v0.3.10) - 2018-3-19
|
|
|
|
|
------------------------------------------------------------------------
|
2019-05-07 19:37:40 -07:00
|
|
|
|
|
|
|
|
|
### Added
|
2018-03-20 01:25:32 -07:00
|
|
|
|
- Make .env vars available in env_var functions (#310)
|
|
|
|
|
|
2021-06-26 13:41:07 -07:00
|
|
|
|
[0.3.8](https://github.com/casey/just/releases/tag/v0.3.8) - 2018-3-5
|
|
|
|
|
---------------------------------------------------------------------
|
2019-05-07 19:37:40 -07:00
|
|
|
|
|
2021-07-03 15:43:25 -07:00
|
|
|
|
### Added
|
2018-03-05 13:28:30 -08:00
|
|
|
|
- Add dotenv integration (#306)
|
|
|
|
|
|
2021-06-26 13:41:07 -07:00
|
|
|
|
[0.3.7](https://github.com/casey/just/releases/tag/v0.3.7) - 2017-12-11
|
|
|
|
|
-----------------------------------------------------------------------
|
2019-05-07 19:37:40 -07:00
|
|
|
|
|
2018-01-22 23:32:37 -08:00
|
|
|
|
### Fixed
|
|
|
|
|
- Fix error if ! appears in comment (#296)
|
2017-12-11 12:44:45 -08:00
|
|
|
|
|
2021-06-26 13:41:07 -07:00
|
|
|
|
[0.3.6](https://github.com/casey/just/releases/tag/v0.3.6) - 2017-12-11
|
|
|
|
|
-----------------------------------------------------------------------
|
2019-05-07 19:37:40 -07:00
|
|
|
|
|
2018-01-05 02:11:10 -08:00
|
|
|
|
### Fixed
|
|
|
|
|
- Lex CRLF line endings properly (#292)
|
|
|
|
|
|
2021-06-26 13:41:07 -07:00
|
|
|
|
[0.3.5](https://github.com/casey/just/releases/tag/v0.3.5) - 2017-12-11
|
|
|
|
|
-----------------------------------------------------------------------
|
2019-05-07 19:37:40 -07:00
|
|
|
|
|
2017-12-02 06:16:52 -08:00
|
|
|
|
### Added
|
|
|
|
|
- Align doc-comments in `--list` output (#273)
|
|
|
|
|
- Add `arch()`, `os()`, and `os_family()` functions (#277)
|
2017-12-02 14:59:07 -08:00
|
|
|
|
- Add `env_var(key)` and `env_var_or_default(key, default)` functions (#280)
|
2017-10-06 23:48:07 -07:00
|
|
|
|
|
2021-06-26 13:41:07 -07:00
|
|
|
|
[0.3.4](https://github.com/casey/just/releases/tag/v0.3.4) - 2017-10-06
|
|
|
|
|
-----------------------------------------------------------------------
|
2019-05-07 19:37:40 -07:00
|
|
|
|
|
2017-11-30 10:38:44 -08:00
|
|
|
|
### Added
|
2017-11-19 23:16:55 -08:00
|
|
|
|
- Do not evaluate backticks in assignments during dry runs (#253)
|
|
|
|
|
|
2017-11-30 10:38:44 -08:00
|
|
|
|
### Changed
|
|
|
|
|
- Change license to CC0 going forward (#270)
|
|
|
|
|
|
2021-06-26 13:41:07 -07:00
|
|
|
|
[0.3.1](https://github.com/casey/just/releases/tag/v0.3.1) - 2017-10-06
|
|
|
|
|
-----------------------------------------------------------------------
|
2019-05-07 19:37:40 -07:00
|
|
|
|
|
2017-08-25 01:40:57 -07:00
|
|
|
|
### Added
|
2017-11-19 23:16:55 -08:00
|
|
|
|
- Started keeping a changelog in CHANGELOG.md (#220)
|
|
|
|
|
- Recipes whose names begin with an underscore will not appear in `--list` or `--summary` (#229)
|