- **BACKWARD INCOMPATIBLE** Bumped minimum Asphalt version to 4.8
- **BACKWARD INCOMPATIBLE** Refactored component to only provide a single renderer
(you will have to add two components to get two renderers)
- **BACKWARD INCOMPATIBLE** Dropped the context attribute (use dependency injection
instead)
- **BACKWARD INCOMPATIBLE** Template renderers are now added to the context directly,
instead of being resource factories
- **BACKWARD INCOMPATIBLE** The ``ctx`` variable available to template renderers now
corresponds to ``current_context()`` instead of the context they were created from
- Dropped explicit run-time type checking