Skip to content

Conversation

dependabot-preview[bot]
Copy link

@dependabot-preview dependabot-preview bot commented Dec 3, 2019

Bumps friendsofsymfony/jsrouting-bundle from 1.6.3 to 2.5.0.

Release notes

Sourced from friendsofsymfony/jsrouting-bundle's releases.

Add Symfony 5 support

[BC break] Add support for Symfony 5, drop support for PHP5, drop support for Symfony 2 (#366)
Fix absolute url generation including ports (#361)
Fix cache for exposed routes in debug mode (#362)

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)
... (truncated)
Changelog

Sourced from friendsofsymfony/jsrouting-bundle's changelog.

v2.5.0 - 2019-12-01

  • [BC break] Add support for Symfony 5, drop support for PHP5, drop support for Symfony 2 (#366)
  • Fix absolute url generation including ports (#361)
  • Fix cache for exposed routes in debug mode (#362)

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
  • 4c6eb91 Prepare 2.5.0 release
  • 6793326 Merge pull request #362 from nesk/patch-1
  • 47554a9 Merge pull request #361 from rakelley/absolute-urls-should-include-port
  • 01a4684 Merge pull request #366 from rachel-fizz/symfony-5
  • 5dfca90 Add support for Symfony 5, drop support for PHP5, drop support for Symfony 2
  • dcfde60 Bypass cache for exposed routes in debug mode
  • 3bf453f add port to absolute url generation
  • 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
  • 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)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Dec 3, 2019
@dependabot-preview dependabot-preview bot force-pushed the dependabot/composer/friendsofsymfony/jsrouting-bundle-2.5.0 branch 3 times, most recently from 3a046dc to b8233e3 Compare August 23, 2020 21:52
@dependabot-preview dependabot-preview bot force-pushed the dependabot/composer/friendsofsymfony/jsrouting-bundle-2.5.0 branch from b8233e3 to d66c6c3 Compare October 25, 2020 23:08
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