Skip to content

Releases: vinicinbgs/autentique-v2

v4.3.2

24 Nov 16:41
4e09e67
Compare
Choose a tag to compare

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

Full Changelog: v4.3.1...v4.3.2

v4.3.1

05 Mar 16:33
725b894
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.3.0...v4.3.1

v4.3.0

17 Jan 19:02
Compare
Choose a tag to compare

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

14 Jan 22:53
591d30a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.1.0...v4.2.0

v4.1.0

25 Dec 20:07
339bd10
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.0...v4.1.0

v4.0.0

18 Dec 03:25
Compare
Choose a tag to compare

Changelogs

  • Move require dependency to vlucas/phpdotenv to require-dev: "vlucas/phpdotenv": "^5.4.1".
  • Added docs folder on root to generate pages copying from master to gh-pages.
  • Added exceptions to mapping all error types.

v3.1.3

02 Dec 22:43
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.2...v3.1.3

v3.1.2

07 Sep 21:58
5483a2c
Compare
Choose a tag to compare
Merge pull request #33 from vinicinbgs/hotfix/version

fix: update version to 3.1.2 on composer.json

v3.1.1

05 Nov 03:51
Compare
Choose a tag to compare

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

Full Changelog: v3.0.1...v3.1.1

v3.0.0

07 Feb 01:24
Compare
Choose a tag to compare

We happy to announce the v3 🥳

The package 📦 went through a refactor, so we need to release a new major version v3.0.0:

  1. Big refactor to improve all classes and remove code smells
  2. Added Folders api
  3. Changed api return from string to array when execute a query (broken compatibility with v2.0.1)
  4. Test coverage 100%
  5. Code intelligence 100%
  6. Add contribution part
  7. Add script to contribute
  8. Improve documentation