Releases: vinicinbgs/autentique-v2
Releases · vinicinbgs/autentique-v2
v4.3.2
What's Changed
- [fix] Documentação sem fechamento linha no exemplo by @kevenClayton in #50
- fix(types): resolve type mismatch in the project by @luanzio in #52
New Contributors
- @kevenClayton made their first contribution in #50
- @luanzio made their first contribution in #52
Full Changelog: v4.3.1...v4.3.2
v4.3.1
What's Changed
- Update php.yml by @vinicinbgs in #47
- fix: atualização arquivo ca-bundle.crt para curl by @luisferreirahi in #46
Full Changelog: v4.3.0...v4.3.1
v4.3.0
What's Changed
- feat: enable to set autentique config using BaseResource by @vinicinbgs in #44
Full Changelog: v4.2.0...v4.3.0
v4.2.0
What's Changed
- feat: Add and Delete Signers from Docs by @vinicinbgs in #41
- Update README.md by @vinicinbgs in #42
Full Changelog: v4.1.0...v4.2.0
v4.1.0
v4.0.0
Changelogs
- Move
require
dependency tovlucas/phpdotenv
torequire-dev:
"vlucas/phpdotenv": "^5.4.1"
. - Added
docs
folder onroot
to generatepages
copying frommaster
togh-pages
. - Added
exceptions
to mapping allerror types
.
v3.1.3
v3.1.2
Merge pull request #33 from vinicinbgs/hotfix/version fix: update version to 3.1.2 on composer.json
v3.1.1
What's Changed
- Novo método mover arquivo recuperado da pasta atual by @luisferreirahi in #27
- Refactor to improve Api.php class
- Improve documentation
- Adding PHPDoc to variable types
New Contributors
- @luisferreirahi made their first contribution in #27
Full Changelog: v3.0.1...v3.1.1
v3.0.0
We happy to announce the v3 🥳
The package 📦 went through a refactor, so we need to release a new major version v3.0.0:
- Big refactor to improve all classes and remove code smells
- Added Folders api
- Changed api return from string to array when execute a query (broken compatibility with v2.0.1)
- Test coverage 100%
- Code intelligence 100%
- Add contribution part
- Add script to contribute
- Improve documentation