just Releases
159 releases of casey/just
- 1.21.0
This release adds support for optional modules and imports, allowing users to conditionally load recipe modules. It also enhances the --summary output to display submodule recipes. Additionally, error messages now use box-drawing characters for better visual formatting.
Dec 29, 2023
- 1.20.0
This release focuses on improving the import and module system in just. It adds support for mod statements with paths to source files, expands tilde in import/module paths, allows overriding imported recipes, and sets the working directory to the submodule directory when running recipes.
Dec 29, 2023
- 1.19.0
This release (1.19.0) introduces the new modules functionality to just, allowing users to organize and import external recipe modules. As a minor version bump, this release maintains backward compatibility.
Dec 28, 2023
- 1.18.1
This is a minor patch release (1.18.1) of just that adds improved error handling for `!include` directives. The single change provides users with more descriptive error messages when there's an issue with include directives in their justfiles, making debugging easier.
Dec 24, 2023
- 1.18.0
This minor release stabilizes the `!include path` syntax to work as `import 'path'`, unifying the include/import functionality in just. The release also includes a minor readme tweak for documentation improvements.
Dec 24, 2023
- v0.6.0Version 0.6.0
A major feature release introducing advanced debugging capabilities, dynamic code evaluation, and new automation workflows to the EasySpider web scraper.
Dec 24, 2023
- 1.17.0
This release adds a new `[confirm]` attribute for recipes and changes the default behavior so that included recipes are no longer automatically run as defaults. Several fixes were made to improve the default chooser functionality, including passing the justfile path and command-line options like `--unstable` and `--color always`.
Dec 20, 2023
- 1.16.0
Release 1.16.0 of just adds several useful features including a new semver_matches function, configurable dotenv filename and path settings, and the ability to customize the color of echoed recipe lines. The release also adds ARMv6 as a supported platform and includes various bug fixes.
Nov 8, 2023
- 1.15.0
Version 1.15.0 of just (a command runner) adds several new functions including num_cpus() and env(), introduces Nushell completion support, allows escaping newlines in recipes, and stabilizes the JSON dump format. The release also enables unstable features via environment variable and improves the default recipe chooser to allow selecting multiple recipes.
Oct 12, 2023
- v0.5.0Version 0.5.0
This release introduces major Python integration capabilities (EXEC and EVAL) for custom actions, supports Excel data reading within loops, and features a significant UI overhaul allowing drag-and-drop operations. It also updates the Chrome browser to version 115 and provides specific installation instructions for Windows, macOS, and Linux.
Jul 28, 2023
- v0.3.5Version 0.3.5
This release focuses on performance improvements and robustness, adding full variable support for JavaScript and system commands, a pause feature for debugging, and enhanced data export capabilities including MySQL integration. It also introduces mobile browser simulation and Cloudflare bypass capabilities.
Jul 5, 2023
- 1.14.0
This is a minor release of just (v1.14.0) focused on documentation improvements, bug fixes, and internal refinements. The main functional change updates the default chooser to use `just --show`, while several README updates and a TLS downgrade in the install script are also included.
Jun 2, 2023
- 1.13.0
This release adds a convenient -n short flag for the commonly used --dry-run option and introduces invocation_directory_native() for native directory invocation handling. Several usability improvements were made including printing format diffs to stdout instead of stderr and only showing fallback messages in verbose mode.
Jan 25, 2023
- 1.12.0
This release adds `!include` directives allowing users to include external files in their justfiles, along with improvements to search path argument matching and recipe parameter shadowing. The release also includes various documentation updates, CI improvements, and Windows compatibility fixes.
Jan 19, 2023
- 1.11.0
This is a minor release (1.11.0) of just that primarily stabilizes a fallback mechanism and updates Sublime Text syntax highlighting documentation. The release focuses on stability improvements rather than significant new features.
Jan 4, 2023
- 1.10.0
This is a minor release (1.10.0) of the just command runner that adds support for private attributes on aliases and improves the --quiet flag behavior to suppress diff output when using --fmt --check.
Jan 2, 2023
- 1.9.0
Nov 25, 2022
- 1.8.0
Nov 3, 2022
- 1.7.0
Oct 27, 2022
- 1.6.0
Oct 20, 2022