Bug fixes
- Fix repository name verification for organizations and custom repositories
Unclaimed project
Are you a maintainer of hex? Claim this project to take control of your public changelog and roadmap.
Simple, open source, lightweight and privacy-friendly web analytics alternative to Google Analytics.
A self-hosted data logger for your Tesla 🚘 [main maintainer=@JakobLichterfeld]
A toolkit for data mapping and language integrated query.
Automate code & data workflows with interactive Elixir notebooks
mix hex.search task with full-text documentation search across all your dependencies:only column and filtering to mix hex.outdatedMIX_DEBUG=1:in_umbrella dependenciesmix hex.publish: Pass --no-listeners to deps.loadpathsAdd verifications of the registry cache ets table (~/.cache/hex/cache.ets)
Add help when docs download times out
Support :warn_if_outdated in deps
Let's say you have the following in mix.exs:
{:ex_doc, ">= 0.0.0", warn_if_outdated: true, only: :dev}
and ExDoc is at version v0.37.2 in mix.lock, and v0.37.3 was released....