Releases: madewithlove/semver
Releases · madewithlove/semver
The One With The Rewrite
The one with the Phar fix
Fixed
- The app was crashing on the word phar in the URI
Changes
- Custom error page for the production environment
- Updated a bit of branding (favicon, footer links)
The one with PHP 7.4
Changed
- Autofocus "Package" input field
- Upgraded PHP version
- Updated all dependencies
Fixed
- Updated a link in the footer
1.1.1
Fixed
- Get correct query parameters from URL by using getQueryParams. Thanks to @bwaidelich
1.1.0
Added
- Added MWL projects banner
Changed
- Updated
league/route
andleague/container
(and other dependencies) to their latest stable versions - Use now stable 1.0 of Composer dependency
- Update app to PSR7
- Use Webpack to bundle application (and remove Bower)
Fixed
- Fixed link to Changehub page
1.0.9
Fixed
- Make font loading protocol independent
1.0.8
Changed
- Now parse branch aliases and replace dev-branchname with their alias.
- introducing repositories, so fetching package versions can be done outside the packagist service;
- split fetching and caching (decorate the fetching repository with a caching one);
- setup phpunit;
1.0.7
Changed
- Updated composer and other dependencies to get fix for hiphen ranges (composer/composer#4096)
1.0.6
Fixed
- Links to releases readded again.
- bug where 2.0.0 was higher than v2.8.0 is now fixed by normalising versions before comparing
Added
- mwl logo
1.0.5
Changed
- Removed the prefill of the version constraint field. Currently
0.2.0
is released, so fixing the constraint isn't a good idea.