Skip to content

Releases: madewithlove/semver

The One With The Rewrite

12 Feb 17:35
Compare
Choose a tag to compare

Changed

  • Rewritten the entire application using Laravel 8 and Livewire

The one with the Phar fix

27 Oct 10:18
8928799
Compare
Choose a tag to compare

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

18 Mar 21:44
5a40b06
Compare
Choose a tag to compare

Changed

  • Autofocus "Package" input field
  • Upgraded PHP version
  • Updated all dependencies

Fixed

  • Updated a link in the footer

1.1.1

04 Jul 13:22
Compare
Choose a tag to compare

Fixed

  • Get correct query parameters from URL by using getQueryParams. Thanks to @bwaidelich

1.1.0

04 Jul 13:21
Compare
Choose a tag to compare

Added

  • Added MWL projects banner

Changed

  • Updated league/route and league/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

18 Mar 15:04
Compare
Choose a tag to compare

Fixed

  • Make font loading protocol independent

1.0.8

18 Sep 14:10
Compare
Choose a tag to compare

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

09 Sep 15:58
Compare
Choose a tag to compare

Changed

1.0.6

28 May 08:38
Compare
Choose a tag to compare

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

13 May 19:22
Compare
Choose a tag to compare

Changed

  • Removed the prefill of the version constraint field. Currently 0.2.0 is released, so fixing the constraint isn't a good idea.