Skip to content

Latest commit

 

History

History
63 lines (38 loc) · 1.92 KB

Changelog.md

File metadata and controls

63 lines (38 loc) · 1.92 KB

development version

full changelog

1.0.6

full changelog

  • Bug fixes:
    • Support Sprockets 3's new hash length (#41)

1.0.5

full changelog

  • Enhancements:
  • Bug fixes:
    • Support for Rails 4.2 default configuration — Tomas Celizna (tomasc)
      • It's possible to inline assets with a digest (hash at the end of the filename), which is how Rails 4.2 defaults to, even when assets are not stored on disk.

1.0.4

full changelog

1.0.3

full changelog

  • Bug fixes
    • Don't change asset_providers of a Roadie::Document when applying Options with no asset_providers set.
    • Support assets inside subdirectories.
    • Don't add AssetPipelineProvider when asset pipeline is unavailable (e.g. inside Rails engines).
    • Raise error when initializing AssetPipelineProvider with nil provider.

1.0.2

full changelog

  • Bug fixes
    • Don't crash on nil roadie_options

1.0.1

full changelog

  • Bug fixes
    • Inline HTML in emails without a plaintext part

1.0.0

full changelog

  • Use released version of Roadie 3.0.0

1.0.0.pre1

full changelog

  • First implementation