PHP Classes

File: CHANGELOG.md

Recommend this page to a friend!
  Classes of Eric Sizemore   PHP Libraries.IO   CHANGELOG.md   Download  
File: 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: preparing 1.1.1
small updates, working toward 1.1.1
Date: 2 months ago
Size: 1,097 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.1.

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

1.1.1 (2024-03-14)

* Added PHP-CS-Fixer to dev dependencies. * Updated/refactored some code to reduce duplicate checks/etc. throughout. * CS improvements/fixes. * Cleaned up some doc blocks and removed some unnecessary comments.

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