We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1fa6de commit 7f6160dCopy full SHA for 7f6160d
2 files changed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 0.4.2
4
+
5
+- Speculative parallel prefetch of transitive dependencies before solving — fetches the full dep tree breadth-first with 16 concurrent requests
6
+- Deduplicate `format_size`/`format_bytes` across 8 modules into `NPM.Format.bytes/1`
7
8
## 0.4.1
9
10
- Fix mix tasks crashing with `unknown registry: Req.Finch` when host app hasn't started the HTTP stack
mix.exs
@@ -1,7 +1,7 @@
defmodule NPM.MixProject do
use Mix.Project
- @version "0.4.1"
+ @version "0.4.2"
@source_url "https://github.com/elixir-volt/npm_ex"
def project do
0 commit comments