Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 2, 2021

Bumps pocketmine/classloader from 0.1.2 to 0.2.0.

Release notes

Sourced from pocketmine/classloader's releases.

0.2.0

Changes since 0.1.x

  • Accept pthreads ^4.0.
  • BaseClassLoader now supports PSR-4 style namespace mappings via a $namespacePrefix parameter to addPath(). An empty string can be passed to get the old PSR-0-ish behaviour.
  • Separate DynamicClassLoader from ClassLoader. DynamicClassLoader exposes addPath() (it's no longer present on ClassLoader itself).
  • Everything except register() has been removed from ClassLoader.
  • Native parameter and return types are now used on all API methods.
  • BaseClassLoader is greatly simplified:
    • No longer searches for 64/32-bit variants of classes.
    • __construct() no longer accepts a $parent argument.
    • Removed getClasses()
    • Removed getParent()
    • Removed removePath()

0.1.3

Changes since 0.1.2

  • Accept pthreads 4.0.0
Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 2, 2021
@dependabot dependabot bot force-pushed the dependabot/composer/pocketmine/classloader-0.2.0 branch from 4fe6c25 to ecad72f Compare November 12, 2021 19:51
Bumps [pocketmine/classloader](https://github.com/pmmp/ClassLoader) from 0.1.2 to 0.2.0.
- [Release notes](https://github.com/pmmp/ClassLoader/releases)
- [Commits](pmmp/ClassLoader@0.1.2...0.2.0)

---
updated-dependencies:
- dependency-name: pocketmine/classloader
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/composer/pocketmine/classloader-0.2.0 branch from ecad72f to b950448 Compare November 20, 2021 00:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant