RSSAmplifier

Blog

Release notes from moshpit-name

github.comRSS feed ↗2 posts

Latest posts

v0.5.0 — many names, from a pipe

Published as @moshcoder/moshpit-name@0.5.0 . Teaches the CLI to work on many names at once, from a pipe — and fences off the ways that could go wrong. check and parse now take more than one argument, list reads a pasted list, and all three accept - to read from stdin. Add --ndjson and each entry comes back on its own line, which is what you want when the list is long enough that you'd rather…

v0.4.0 — the no-dash label rule

Published as @moshcoder/moshpit-name@0.4.0 . Publishes the letters-and-digits-only rule for labels and endings — no dashes in a Moshpit name. The rule had been correct in git for a while but was not reachable from npm: the caret range ^0.3.x cannot resolve 0.4.0 , so dependents kept validating names against the old rule. This release is what makes the published validator agree with the repo.…