Skip to content

Releases: KnpLabs/packagist-api

v2.1.4

11 Jun 10:57
e81b908
Compare
Choose a tag to compare

What's Changed

  • Fix unset property access in Version by @Sebobo in #109

Full Changelog: v2.1.3...v2.1.4

v2.1.3

05 Mar 08:12
Compare
Choose a tag to compare
Remove composer config for plugins, added unintentionally

v2.1.2

05 Mar 08:06
d86be4f
Compare
Choose a tag to compare

What's Changed

  • Use the correct packagist.org domain for metadata routes by @Seldaek in #107

New Contributors

Full Changelog: v2.1.1...v2.1.2

v2.1.1

09 Dec 21:38
c74bfd1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.0...v2.1.1

v2.1.0

07 Dec 07:51
4634b39
Compare
Choose a tag to compare

What's Changed

New support added for properties:

  • Package: getGithubWatchers(), getGithubOpenIssues(), getLanguage()
  • Version: getSupport(), getTargetDir(), getDefaultBranch()
  • Maintainer: getAvatarUrl()

Full Changelog: v2.0.3...v2.1.0

v2.0.3

06 Dec 17:57
f731d03
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.2...v2.0.3

v2.0.2

18 Jan 17:04
31d67ac
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.0.2

v2.0.1

08 Dec 08:30
90002e5
Compare
Choose a tag to compare

What's Changed

  • Fix access error in Maintainer by @Sebobo in #87

New Contributors

Full Changelog: v2.0.0...v2.0.1

v2.0.0

11 Aug 22:59
v2.0.0
0c5c7e2
Compare
Choose a tag to compare

v2.0.0 introduces a minimum of PHP 7.4, and a number of other changes, including:

  • Strict types, adjusted method parameter and return types
  • Exception thrown when a package was not found
  • New methods Client::getComposer(), Client::getComposerReleases(), Client::getComposerBranches() for more granular and cacheable Packagist metadata
  • Support for handling Packagist 2.0 API response structure
  • Support for accessing security advisories from the Packagist API

What's Changed

  • fix limit check in search by @garak in #70
  • feat: add methods to fetch package info from new composer 2 api by @JellyBellyDev in #72
  • Fix the specs to pass by @stof in #74
  • Replace Travis CI with GitHub Actions by @robbieaverill in #77
  • Fix the handling of minified metadata responses by @stof in #75
  • Mark reference and shasum of dist correctly as nullable by @jdrieghe in #78
  • Fix bug where packages with a null description would cause a return type error by @robbieaverill in #81
  • fix: getComposer method by @JellyBellyDev in #79
  • Requesting a package that results in a 404 now throws a PackageNotFoundException by @robbieaverill in #83
  • Fix bug where null downlaods from Packagist API would result in an internal error by @robbieaverill in #85
  • New: Add security advisories endpoint. by @GuySartorelli in #86

New Contributors

Full Changelog: v1.7.0...v2.0.0

v2.0.0-rc3

08 Aug 22:07
v2.0.0-rc3
0c5c7e2
Compare
Choose a tag to compare
v2.0.0-rc3 Pre-release
Pre-release

What's Changed

  • Fix bug where null downlaods from Packagist API would result in an internal error by @robbieaverill in #85
  • New: Add security advisories endpoint. by @GuySartorelli in #86

New Contributors

Full Changelog: v2.0.0-rc1...v2.0.0-rc3