Skip to content

Releases: Kaczmi/abragen-web-api-wrapper

BUG: fixed orderBy in main query

10 Mar 19:28
319fab9

Choose a tag to compare

Merge pull request #3 from Kaczmi/fix-order-by

BUG: orderBy in main query

Fixed PSR-4 Path for Nette DI Extension

20 Feb 16:11
1183979

Choose a tag to compare

Merge pull request #2 from Kaczmi/fix-psr-4

Fixed PSR-4 path for DI

Update for PHP7.4

16 Jan 17:33
1adf42b

Choose a tag to compare

  • requires atleast PHP7.4
  • implemented PHPStan + Coding standard, including github checks for future development

Bug fixed of import manager

20 Apr 13:30

Choose a tag to compare

Fixed importing manager.

Support of import manager

15 Apr 13:49

Choose a tag to compare

  • Added support of import manager.
  • Small refactoring and added some tests for better coverage

Support for ->fulltext() command

09 Mar 12:28

Choose a tag to compare

Added support for fulltext command in GetQuery

First release of WebApi wrapper

02 Mar 09:33

Choose a tag to compare

This is the first release of AbraGen WebAPI wrapper.
It currently contains:

  • get command
  • insert command
  • update command
  • delete command
  • getDocument command
  • qr command
  • DI extension for Nette