Casey Rodarmor
ea26e451fa
Suppress mod doc comment with empty [doc]
attribute ( #2254 )
2024-07-15 16:27:48 +00:00
Greg Shuflin
d5ebc9515e
Allow [doc]
annotation on modules ( #2247 )
2024-07-14 22:15:22 -07:00
Casey Rodarmor
023b126eb2
Release 1.31.0 ( #2251 )
...
- Bump version: 1.30.1 → 1.31.0
- Update changelog
- Update changelog contributor credits
- Update dependencies
- Update version references in readme
2024-07-14 21:29:13 +00:00
Casey Rodarmor
687007a723
Stabilize modules ( #2250 )
2024-07-14 21:22:03 +00:00
Casey Rodarmor
6747c79082
Print space before submodules in --list
with groups ( #2244 )
2024-07-14 02:20:35 +00:00
Casey Rodarmor
458805e283
Allow mod
path to be directory containing module source ( #2238 )
2024-07-08 22:38:25 +00:00
Casey Rodarmor
d6669e0b97
Allow enabling unstable features with set unstable
( #2237 )
2024-07-08 03:45:03 +00:00
Casey Rodarmor
564814208f
Lexiclean search directory so ..
does not check the current directory ( #2236 )
...
If the search directory was `..`, for example in the invocation
`just ../foo`, we would wind up checking the justfile in the current
directory since we did `INVOCATION_DIRECTORY/..`.ancestors(), which
would first return `INVOCATION_DIRECTORY`.
Instead, lexiclean the result of joining th invocation directory with
the search directory, so `..` is removed, and `ancestors()` doesn't
return the invocation directory.
2024-07-08 02:12:07 +00:00
Casey Rodarmor
f1020b4e6a
Allow abbreviating functions ending in _directory
to _dir
( #2235 )
2024-07-07 22:47:18 +00:00
Casey Rodarmor
5e9f46e855
Release 1.30.1 ( #2232 )
...
- Bump version: 1.30.0 → 1.30.1
- Update changelog
- Update changelog contributor credits
2024-07-07 04:24:32 +00:00
Casey Rodarmor
241e7b46a5
Fix function argument count mismatch error message ( #2231 )
2024-07-07 04:19:36 +00:00
Casey Rodarmor
0c9b159aa4
Bump version to 1.30.0 ( #2229 )
2024-07-06 23:15:18 +00:00
Casey Rodarmor
d2f66815da
Release 1.30.0 ( #2228 )
...
- Bump version: 1.29.1 → 1.30.0
- Update changelog
- Update changelog contributor credits
- Update dependencies
- Update version references in readme
2024-07-06 23:11:25 +00:00
Casey Rodarmor
50e8874e0e
Tweak readme ( #2227 )
2024-07-06 23:03:08 +00:00
Casey Rodarmor
8186992340
Add development guide to readme ( #2226 )
2024-07-06 19:21:32 +00:00
Casey Rodarmor
1242bd64aa
Add shell-expanded string syntax to grammar ( #2223 )
2024-07-05 00:43:17 +00:00
Casey Rodarmor
42691e1043
Add recipe for testing bash completion script ( #2221 )
2024-07-04 17:49:54 +00:00
Casey Rodarmor
3e0909701c
Fix use of justfile_directory()
in readme ( #2219 )
2024-07-04 17:11:30 +00:00
Marc
5695384271
Avoid install
and add 32-bit arm targets to install.sh
( #2214 )
2024-07-01 18:36:14 +00:00
Casey Rodarmor
39b2783c4b
Use default values for --list-heading
and --list-prefix
( #2213 )
2024-06-30 21:14:39 +00:00
Greg Shuflin
208187fbb6
Use clap::ValueParser
( #2211 )
2024-06-30 19:16:10 +00:00
Casey Rodarmor
7683c81c08
Allow unstable features with --summary
( #2210 )
2024-06-29 18:12:31 -07:00
Casey Rodarmor
e0c031272d
Document module doc comments in readme ( #2208 )
2024-06-29 19:28:47 +00:00
Jacob Herbst
ef6a813dd1
Give modules doc comments for --list
( #2199 )
2024-06-28 21:13:11 -07:00
Casey Rodarmor
e07da79d40
Use -and
instead of &&
in PowerShell completion script ( #2204 )
2024-06-28 07:52:16 +00:00
Casey Rodarmor
97c32e60ae
Fix readme formatting ( #2203 )
2024-06-27 23:03:05 +00:00
Mateusz Kurowski
929fd695d5
Link to justfiles on GitHub in readme ( #2198 )
2024-06-27 22:30:52 +00:00
Casey Rodarmor
23f1c1ca9f
Allow comments after mod
statements ( #2201 )
2024-06-27 18:47:33 +00:00
Casey Rodarmor
570d3058cf
Link to modules when first introduced in readme ( #2193 )
2024-06-25 21:59:42 +00:00
dependabot[bot]
c900b6f478
Update softprops/action-gh-release
( #2183 )
2024-06-24 12:42:39 -07:00
Casey Rodarmor
af86a471e2
Don't analyze comments when ignore-comments
is set ( #2180 )
2024-06-21 20:39:34 +00:00
Casey Rodarmor
e4564f45a3
Don't exit process in run()
on argument parse error ( #2176 )
2024-06-20 03:57:46 +00:00
Casey Rodarmor
aa43a664ee
Document remote justfile workaround ( #2175 )
2024-06-19 17:18:03 -07:00
Casey Rodarmor
553adc1004
Document library interface ( #2174 )
2024-06-19 23:38:02 +00:00
Casey Rodarmor
e572b93d84
Allow passing command-line arguments into run()
( #2173 )
2024-06-19 23:25:36 +00:00
Ryan McGuire
fcac7ee768
Ignore env_logger initialization errors ( #2170 )
2024-06-19 07:50:37 +00:00
Blair Noctis
71b72c4a53
Remove dependency on cradle ( #2169 )
2024-06-18 02:42:16 +00:00
Casey Rodarmor
0e8f660d6d
Add datetime()
and datetime_utc()
functions ( #2167 )
2024-06-14 22:48:34 -07:00
Casey Rodarmor
1c3c1dd3c0
Add note to readme about quoting paths on Windows ( #2166 )
2024-06-15 05:32:07 +00:00
Casey Rodarmor
197e1002d0
List recipes by group in group justfile order with just --list --unsorted
( #2164 )
2024-06-15 03:04:47 +00:00
Casey Rodarmor
4a59769faa
Add missing changelog credits ( #2163 )
2024-06-14 23:58:31 +00:00
Casey Rodarmor
bf6ec6bf16
Credit myself in changelog ( #2162 )
2024-06-14 23:42:14 +00:00
Casey Rodarmor
1547af08b5
Allow setting more command-line options with environment variables ( #2161 )
2024-06-14 23:11:22 +00:00
Casey Rodarmor
b05a75d168
List groups in source order with just --groups --unsorted
( #2160 )
2024-06-14 20:35:03 +00:00
Casey Rodarmor
5f91b37c82
Release 1.29.1 ( #2159 )
...
- Bump version: 1.29.0 → 1.29.1
- Update changelog
- Update changelog contributor credits
2024-06-14 12:44:52 -07:00
Casey Rodarmor
dd9792571b
Fix unexport syntax conflicts ( #2158 )
2024-06-14 19:39:34 +00:00
Casey Rodarmor
e6c37aacd1
Release 1.29.0 ( #2155 )
...
- Bump version: 1.28.0 → 1.29.0
- Update changelog
- Update changelog contributor credits
- Update dependencies
- Update version references in readme
- Fix zsh completion script
2024-06-14 02:57:12 +00:00
Casey Rodarmor
18ec9796b9
Improve argument parsing and error handling for submodules ( #2154 )
2024-06-14 02:41:45 +00:00
Casey Rodarmor
e1b17fe9cf
Document shell expanded string defaults ( #2153 )
2024-06-13 21:41:19 +00:00
Casey Rodarmor
4b5ba8f6f5
Load environment file from dotenv-path relative to working directory ( #2152 )
2024-06-13 20:21:00 +00:00