Skip to content

Tags: TappNetwork/laravel-airtable

Tags

v3.0.1

Toggle v3.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add typecast to upsert method params (#89)

* add typecast to upsert method params

* throw on errors

---------

Co-authored-by: Martin Breithuber <martinbreithuber@Martins-MacBook-WTD.local>

v3.0.0

Toggle v3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Laravel 12 (#86)

* laravel 12

* Fix styling

* phpstan

* baseline

* remove versions

* test bench

* min stability

* missing stability

* phpunit.xml update

* remove ci option

---------

Co-authored-by: swilla <304159+swilla@users.noreply.github.com>

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 <andreiabohner@gmail.com>

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 <swilla@users.noreply.github.com>
Co-authored-by: Andreia Bohner <andreiabohner@gmail.com>

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