Hacker News new | ask | show | jobs
by steveklabnik 3618 days ago
The difference is in the central repository: Elm will compare your types to the previous versions and how the versions diff, and refuse to let you upload a package that makes a backwards incompatible change without bumping the version.

At least, that's my understanding of what they meant.

2 comments

Elm also, according to a Changelog podcast I just heard, does not allow releasing below version 1.0.
Wonder if a `cargo check-version-bump` command would be helpful for us as more crates reach 1.0.