More-static

Latest version: v0.10

Safety actively analyzes 681866 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

0.6

================

- Use BowerStatic 0.7, which makes Tween-based integration much
simpler.

- There was a bug where references were injected but not actually
properly published.

0.5

================

- It is no longer necessary to wrap the application with Bower using
WSGI. Instead a tween is used. To migrate, simply replace the
following::

wsgi = bower.wrap(App())
morepath.run(wsgi)

With this::

morepath.run(App())

- Requires Morepath 0.8 and Bowerstatic 0.6.

0.4

================

- Adjust to handle Morepath 0.7 API changes concerning request
construction.

0.3

================

- The 0.2 introduced a ``component`` method to obtain a component object
and thus its URL. This didn't turn out to be compatible with local
components, so I've changed it to ``get_component`` instead::

request.static_components.get_component('jquery').url()

- Depend on version 0.4 of BowerStatic.

0.2

================

- Make available a ``static_components`` property on the request,
which is a BowerStatic static components object. You can use
this primarily to get the URL to a component, like this::

request.static_components.component('jquery').url()

- Depend on version 0.3 of BowerStatic.

0.1

================

- Initial public release.

Page 2 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.