FOSJsRoutingBundle

A pretty nice way to expose your Symfony routing to client applications.

Downloads
41.4M
Stars
1.5K
Committers
101
FOSJsRoutingBundle - Fix Symfony 4.2 deprecation

Published by tobias-93 almost 6 years ago

FOSJsRoutingBundle - support for non standard ports

Published by lsmith77 about 6 years ago

FOSJsRoutingBundle - Refactor of JavaScript code to improve webpack compatibility

Published by tobias-93 over 6 years ago

FOSJsRoutingBundle - Fix SF <4 compatibility

Published by tobias-93 almost 7 years ago

FOSJsRoutingBundle - Symfony 4 compatibility

Published by tobias-93 almost 7 years ago

FOSJsRoutingBundle - Version 2.0.0

Published by tobias-93 almost 7 years ago

See CHANGELOG.md for significant changes

FOSJsRoutingBundle - 1.6.3

Published by tobias-93 about 7 years ago

Security- and bugfixes from master backported to 1.x

FOSJsRoutingBundle - 1.6.2 (2017-08-10)

Published by willdurand about 7 years ago

FOSJsRoutingBundle - 1.6.1 (2017-08-09)

Published by GuilhemN about 7 years ago

⚠️ Please use version 1.6.2

FOSJsRoutingBundle - 2.0.0-alpha1 (2016-02-05)

Published by willdurand over 8 years ago

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)
FOSJsRoutingBundle - 1.6.0 (2016-02-04)

Published by willdurand over 8 years ago

Aloha, and sorry for the too long delay... This release provides support for Symfony 3.0+ (older Symfony versions should still work though). Cheers!

Changelog

  • Fixed: deprecation notice at routing.xml
  • Fixed: ConfigCache::__toString() is deprecated in favor of getPath() as of Symfony 2.7
  • Added: enable Symfony 3 support
FOSJsRoutingBundle -

Published by stof over 9 years ago

  • Fixed the compatibility with the router:debug command of Symfony 2.6+ by resetting the aliases properly when extending the class to avoid replacing the core command
  • Switched the autoloading to PSR-4
  • Marked HHVM as officially supported
FOSJsRoutingBundle - FrameworkBundle 2.4 compatibility in the debug command

Published by stof over 10 years ago

  • Fixed the debug command to be compatible with FrameworkBundle 2.4+
FOSJsRoutingBundle - 1.5.2

Published by willdurand almost 11 years ago

This bugfix release fixes a bug introduced in release 1.5.1.

FOSJsRoutingBundle - 1.5.0

Published by willdurand almost 11 years ago

  • Only the routes are cached now, everything else is included dynamically
  • Deserialize routes when we actually load the serialized ones (and not previously already have the original array)
FOSJsRoutingBundle - 1.4.2

Published by willdurand almost 11 years ago

  • Documentation has been rewritten
  • Updated composer configuration, changing minimum-stability from dev to stable
FOSJsRoutingBundle - 1.4.1

Published by willdurand about 11 years ago

Use JsonCallbackValidator library.

FOSJsRoutingBundle - 1.4.0 - Security Release

Published by willdurand about 11 years ago

Prevent XSS attack through the JSONP callback. A CallbackValidator now validates the callback value. If it is not valid, a HttpException is thrown (status code = 400).

For more information, read: Do I need to sanitize the callback parameter from a JSONP call?

FOSJsRoutingBundle - 1.3.0

Published by willdurand about 11 years ago

  • Add ability to set Cache-Control headers. Now, you can enable HTTP caching as below:
# app/config/config.yml
fos_js_routing:
    cache_control:
        # All are optional, defaults shown
        public: false   # can be true (public) or false (private)
        maxage: null    # integer value, e.g. 300
        smaxage: null   # integer value, e.g. 300
        expires: null   # anything that can be fed to "new \DateTime($expires)", e.g. "5 minutes"
        vary: []        # string or array, e.g. "Cookie" or [ Cookie, Accept ]

Thanks to @cmenning!

Package Rankings
Top 0.19% on Packagist.org
Badges
Extracted from project README
Build Status Join the chat at https://gitter.im/FOSJsRoutingBundle/Lobby