Skip to content

Releases: Sebiworld/AppApi

v1.3.4

04 Oct 22:01
Compare
Choose a tag to compare

Changes in 1.3.4 (2024-10-04)

  • Extended getAjaxOf() to handle PHP arrays and StdClass objects

Full Changelog: v1.3.3...v1.3.4

v1.3.3

03 Aug 21:36
Compare
Choose a tag to compare

Changes in 1.3.3 (2024-08-03)

  • Bugfix to handle corrupt image data in getAjaxOf without throwing exceptions
  • Logging & Error throwing adjustments. Non-fatal errors are now logged but not thrown. Logging can be disabled via wire('config')->app_api_log_errors) param
  • Sanitizer bugfix (Thank you @jlahijani for the ticket and solution 🤗)
  • Upgraded composer dependencies, firebase/php-jwt is now used in the most recent version 6.
  • Fixed typos & deprecated wrong spelled functions (Thank you @jlahijani for the ticket 🤗)
  • Fixed the datetime input for apikey accessible until

Full Changelog: v1.3.2...v1.3.3

v1.3.2

20 Aug 21:44
Compare
Choose a tag to compare

Changes in 1.3.2 (2023-08-20)

  • Made Auth::currentUser hookable (thank you @nloyola for the pull request 🤗)
  • Added handling for WireArray and WireData Objects to AppApi::getAjaxOf()

v1.3.1

04 Jul 18:22
Compare
Choose a tag to compare

Changes in 1.3.1 (2023-07-04)

  • Improved OpenApi JSON output (big thanks to @zoeck-dev for your input 🤗)

Full Changelog: v1.3.0...v1.3.1

v1.3.0

17 Jun 23:30
Compare
Choose a tag to compare

Changes in 1.3.0 (2023-06-18)

  • Big documentation update
  • New "See endpoints" page under Setup->AppApi
  • Overview of all registered endpoints and the location of their handler functions
  • Generation of OpenAPI 3.0.3 json
  • Added optional index 5 to the routes definition array that can hold documentation data

Full Changelog: v1.2.10...v1.3.0

v1.2.10

27 May 21:40
Compare
Choose a tag to compare

Changes in 1.2.10 (2023-05-27)

  • Update dependencies

v1.2.9

28 Feb 22:15
Compare
Choose a tag to compare

Changes in 1.2.9 (2023-02-28)

  • Bugfix username/email authentication in combination

Full Changelog: v1.2.8...v1.2.9

v1.2.8

19 Feb 18:42
Compare
Choose a tag to compare

Changes in 1.2.8 (2023-02-19)

  • Changed JSON type of the db-field logintype to LONGTEXT. Some MariaDB versions seem to have problems with JSON as type.
  • Some bugfixes for using email-password-authentication.

Full Changelog: v1.2.7...v1.2.8

v1.2.7

05 Nov 12:25
Compare
Choose a tag to compare

Changes in 1.2.7 (2022-11-05)

  • Add optional login via email - activatable in the app-settings (big thanks to @laikmosh for the pull-request 🤗)

v1.2.6

24 Oct 17:53
Compare
Choose a tag to compare

Changes in 1.2.6 (2022-10-24)

  • Improve route merging + filter duplicates

Full Changelog: v1.2.5...v1.2.6