Skip to content

Releases: madewithlove/semver

1.0.4

13 May 09:31
Compare
Choose a tag to compare

Added

  • canonical link in html header. Because (buzzword alert), SEO.

Changed

  • Just quote every version string for copying to terminal.
  • Install most recent version of composer (for default caret constraint)

1.0.3

09 Apr 09:37
Compare
Choose a tag to compare

Added

  • Link to changehub in footer

Fixed

  • Don't replace version constraint with default when initial page load or when package name has not been changed
  • Surround version constraint in $ composer require cli hint with quotes when it contains these special chars &|

1.0.2

09 Apr 06:55
Compare
Choose a tag to compare

Changed

  • [internal] Cache versions fetched from Packagist
  • Select contents of inputs on click
  • Changing stability flag select option to reload matching versions
  • Footer got a bit more breathing room
  • All versions are shown at all times, even dev-master.

Added

  • Add minimum stability dropdown
  • Keep stability flag by appending it to the URL

Fixed

  • Better detect default version constraint by getting the most recent and also most stable version available.

1.0.1

08 Apr 23:39
Compare
Choose a tag to compare

Changed

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

Added

  • 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.
  • Default constraint is now used as base constraint when switching package
  • Default constraint is now shown in placeholder of version input

Fixed

  • Fixed link to branches

1.0.0

08 Apr 23:40
Compare
Choose a tag to compare