Skip to content

Commit 8373d6b

Browse files
committed
Add 0.5.2 changelog
1 parent 17b53b5 commit 8373d6b

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## 0.5.2
4+
5+
- Add `NPM.PackageResolver` — Node.js module resolution algorithm (specifier parsing, `node_modules` traversal, `package.json` entry points, extension probing)
6+
- Fix ETS race condition in `NPM.Resolver` cache initialization
7+
- Fix `NPM.Cache.ensure/5` spec and docs to include `{:ok, :missing_optional}` return
8+
- Fix `NPM.PeerDeps.version_satisfies?/2` dead code (redundant boolean case)
9+
- Fix `NPM.FileSize.by_extension/1` dead `||` branch (`Path.extname` never returns nil)
10+
- Fix `NPM.DepSort.install_order/1` dead `{:error, :cycle}` branch
11+
- Fix `NPM.Linker.resolve_nested_version/2` crash on unparseable versions
12+
- Replace blanket `rescue _` with specific exception types across the codebase
13+
- Flatten nesting in `expand_all_optional_deps`, `solver_dependencies`, `select_group`
14+
- Bump ex_dna `~> 1.1``~> 1.3`
15+
316
## 0.5.1
417

518
- Platform-agnostic lockfile: `npm.lock` now includes all optional platform bindings, not just the current platform

0 commit comments

Comments
 (0)