Releases: denoland/deno_semver
Releases · denoland/deno_semver
0.7.1
- fix: compile when targeting Wasm again (#44)
0.7.0
- perf: prefer smaller possibly stack allocated strings (#43)
- perf: use
capacity_builder::FastDisplay
(#42)
0.6.1
- fix: do not error for specifier with version requirement and @ symbol in path (#40)
0.6.0
- feat: add JsError to errors and update deps (#39)
0.5.16
- fix(npm): support ranges separated by && or comma (#38)
0.5.15
- fix: expose RangeBound and VersionBound (#37)
0.5.14
- fix: error for specifier with empty version constraint (#36)
0.5.13
- fix: normalized sorting of package reqs (#33)
0.5.12
- feat: ability to get a normalized version constraint (#32)
0.5.11
- feat: serializable JsrDepPackageReq (#31)