Skip to content

Releases: hans-thomas/valravn

2.2.0

21 Jan 10:59
454c50d
Compare
Choose a tag to compare

Hot changes🔥

More Changes

Full Changelog: v2.1.0...v2.2.0

2.1.0

08 Jan 11:20
451784a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.1.0

2.0.0 is here 🍾

06 Jan 11:09
aec3ed3
Compare
Choose a tag to compare

🔥 Changes list:

  1. Capability check for Laravel 11
  2. Rename classes. for example, the ValravnException is renamed VException to increase the DX and keep things simple
  3. A brand new with method for repository class
  4. Adding phpstan tool to improve quality of the codebase
  5. Now, the migration and pivot commands don't create duplicate migration files
  6. Announced a new exception logic which is way more handy and simpler
  7. Refactoring the vlog method to make logging easier

Documentation of the previous version is still available here.

1.5 💥

15 Jul 16:31
Compare
Choose a tag to compare
  • only method added to resource classes read more
  • tests added for InteractsWithPivots
  • tests added for helper functions

1.4.2

12 Jul 13:10
Compare
Choose a tag to compare
  • includes parameter added to InteractsWithPivots trait
  • loaded hook override in ValravnResourceCollection

1.4.1

01 Jul 07:26
Compare
Choose a tag to compare
  • created response passed to allLoaded hook;

1.4.0

26 Jun 18:32
Compare
Choose a tag to compare
  • new resolveRelationsUsing and skipRelationsForModel methods added to resource classes; read more

1.3.4

13 Jun 14:58
Compare
Choose a tag to compare
  • cache method added to CachingService; see this
  • CRUD stubs of services and controllers updated;
  • Hans\Valravn\Tests namespace renamed to Hans\Valravn\Testing;

1.3.3

01 Jun 12:52
Compare
Choose a tag to compare
  • .gitattributes added
  • includeFilter removed

1.3.2

30 May 12:00
Compare
Choose a tag to compare
  • include_filter registered