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.1.1 to 1.3.0 #36

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Mar 19, 2018

Bumps symfony/maker-bundle from 1.1.1 to 1.3.0.

Release notes

Sourced from symfony/maker-bundle's releases.

v1.3.0 Drastically improved make:entity Command

Woh! This release contains just one new feature, but it's a big one:

  • 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)

v1.2.0 New make:crud & improved make:form

A new release! And a big one!

Changelog

Sourced from symfony/maker-bundle's changelog.

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

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
    the interface directly, and use $this->writeSuccessMessage() to get
    the normal "success" message after the command #120 via weaverryan

  • Added new make:migration command, which wraps the normal
    doctrine:migrations:diff command #97 via weaverryan

  • Added new make:fixtures command to generate an empty fixtures class
    #105 via javiereguiluz

  • Added PHPDoc to generated entity repositories so that your IDE knows
    what type of objects are returned #116 enleur

  • Allowed generation of all classes into sub-namespaces #120 via weaverryan

Commits
  • 60df153 updated changelog
  • d6d0391 feature #104 make:entity improved: interactive field created & entity update ...
  • 4f6d30c bug #132 make:crud skeleton optimization (sadikoff)
  • 97841c1 simplify CrudControllerWebTest (we need only check if index works)
  • 16596b1 updating tests for removed comment
  • 01f6a3c Fixing a bug where a repository would not be generated under certain
  • 2f0e0f3 adding support for associative arrays in annotations
  • 43ce972 added tests for crud generation with entity repository
  • 4d1e2d8 fixing #134
  • 7d3042c Fixing bug where the name was always interactive
  • 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.

If you'd like to skip this version, you can just close this PR. If you have any feedback just mention @dependabot in the comments below.

@dependabot-preview
Copy link
Contributor Author

Looks like symfony/maker-bundle is no longer dependended on, so this is no longer needed.

@dependabot-preview dependabot-preview bot deleted the dependabot/composer/symfony/maker-bundle-1.3.0 branch March 21, 2018 06:59
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