Skip to content

Releases: oyale/PwPush-PHP

v0.1.0-beta

24 Jan 23:53
Compare
Choose a tag to compare
v0.1.0-beta Pre-release
Pre-release

Changelog

  • New tests
  • PHP Unit tests (PHP 7.4 -> 8.0)
  • Code coverage report
  • Improved docs

Known issues

Boolean options are ignored (or make JSON validation fail) #2

Full Changelog: 0.1.0-alpha...0.1.0-beta

v0.1.0-alpha

24 Jan 00:00
Compare
Choose a tag to compare
v0.1.0-alpha Pre-release
Pre-release

v0.1.0-alpha release

Working:

  • Push, get and delete secrets for any PasswordPush instance.
  • Validate JSON against schema before sending request
  • PHP Unit tests
  • Install via Composer

TODO

  • Improve documentation
  • Add CONTRIBUTING section in readme.
  • Add PHP Unit Code Coverage
  • Test PHP8