Skip to content

Tags: TappNetwork/laravel-airtable

Tags

v2.3

Toggle v2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Laravel 11.x Compatibility (#77)

* Bump dependencies for Laravel 11

* Update GitHub Actions for Laravel 11

* Update symfony/dotenv on composer.json

---------

Co-authored-by: Andréia Bohner <[email protected]>

v2.2

Toggle v2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for `upsert` airtable api method (#69)

* Add support for `upsert` airtable api method

* Remove redundant empty line from `\App\Airtable\AirtableApiClient`

v2.1

Toggle v2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add filter by formula functionality (#70)

* add filter by formula functionality

* add linebreak

* fix styleci error

* add example to readme

v2.0

Toggle v2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump dependencies & update GitHub Actions for Laravel 10 (#67)

v1.4

Toggle v1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support Laravel 9.x (#60)

v1.3

Toggle v1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix extra argument, clean up config (#58)

* remove unused config, remove outdated argument

* add another workflow

* phpstan

* fix argument

* fix neon errors

* Apply fixes from StyleCI

[ci skip] [skip ci]

* Fix typo

Co-authored-by: Steve Williamson <[email protected]>
Co-authored-by: Andreia Bohner <[email protected]>

v1.2

Toggle v1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Apply clean code, include create function in readme.md and fix http p…

…ost parameters (#55)

* Include .idea folder in gitigore

* Insert into readme.md how to create record

* Apply clean code

* Apply StyleCI

v1.1

Toggle v1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
adds support for multiple bases in config (#54)

* adds support for multiple bases in config

* fixes style/ci issue

v1.0

Toggle v1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump Dependencies for PHP 8 (#47)

* bump up requirements for php8 support

* Apply fixes from StyleCI

[ci skip] [skip ci]

* remove travis

* upgrade phpunit

* update test suite

* Apply fixes from StyleCI

[ci skip] [skip ci]

* fix tests

* Apply fixes from StyleCI

[ci skip] [skip ci]

* github actions

* copy .env

* missing file

* remove unit tests

* fix config file

* fix config file

* fix tests

* formatting

* laravel 7

Co-authored-by: Steve Williamson <[email protected]>

v0.21

Toggle v0.21's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #44 from TappNetwork/analysis-RvGagp

Apply fixes from StyleCI