Releases: asdf-community/asdf-direnv
v0.3.0 - El tesoro
This release comes with many user experience improvements:
-
Our README now focus on providing the most common information that people will need: setting up and using
asdf direnv
sub-commands. All other content is still there but collapsed by default. -
We moved to a more unified setup experience, now requiring less manual steps from our users in order to setup this tool. Our setup script is now responsible for managing direnv integration and just letting know the user what files were changed on their systems. See changelog and related PRs about
asdf direnv setup
command. -
Also improved per-project setup. The new
asdf direnv local
command does all you need to install plugins the respective tool versions, touch your .tool-versions and .envrc accordingly, all in a convenient single step. -
asdf direnv shell
command provides a convenient way of getting temporary environments for those cases where you don't want to edit/create.tool-versions
or.envrc
, eg for running code generators likecreate-react-app
Thanks to all contributors for their hard work and people who've helped us openning issues and trying out these features. Hope you all enjoy and have a much better experience using asdf-direnv.
El Tesoro - https://www.youtube.com/watch?v=vlneT-a-KkQ
v0.2.0 ZuZu
0.2.0 (2022-03-16)
This is the second release since like Aug 2020. Lots has happened thanks to our awesome contributors and everyone else who uses this tool and reports issues.
Yarı melek, yarı canavar
Thanks to @michi-zuri and all other people using #37 for over ~8 months and their patience on me having time to merge it.
Süzüleceğim yanına kadar
https://www.youtube.com/watch?v=WFg5ATD98_8
Release notes:
-
the
use asdf
command now takes no arguments.Previously this command could take optional tools and versions but we removed that in favour of using asdf own version resolution.
That means versions are specified in only one place: The.tool-version
files. -
Removed old shim and now asdf-direnv uses asdf custom commands.
For example, now you can run
asdf direnv allow
from anywhere.
Upgrading notes:
-
If you are upgrading from a previous version, be sure to use latest asdf
-
Also note that the initialization hook changed, and now the content of your
~/.config/direnv/direnvrc
file should be:
source "$(asdf direnv hook asdf)"