v0.17.0
What's Changed
- BREAKING: Removed parsing and building of HTTP(S) URL's. These are now passed through as-is, to allow the browser to handle them.
- feat: Rails asset helpers will now use Rails default conventions for CSS and JS paths, while still being processed with Proscenium. So if the given
path
is a bare path (does not start with/
or./
or../
), then we use Rails default conventions, and serve CSS from/app/assets/stylesheets
and JS from/app/javascript
.
Full Changelog: v0.16.0...v0.17.0