This project follows Semantic Versioning.
We do not give estimated times for completion on Accepted
Proposals.
ADDED
- Scope
withoutTag
.
FIXED
- Fix issue when trying to fetch the tagged entities from a tag.
REVISED
- Improve tests.
ADDED
- Service Provider to allow migrations publishing.
REVISED
- Migrations path.
ADDED
.gitattributes
and.travis.yml
file.
UPDATED
- Build status badge to Travis CI.
ADDED
- Laravel 5.1 support.
REMOVED
- Laravel 4.2 and 5.0 support.
ADDED
.gitattributes
and.travis.yml
file.
UPDATED
- Build status badge to Travis CI.
REVISED
- PSR-2 compliance.
- Laravel dependencies.
UPDATED
- Minimum stability on
composer.json
tostable
.
REVISED
- Tightened dependencies to Laravel 4.2.x, 5.0.x.
- Allow tagging by slug.
REVISED
- Loosened dependencies to work with Laravel 5.
ADDED
- When deleting a Tag, it's now deleting the corresponding tagged entities tags.
- Added a
scopeSlug
to the IlluminateTag model to maintain consistency.
- Initial stable release.