Skip to content

Tags: pns2050/api

Tags

v2.2.3

Toggle v2.2.3'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 dingo#1641 from specialtactics/feature/add-route-u…

…rl-generstor-to-api-facade

Adds a URL generator function "route" to API facade

v2.2.2

Toggle v2.2.2'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 dingo#1640 from timjuly/master

Missing use of Kernel

v2.2.1

Toggle v2.2.1'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 dingo#1639 from lloricode/bugfix/illuminate-date

Use Illuminate\Support\Carbon for TTLs laravel 5.8 (PSR-16)

2.2.0

Toggle 2.2.0'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 dingo#1637 from specialtactics/bugfix/update-to-us…

…e-laravel-5.8-cache-ttl

Use Cache TTLs using now() - Laravel 5.8 compatibility

v2.2.0

Toggle v2.2.0'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 dingo#1637 from specialtactics/bugfix/update-to-us…

…e-laravel-5.8-cache-ttl

Use Cache TTLs using now() - Laravel 5.8 compatibility

2.1.0

Toggle 2.1.0'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 dingo#1625 from mallardduck/patch-1

Add new methods to satisfy Application contract for Laravel 5.8

2.0.1

Toggle 2.0.1'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 dingo#1619 from specialtactics/feature/implement-p…

…aram-pattern-matching

Feature/implement param pattern matching

v2.0.0

Toggle v2.0.0'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 dingo#1138 from cclep/master

Fixed 500 error when requesting include that didn't exist

v2.0.0-beta1

Toggle v2.0.0-beta1'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 dingo#1592 from gazben/patch-5

Support for custom data includes in transformer

v2.0.0-alpha2

Toggle v2.0.0-alpha2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix broken Travis (dingo#1531)

* rate limit: Limit should apply to all routes

Exceeding the rate limit should return 403 for all further requests; the route of the request should not matter.

The current behavior is such that exceeding the rate limit will only 403 that particular route.

* Updated dev master alias and blueprint version

* Fixed dingo blueprint version

* Added missing abstract method

* Added missing abstract method

* Stoped double handling exceptions

* Apply fixes from StyleCI

* Updated to add missing abstract method