Releases: reindert-vetter/api-version-control
Releases · reindert-vetter/api-version-control
Allow Laravel version 6 and higher
1.1.2 Allow Laravel version 6
Update readme with installation instructions
1.1.1 explain Version parser in README
Implement version statement
A Version statement file looks like this:
<?php
declare(strict_types=1);
namespace App\VersionControl\Orders;
use ReindertVetter\ApiVersionControl\Concerns\VersionStatement;
class ValidateZipCode
{
use VersionStatement;
}
If the file contains the trait ReindertVetter\ApiVersionControl\Concerns\VersionStatement
, then you can do the following in your source code:
if (ValidateZipCode::permitted()) {
(...)
}
Mark as stable
1.0.0 Fix config path
Fix config path
0.2.2 Fix config path
Implement Auto-Discovery
0.2.1 Implement Auto-Discovery
Upload existing code
0.1.0 Open source API version control