Skip to content

Bump barryvdh/laravel-ide-helper from 2.9.1 to 2.10.0

Created by: dependabot[bot]

Bumps barryvdh/laravel-ide-helper from 2.9.1 to 2.10.0.

Release notes

Sourced from barryvdh/laravel-ide-helper's releases.

Release 2.10.0

Added

  • Allowing Methods to be set or unset in ModelHooks #1198 / jenga201
    Note: the visibility of \Barryvdh\LaravelIdeHelper\Console\ModelsCommand::setMethod has been changed to public!

Fixed

  • Fixing issue where incorrect autoloader unregistered #1210 / tezhm

v2.9.3

Fixed

  • Support both customized namespace factories as well as default resolvable ones #1201 / wimski

v2.9.2

Added

  • Model hooks for adding custom information from external sources to model classes through the ModelsCommand #945 / wimski

Fixed

Changelog

Sourced from barryvdh/laravel-ide-helper's changelog.

2021-04-09, 2.10.0

Added

  • Allowing Methods to be set or unset in ModelHooks #1198 / jenga201
    Note: the visibility of \Barryvdh\LaravelIdeHelper\Console\ModelsCommand::setMethod has been changed to public!

Fixed

  • Fixing issue where incorrect autoloader unregistered #1210 / tezhm

2021-04-02, 2.9.3

Fixed

  • Support both customized namespace factories as well as default resolvable ones #1201 / wimski

2021-04-01, 2.9.2

Added

  • Model hooks for adding custom information from external sources to model classes through the ModelsCommand #945 / wimski

Fixed

Commits
  • 73b1012 chore: prepare 2.10.0 release (#1207)
  • ca94ffd Fixing issue where incorrect autoloader unregistered (#1210)
  • c1ddd30 Merge pull request #1198 from jenga201/master
  • dcbe6c9 chore: update changelog
  • 867a6fd Merge branch 'master' into jenga201_master
  • 39a96c3 run composer fix-style
  • 057efb0 Adding tests to Set / unset methods
  • 1010cdb chore: prepare changelog for 2.9.3 release (#1203)
  • 2f61602 Support both customized namespace factories as well as default resolvable one...
  • 9fe65e7 Updating readme with a ModelHooks set/unset Method example
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Merge request reports