mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-25 22:16:26 +00:00
.. | ||
index.ts | ||
readme.md |
Hex versioning
Documentation and URLs
https://hexdocs.pm/elixir/Version.html#module-requirements
This versioning syntax is used for Elixir and Erlang hex dependencies
What type of versioning is used?
Hex versions are base on Semantic Versioning 2.0
Are ranges supported? How?
Hex supports a subset of npm's range syntax.
Range Strategy support
Hex versioning should support all range strategies - pin, replace, bump, extend.
Implementation plan/status
- Add hex2npm functions to leverage existing npm semver logic
- Exact version support
- Range support