PHP Classes

File: docs/changelog.md

Recommend this page to a friend!
  Classes of Eric Sizemore   PHP Libraries.IO   docs/changelog.md   Download  
File: docs/changelog.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: PHP Libraries.IO
Query library packages using the Libraries.io API
Author: By
Last change: Update of docs/changelog.md
Date: 4 months ago
Size: 854 bytes
 

Contents

Class file image Download

CHANGELOG

A not so exhaustive list of changes for each release.

For a more detailed listing of changes between each version, you can use the following url: https://github.com/ericsizemore/librariesio/compare/v1.0.0...v1.1.0.

Simply replace the version numbers depending on which set of changes you wish to see.

1.1.0 (2023-12-29)

* Added subscription() to handle adding, updating, checking and removing a subscription to a project. * Updated makeRequest() with a $method parameter to handle post, put, and delete requests in addition to get. * Visibility changed to protected for:

* endpointParameters()
* processEndpointFormat()
* verifyEndpointOptions()

* Converted line endings to linux, some files snuck through with Windows line endings * Documentation updated

1.0.0 (2023-12-25)

* Initial release