Releases: hans-thomas/valravn
Releases · hans-thomas/valravn
2.2.0
Hot changes🔥
- Whole new experience with Valravn commands by @hans-thomas in #86
- Apply filters on filtering service in a fluent way by @hans-thomas in #81
- Registering route files automatically by @hans-thomas in #79
More Changes
- Config file version by @hans-thomas in #69
- Merge actions stub and relations stub files by @hans-thomas in #70
- Cover actions by @hans-thomas in #71
- Use static fn instead of fn by @hans-thomas in #72
- Document the log channel for vlog func by @hans-thomas in #73
- Document Envs by @hans-thomas in #74
- Rename markAsReviewNeeded to markedAsReviewNeeded by @hans-thomas in #75
- Cover policies with tests by @hans-thomas in #80
- Handle bindingresolutionexception in VHandler by @hans-thomas in #85
- Update controllers stub by @hans-thomas in #87
Full Changelog: v2.1.0...v2.2.0
2.1.0
What's Changed
- Check if the repositoryserviceprovider is registered in installtest by @hans-thomas in #53
- Clean up tests in teardown method by @hans-thomas in #54
- Wrap init data in dto classes by @hans-thomas in #55
- Update use case section by @hans-thomas in #56
- Add php artisan before every command in the documentation by @hans-thomas in #57
- Update workflows by @hans-thomas in #63
- Update badges by @hans-thomas in #64
Full Changelog: v2.0.0...v2.1.0
2.0.0 is here 🍾
🔥 Changes list:
- Capability check for Laravel 11
- Rename classes. for example, the
ValravnException
is renamedVException
to increase the DX and keep things simple - A brand new
with
method for repository class - Adding phpstan tool to improve quality of the codebase
- Now, the
migration
andpivot
commands don't create duplicate migration files - Announced a new exception logic which is way more handy and simpler
- Refactoring the
vlog
method to make logging easier
Documentation of the previous version is still available here.
1.5 💥
1.4.2
includes
parameter added toInteractsWithPivots
trait- loaded hook override in ValravnResourceCollection
1.4.1
- created response passed to
allLoaded
hook;
1.4.0
1.3.4
1.3.3
- .gitattributes added
- includeFilter removed
1.3.2
- include_filter registered