sanctuary-js / sanctuary

:see_no_evil: Refuge from unsafe JavaScript
https://sanctuary.js.org
MIT License
3.04k stars 94 forks source link

sanctuary-show@2.0.0 #665

Closed davidchambers closed 4 years ago

davidchambers commented 4 years ago

https://github.com/sanctuary-js/sanctuary-show/releases/tag/v2.0.0

Avaq commented 4 years ago

You've marked this as a minor change, despite it being a major change in sanctuary-show itself. Is that because the function is not directly exposed to users and only used for representations?

davidchambers commented 4 years ago

Strictly speaking this is a breaking change. Were one to be strict with versioning in a JavaScript setting, so many changes would be “breaking” that breaking change would lose its meaning (there would be no minor or patch releases in the extreme case).

In practice, it is unlikely that anyone will need to update their code in response to this change.

Whether this change necessitates incrementing the major version number is moot, as I intend the next release to be v3.0.0. :)