Releases: ekalinin/envirius
Releases · ekalinin/envirius
0.8.1: fixed versions list for php/rust
0.8.0: autocmoplition for zsh & iojs
- added plugins iojs/iojs-prebuilt
- autocmoplition for zsh
- haskell[-prebuilt] plugin:
- now show most fresh releases
- used https
- fixed go-prebuilt plugin for x.x versions
0.7.6: smal fixes
- removed
--version-sortfrom all sorts - fixed
mkcommand for zsh
0.7.5: rust improvements & fixes in tests
- imroved rust[-prebuilt] plugin:
- added export
LD_LIBRARY_PATHbefore env activation - each nightly build marked with date to see when it was build
- added export
0.7.4: added export/import
- added commands
export/import - fixed plugin
julia(build part) - fixed plugin
go-prebuilt(used new url for archives) - added nightly builds for plugins
rust/rust-prebuilt
0.7.3: added haskell-platform (for linux) and a lot of fixes
- added
plug_check_depsinto scala - fixed logic for
DEBUG=yes - improved
mk:- clear env dir if configure failed
- more debug messages
- ensure that we have a version number before starting the download
- exit cleanly when failing to download the requested package
- added plugin for haskell-platform (linux
only) - fixed test for
ls-plugins common: make curl fail on HTTP errorsactivate: propagateNV_PATHwhen creating the subshell environment- added
sbtinstallation intoscalaplugin - fixed
rust/rust-prebuiltplugin - fixed
ls-versionsforelixir/elixir-prebuilt
0.7.2: php & haskell-prebuilt plugins; improved "nv off" and more fixes
nv offworks in both cases:nv on <env-name>andnv on --same-shell <env-name>- added functions in common:
nv_semver_get_(major|minor|patch|special) - added functions in common:
nv_echo_err - added plugin for php
- added plugin for prebuilt haskell
- improved shebangs (thanks to Maciej Żok)
- improved
nv_get_plugin_versionfromcommon: handles empty versions - improved command
mk: handles not existence plugins
0.7.1: scala plugin & minor fixes
- improved
ls-cache/rm-cachecommands (added options for each section of
the cache) juliaplugin: fixed building bugs- added plugin for scala
0.7.0: prebuilt plugins, activation in a new shell and more
on/activate/use: now works in a new shell by defaulton/activate/use/mk: added option--same-shell- cache redesign: splited into sub-dirs {arc,src,build}
- added migration script for the new cache
common: addedget_(build|arc|src)_pathfunctions- fixed commands
rm-cache/ls-cache elixirplugin: usedget_(build|arc|src)_pathinstead ofnv_get_cache_full_pathjuliaplugin: usedget_(build|arc|src)_pathinstead ofnv_get_cache_full_path
- added
nv_get_systemintocommon mk: added--forceoption for re-create environmentmk: added reset forplug_statemk: added cleansrcfolder after build (for saving disk space)- added
plug_buildfunction for usage in plugins - added
plug_build_envfunction for usage in plugins - renamed plugin
gointogo-prebuilt - added plugin
node-prebuild - added plugin
rust-prebuilt - added plugin
elixir-prebuilt - improved bash autocompletion for commands
on/activate/use/do
0.6.2: basic zsh support
mkcommand usedunset -ffor reset plugin's functions- added functions
nv_is_zsh/nv_is_bashinto common - basic autocompletion used for
bashonly - more universal implemetation of the
nv_is_function - more universal implemetation of the
plug_list_versionsin all plugins