All Versions
76
Latest Version
Avg Release Cycle
12 days
Latest Release
703 days ago

Changelog History
Page 3

  • v0.10.3 Changes

    October 30, 2021

    โž• 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 by @peter50216)
    • 0๏ธโƒฃ 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 of cargo rustc (#993)
    • Don't skip variables in variable iterator (#991)
    • โœ‚ Remove deprecated equals error (#985)
  • v0.10.2 Changes

    โž• 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 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)
  • v0.10.1 Changes

    โž• Added

    • โž• Add flags for specifying name and path to environment file (#941 by @Celeo)

    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 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)
  • v0.10.0 Changes

    ๐Ÿ”„ 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)
  • v0.9.9 Changes

    โž• Added

    • โž• Add subsequent dependencies (#820)
    • Implement else if chaining (#910)

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix circular variable dependency error message (#909)

    Misc

    • ๐Ÿ‘Œ 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)
  • v0.9.8 Changes

    Misc

    • ๐Ÿ›  Fix changelog formatting (#894)
    • ๐Ÿš€ Only run install script on CI for non-releases (#895)
  • v0.9.7 Changes

    โž• Added

    • โž• Add string manipulation functions (#888 by @terror)

    Misc

    • โœ‚ Remove test-utilities crate (#892)
    • โœ‚ Remove outdated note in Cargo.toml (#891)
    • ๐Ÿ”— Link to GitHub release pages in changelog (#886)
  • v0.9.6 Changes

    โž• Added

    • โž• Add clean function for simplifying paths (#883)
    • โž• Add join function for joining paths (#882)
    • โž• Add path manipulation functions (#872 by @TonioGela)

    Misc

    • โž• Add file_extensions to Sublime syntax file (#878 by @Frederick888)
    • Document path manipulation functions in readme (#877)
  • v0.9.5 Changes

    โž• Added

    • โž• Add --unstable flag (#869)
    • โž• Add Sublime Text syntax file (#864)
    • โž• Add --fmt subcommand (#837 by @vglfr)

    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)
  • v0.9.4 Changes

    Misc

    • ๐Ÿš€ 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)