Releases: waifuvault/waifuVault-php-api
Releases · waifuvault/waifuVault-php-api
1.0.5
What's Changed
- chore: moved the password field from URI param to body param by @ernestmarcinko in #9
Full Changelog: 1.0.4...1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
MIT License added
1.0.0 - First Release
Added all endpoints toErnestMarcinko\WaifuVault\WaifuApi
- uploadFile()
- getFileInfo()
- modifyEntry()
- deleteEntry()
RequestHandler interface
Can be used in combination with the WaifuApi constructor to inject a custom RequestHandler
. By default the built-in WaifuRequestHandler is injected, which uses CURL.
What's Changed
- First release by @ernestmarcinko in #1
New Contributors
- @ernestmarcinko made their first contribution in #1
Full Changelog: https://github.com/waifuvault/waifuVault-php-api/commits/1.0.0