madewithlove/semver

fixed

  • Fixed link to branches

added

  • Default constraint is now used as base constraint when switching package
  • Default constraint is now shown in placeholder of version input
  • Tweet button
  • Link releases to releases, instead of source
  • Added defaultContstraint, which is what composer would add to composer.json if you didn't add a contstraint to composer require command. Is not yet represented in the front-end
  • Added minimum-stability get param to change outcome of filter.

changed

  • Tweak form styles to make the difference between placeholder/value more visible
  • Move social buttons to footer
  • Moved code out of the controller.
  • Used GET instead of POST for matching versions.