Echo JS
- Why semver ranges are literally the worst... https://medium.com/@kentcdodds/why-semver-ranges-are-literally-the-worst-817cdcb09277 2 comments
Hacker News
- Pragmatic Versioning – An Alternative to Semver https://github.com/seveibar/pragmaticversioning 108 comments
- Minor Semver Issue https://epage.github.io/blog/2022/02/minor-semver-issue/ 37 comments
- The semver trick (2019) https://github.com/dtolnay/semver-trick/ 43 comments
- What's next for SemVer https://words.steveklabnik.com/what-s-next-for-semver 222 comments
- Semver explained – why there's a caret (^) in my package.json? http://bytearcher.com/articles/semver-explained-why-theres-a-caret-in-my-package-json/ 5 comments
- I'm tired of SemVer. This looks way better http://tenver.org/ 7 comments
- Node.js modules you should know about: semver http://www.catonmat.net/blog/nodejs-modules-semver/ 5 comments
Lobsters
- What’s better than semver? https://www.sicpers.info/2018/04/whats-better-than-semver/ 27 comments programming
- cargo-semver-checks v0.20 and Trustfall v0.4 released — semver-check up to 2354x faster https://twitter.com/PredragGruevski/status/1649476053235015689 3 comments rust
- Speeding up Rust semver-checking by over 2000x: how a modern linter works under the hood, and how ideas from the world of databases can improve its performance https://predr.ag/blog/speeding-up-rust-semver-checking-by-over-2000x/ 4 comments programming
- semver-explain: convert SemVer requirements into their most obvious equivalents. https://github.com/alilleybrinker/semver-explain 3 comments rust
- App Store build versions aren't strictly SemVer https://github.com/tramlinehq/store-quirks?tab=readme-ov-file#is-only-semver-supported-for-app-versions 3 comments iosprogramming
- SemVer and pattern matching https://wiki.openjdk.org/display/csr/Kinds+of+Compatibility?trk=article-ssr-frontend-pulse_little-text-block 34 comments java
- Name is the Leftmost Part of Semver https://kristiandupont.medium.com/name-is-the-leftmost-part-of-semver-f6cd7b3f368 15 comments programming
- I've made a critical semver mistake. Can it be fixed? https://crates.io/crates/xorsum/versions 33 comments rust
- Discontinuous Semver, Versioning in the Land of Monolithics https://fusebit.io/blog/discontinuous-semver/ 2 comments javascript
- Minor Semver Issue https://epage.github.io/blog/2022/02/minor-semver-issue/ 17 comments rust
- SemVer challenges https://thoughtspile.github.io/2021/11/08/semver-challenges/ 9 comments javascript
- [ANN] serde-semver: Serde-compatible version checker https://www.reddit.com/r/rust/comments/nzl9ir/ann_serdesemver_serdecompatible_version_checker/ 3 comments rust
- Rust's SemVer Snares: `repr(transparent)` https://jack.wrenn.fyi/blog/semver-snares-transparent/ 4 comments rust
- What’s next for SemVer https://words.steveklabnik.com/what-s-next-for-semver 18 comments golang
- What’s next for SemVer https://words.steveklabnik.com/what-s-next-for-semver 25 comments rust
- justforfunc #42: Intro to Go Modules and SemVer https://youtu.be/aeF3l-zmPsY 24 comments golang
- Rust minimum versions: SemVer is a lie! https://blog.illicitonion.com/2018/06/rust-minimum-versions-semver-is-lie.html 3 comments golang
- Rust minimum versions: SemVer is a lie! https://blog.illicitonion.com/2018/06/rust-minimum-versions-semver-is-lie.html 33 comments rust
- TIL 1.0.0-beta9 > 1.0.0-beta10 as per SemVer spec https://semver.org 26 comments rust
- SemVer bumping CLI program? https://www.reddit.com/r/rust/comments/6r2wba/semver_bumping_cli_program/ 4 comments rust
- The Angular team has just moved from Google’s versioning to SemVer. Please stop worrying about Angular 3. Angular 3 will be Angular 2, but with some more cool stuff. https://toddmotto.com/please-stop-worrying-about-angular-3 14 comments javascript
- Do people want cargo to enforce SemVer like elm-package does? https://github.com/elm-lang/elm-package 74 comments rust
- Why you should know how to use semver[.org] https://github.com/rtfpessoa/diff2html/issues/74 3 comments node
- SemVer for Library Maintainers http://www.schneems.com/2015/11/29/what-is-semver.html 9 comments rust
- SemVer for Library Maintainers http://www.schneems.com/2015/11/29/what-is-semver.html 11 comments ruby
- Glide (pkg mgr) 0.7.0 released with SemVer and flattening http://engineeredweb.com/blog/2015/glide-0.7.0-released/ 3 comments golang
- Why semver ranges are literally the worst… https://medium.com/@kentcdodds/why-semver-ranges-are-literally-the-worst-817cdcb09277 15 comments javascript
- Why semver ranges are literally the worst… https://medium.com/@kentcdodds/why-semver-ranges-are-literally-the-worst-817cdcb09277 5 comments node
- I'm tired of SemVer. This looks way better. http://tenver.org/ 54 comments programming
- SemVer checker http://semver.npmjs.com/ 6 comments rust
- Single command to upgrade all deps to latest semver https://github.com/tbranyen/salita 4 comments node
- People misunderstand ^ and ~ and semver in node.js/npm http://www.jakobm.com/semver-in-nodejs-and-npm 17 comments node