Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump symfony/maker-bundle from 1.4.4 to 1.5.0 #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

@dependabot-preview dependabot-preview bot commented May 18, 2018

Bumps symfony/maker-bundle from 1.4.4 to 1.5.0.

Release notes

Sourced from symfony/maker-bundle's releases.

v1.5.0: Configurable App Namespace, ApiPlatform Support & Fixes

Holy releases batman! The community showed up BIG and created the BEST version of MakerBundle yet, complete with some pretty cool features:

Highlights:

  • Before 1.5, the App\ namespace prefix was always assumed so that
    when you type a short class name, it is converted into a full class
    name with this prefix. Now, this is configurable #173 thanks to upyx

  • Added an option to to make:enity to make your class automatically
    an ApiPlatform resource. Pass --api-resource #178 thanks to dunglas

  • Fixed make:entity when your class uses traits or a mapped
    super class #181 thanks to andrewtch

  • Improved messages when you need to pass a fully-qualified class
    name #188 & #171 - thanks to sadikoff and LeJeanbono

  • Fixed a bug where make:crud would not render the correct form
    names when your property included an underscore.

Changelog

Sourced from symfony/maker-bundle's changelog.

1.5

  • Before 1.5, the App\ namespace prefix was always assumed so that
    when you type a short class name, it is converted into a full class
    name with this prefix. Now, this is configurable #173 thanks to upyx

  • Added an option to to make:enity to make your class automatically
    an ApiPlatform resource. Pass --api-resource #178 thanks to dunglas

  • Fixed make:entity when your class uses traits or a mapped
    super class #181 thanks to andrewtch

  • Improved messages when you need to pass a fully-qualified class
    name #188 & #171 - thanks to sadikoff and LeJeanbono

  • Fixed a bug where make:crud would not render the correct form
    names when your property included an underscore.

1.4

  • Removed our tests from the archive to avoid polluting the
    user's auto-completion of classes #147

  • Fixed some minor bugs! #150 #145

1.3

  • Drastically improved make:entity command, which now supports
    adding fields, relationships, updating existing entities, and
    generating (with the --regenerate flag) missing
    properties/getters/setters (effectively replaces doctrine:generate:entities)

1.2

  • New maker command! make:crud - thanks to sadikoff in #113.

  • Greatly improved make:form command that auto-adds fields if
    your form is bound to an entity class - thanks to sadikoff in #113.

1.1

  • [BC BREAK] The MakerInterface changed: getParameters(), getFiles()
    and writeNextStepsMessage() were removed and generate() was added
    in their place. We recommend extending AbstractMaker instead of implementing
... (truncated)
Commits
  • bb0485a Fixing test after #180 missed updating this usage
  • 8e72f30 updating CHANGELOG
  • f7ced83 feature #173 Add configuration of root namespace (Sergey Rabochiy, weaverryan)
  • 42b7008 Fixing accidental removal of property
  • 545a422 Merge branch 'master' into configurable_namespace
  • 5f4d197 bug #186 fix crud template - entity field with underscore (LeJeanbono)
  • 5927f01 bug #181 fixed EntityRegenerator when using MappedSuperclass or Traits (andre...
  • b92f19c Merge branch 'master' into configurable_namespace
  • ce7b4af minor #180 Remove some unused props (dunglas, weaverryan)
  • e6c940f Remove some unused props
  • 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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)
  • @dependabot use (this|these) label[s] will set the current labels as the default for future PRs for this repo and language
  • @dependabot use (this|these) reviewer[s] will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use (this|these) assignee[s] will set the current assignees as the default for future PRs for this repo and language

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [symfony/maker-bundle](https://github.com/symfony/maker-bundle) from 1.4.4 to 1.5.0.
- [Release notes](https://github.com/symfony/maker-bundle/releases)
- [Changelog](https://github.com/symfony/maker-bundle/blob/master/CHANGELOG.md)
- [Commits](symfony/maker-bundle@v1.4.4...v1.5.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview
Copy link
Author

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant