Releases: madewithlove/semver
Releases · madewithlove/semver
1.0.4
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
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
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
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