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 friendsofsymfony/jsrouting-bundle from 1.6.3 to 2.4.0 #156

Conversation

dependabot-preview[bot]
Copy link

@dependabot-preview dependabot-preview bot commented Aug 27, 2019

Bumps friendsofsymfony/jsrouting-bundle from 1.6.3 to 2.4.0.

Release notes

Sourced from friendsofsymfony/jsrouting-bundle's releases.

Add localized routes support

Add Symfony 4.1 localized routes support (#334)
Add documentation remarks on JMSI18nRoutingBundle compatibility (#352)

Bugfix release

Fix regex pattern to match whole url pattern (#350)
Small documentation update

Resolve Symfony >4.1 deprecation

No release notes provided.

Fix Symfony 4.2 deprecation

No release notes provided.

support for non standard ports

full changeset
FriendsOfSymfony/FOSJsRoutingBundle@2.2.0...2.2.1

Refactor of JavaScript code to improve webpack compatibility

No release notes provided.

Fix SF <4 compatibility

No release notes provided.

Symfony 4 compatibility

No release notes provided.

Version 2.0.0

See CHANGELOG.md for significant changes

2.0.0-alpha1 (2016-02-05)

Hi!

Due to numerous contributions that have been merged over the last 2 years in the master branch, this very first, very unstable, release starts the release cycle of the upcoming 2.0 major version. Things changed a lot between the initial plan, and what has been actually done, but there are a few interesting changes though.

Note that branch 1.x has been merge in master, so everything that is part of 1.x is also part of 2.x.

  • Added: TypeScript declaration file, for TypeScript users
  • Added: Support for Symfony3, HHVM and PHP 7
  • Added: Protection against rosetta flash attacks
  • Added: Inject the locale parameter automatically
  • Fixed: use ConfigCache::getPath() instead of __toString() method
  • Added: allow to configure router service name (#141)
  • Fixed: documentation
  • Fixed: serialization of RouteCollection and RoutesResponse
  • Fixed: debug command '(#109)
Changelog

Sourced from friendsofsymfony/jsrouting-bundle's changelog.

v2.4.0 - 2019-08-10

  • Add Symfony 4.1 localized routes support (#334)
  • Add documentation remarks on JMSI18nRoutingBundle compatibility (#352)

v2.3.1 - 2019-06-17

  • Fix regex pattern to match whole url pattern (#350)
  • Small documentation update

v2.3.0 - 2019-02-03

  • Add routing-sf4.xml to move towards Symfony >4.1 syntax
  • Add functionality to granularly expose routes based on domains (#346)
  • Small cleanup and textual fix

v2.2.2 - 2018-11-28

  • Fix Symfony 4.2 deprecation
  • Add setRoutingData to typescript definition

v2.2.1 - 2018-09-29

  • Add support for a different port

v2.2.0 - 2018-02-07

  • Refactor JavaScript code to improve webpack compatibility

v2.1.1 - 2017-12-13

  • Fix SF <4 compatibility (#306)

v2.1.0 - 2017-12-13

  • Add Symfony 4 compatibility (#300)
  • Add JSON dump functionality (#302)
  • Fix bug denormalizing empty routing collections from cache
  • Update documentation for Symfony 3 (#273)

v2.0.0 - 2017-11-08

  • Add Symfony 3.* compatibility
  • Added --pretty-print option to fos:js-routing:dump-command, making the resulting javascript pretty-printed
  • Removed SF 2.1 backwards compatibility code
  • Add automatic injection of locale parameter
  • Added functionality to change the used router service
  • Added normalizer classes
Commits
  • e42ed45 Prepare 2.4.0 release
  • 6220f4f Merge pull request #352 from benjamintoussaint/patch-1
  • b9451d7 Merge pull request #334 from alexanza/symfony-4.1-i18n
  • b654bf6 adapt for symfony 4.1 i18n routes
  • f6c9ee6 Prepare 2.3.1 release
  • 6c08487 Merge pull request #350 from tugrul/expose_domains
  • bf86a2c Inform about JMSI18nRoutingBundle compatibility
  • eb1b80a fix regex pattern
  • 552c00c Merge pull request #348 from beamop/patch-1
  • edb3075 Update installation.rst
  • 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

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

  • Update frequency (including time of day and day of week)
  • 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.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Aug 27, 2019
@dependabot-preview dependabot-preview bot force-pushed the dependabot/composer/friendsofsymfony/jsrouting-bundle-2.4.0 branch from 85472cf to e26a31f Compare October 22, 2019 10:58
@dependabot-preview
Copy link
Author

Superseded by #199.

@dependabot-preview dependabot-preview bot deleted the dependabot/composer/friendsofsymfony/jsrouting-bundle-2.4.0 branch December 3, 2019 04:53
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.

0 participants