Skip to content

Releases: sontek/pyramid_webassets

v0.10

03 Nov 20:40
Compare
Choose a tag to compare

Backwards Incompatibilities

  • Support for pyramid releases older than v1.4 has been dropped.

Features

  • Support for pyramid releases v1.4 and newer has been added.

v0.9

03 Nov 20:34
Compare
Choose a tag to compare

Features

  • Support for overriding named bundles when using the webassets.bundles
    setting. Files earlier in the list take precedence and can override named
    bundles defined in later files. Combined with asset specifications for the
    file names this makes it easy to extend the bundle configuration of other
    packages.

v0.8

04 Aug 22:56
Compare
Choose a tag to compare

Features

Bug Fixes

Documentation

Backwards Incompatibilities

  • Support for webassets releases older than v0.8 has been dropped.
  • A static view for the configured directory and url is no longer added
    automatically. Set the configuration value static_views to true to have
    it added when pyramid_webassets is included.