Skip to content

First major release

Compare
Choose a tag to compare
@korridor korridor released this 27 Sep 15:45

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)