Skip to content

Releases: ericsizemore/librariesio

v1.1.1

14 Mar 08:35
Compare
Choose a tag to compare

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.

What's Changed

  • Configure Renovate by @renovate in #1
  • Update github/codeql-action action to v3 by @renovate in #3
  • Update actions/cache action to v4 - autoclosed by @renovate in #2

New Contributors

Full Changelog: v1.1.0...v1.1.1

v1.1.0

29 Dec 00:17
Compare
Choose a tag to compare

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

v1.0.0

25 Dec 07:03
Compare
Choose a tag to compare

1.0.0 (2023-12-25)

  • Initial release