Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: casey/just

1.45.0

10 Dec 20:48
a5aa5f1

Choose a tag to compare

Added

  • Allow requiring recipe arguments to match regular expression patterns (#3000 by casey)

Fixed

  • Allow shell-expanded strings in attributes (#3007 by casey)
  • Fix arg pattern anchoring (#3002 by casey)

Misc

  • Use non-capturing group in arg pattern regex (#3006 by casey)
  • Remove redundant type annotation (#3004 by casey)

1.44.1

09 Dec 08:32
db93841

Choose a tag to compare

Fixed

  • Properly close format string delimiter (#2997 by casey)

1.44.0

07 Dec 00:31
8eea534

Choose a tag to compare

Added

  • Add f'{format}' strings (#2985 by casey)
  • Use double braces {{โ€ฆ}} for format strings (#2993 by casey)
  • Stabilize [script] attribute (#2988 by casey)

Changed

  • Allow newlines in interpolations and } to abut interpolation }} (#2992 by casey)

Misc

1.43.1

12 Nov 21:09
2442930

Choose a tag to compare

Release 1.43.1

1.43.0

27 Sep 21:11
b7e7c46

Choose a tag to compare

Added

  • Add [default] attribute (#2878 by casey)
  • Do not ascend above --ceiling when looking for justfile (#2870 by casey)

Misc

1.42.4

24 Jul 23:28
a3da3cf

Choose a tag to compare

Fixed

1.42.3

19 Jul 02:45
39e0f38

Choose a tag to compare

Fixed

  • Run recipes from submodules in correct directory (#2829 by eisbaw)

1.42.2

15 Jul 20:51
3cb490a

Choose a tag to compare

Fixed

  • Fix scope lookup for nested submodules (#2820 by casey)

1.42.1

14 Jul 21:08
a5c3286

Choose a tag to compare

Fixed

  • Export variables to submodules (#2816 by casey)
  • Only override root-justfile variable assignments (#2815 by casey)

1.42.0

14 Jul 02:47
d330ee3

Choose a tag to compare

Fixed

  • Use correct scope when running recipes in submodules (#2810 by casey)

Added

  • Add [parallel] attribute to run dependencies in parallel (#2803 by casey)
  • Allow configuring cygpath with --cygpath and $JUST_CYGPATH (#2804 by hyrious)
  • Use GitHub token in install.sh if available (#2676 by jpeeler)
  • Add [metadata] recipe attribute (#2794 by wiktor-k)
  • Allow depending on recipes in submodules (#2672 by corvusrabus)

Changed

  • Allow completing multiple recipes in bash (#2764 by antirais)
  • Make global justfile filename case-insensitive (#2802 by casey)