Skip to content

Latest commit

 

History

History
187 lines (109 loc) · 5.6 KB

Changelog.md

File metadata and controls

187 lines (109 loc) · 5.6 KB

development version

full changelog

3.2.0

full changelog

3.1.0

full changelog

Development changes:

  • Fix Github CI lint job with standardrb.

3.0.0

full changelog

  • Drop support for Ruby versions < 2.6.
  • Add support for Ruby 3.0 and 3.1.

Development changes:

  • Replace Travis CI with Github CI.

2.3.0

full changelog

2.2.0

full changelog

2.1.1

full changelog

  • Relax Roadie dependency to allow v4.x

Development changes:

  • Updated embedded Rails apps (used in tests) to work with new Sprockets 4.
  • Updated Rubocop config to work with newer Rubocop versions.

2.1.0

full changelog

2.0.0

full changelog

  • Drop support for Ruby before 2.5.
  • Drop support for Rails before 5.1.
  • Add support for Ruby 2.5.
  • Add support for Ruby 2.6.
  • Fix arity of Roadie::Rails::Mailer#roadie_mail - Adrian Lehmann (ownadi)

1.3.0

full changelog

  • Dropped support for Rubunius and JRuby.
    • They do not have many users and are a constant source of problems. If this is a problem for you, let me know and I might reconsider.
  • Add support for Rails 5.2.

1.2.1

full changelog

  • Don't allow installation in Ruby < 2.2.
  • Fix install on Windows machines.
  • Less bloat in gem file, making it much smaller.

1.2.0

full changelog

Note: Support for Rails < 4.2 is now dropped.

Note: Support for Ruby < 2.2 is now dropped.

1.1.1

full changelog

1.1.0

full changelog

1.1.0.rc2

full changelog

  • Add support for roadie's external_asset_providers option.

1.1.0.rc1

full changelog

  • Add support for roadie's keep_uninlinable_css option.

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