First major release
New
- Added validation command that checks the current values of the given computed attributes (
artisan computed-attributes:validate
) - Added scopes for each command that can be used to alter the query used in the commands (f.e. add
->with('...')
for better performance) - Added unit tests
- Added StyleCI, TravisCI and codecov
- Enhanced readme, Added badges
Fixes
- Fixed bug in generate command (attribute parsing)