Sourced from nodeenv's releases.
1.10.0 - drop
What's Changed
Fixed bugs 🐛
- Use lowercase lookup for archmap by
@robmoss2kin ekalinin/nodeenv#382Improvements 🛠
- Add support for Python 3.13 by
@hugovkin ekalinin/nodeenv#367- Add UV Virtual Environment support by
@Vizonexin ekalinin/nodeenv#386- Use sh instead of bash by
@WhyNotHugoin ekalinin/nodeenv#389- Replace additional use of
which(1)withshutil.which()by@mgornyin ekalinin/nodeenv#355Other Changes
- Support leading
vin.node-versionby@nix6839in ekalinin/nodeenv#359- Check host platform when finding
nodeversion by@max0x53in ekalinin/nodeenv#363New Contributors
@hugovkmade their first contribution in ekalinin/nodeenv#367@nix6839made their first contribution in ekalinin/nodeenv#359@max0x53made their first contribution in ekalinin/nodeenv#363@robmoss2kmade their first contribution in ekalinin/nodeenv#382@Vizonexmade their first contribution in ekalinin/nodeenv#386@WhyNotHugomade their first contribution in ekalinin/nodeenv#389@mgornymade their first contribution in ekalinin/nodeenv#355Full Changelog: https://github.com/ekalinin/nodeenv/compare/1.9.1...1.10.0
9dee547
chore: bump nodeenv version to 1.10.0d45aabb
chore: add pyright ignore comments for compatibility55d6c21
chore: update AUTHORS5f694e6
test: update test test_node_system_creates_shimfa3fdfb
Merge branch 'master' of github.com:ekalinin/nodeenve868dbe
Replace additional use of which(1) with
shutil.which() (#355)b4cd00d
test: enhance activation tests for nodeenv with custom prompts and file
handling0b5ea9d
refactor(tests): improve readability of mock patches in nodeenv
tests37c0c30
ci: add GH workflow for testing and coverage in PR326a7a4
test: add comprehensive tests for install_npm and install_npm_win
functions