premailex

Preflight for your HTML emails - inline styling and plain text.

MIT License

Downloads
25.1M
Stars
170
Committers
11

Bot releases are hidden (Show)

premailex - v0.2.3

Published by danschultzer over 6 years ago

Changes

  • Meeseeks v0.9 support #19 #21
premailex - v0.2.2

Published by danschultzer over 6 years ago

Changes

  • optimize option can now be passed to Premailex.to_inline_css/2 #18

    By default, no optimization will happen. With optimize: :all or optimize: [:remove_style_tags], the style tags used for inlining CSS will be removed from the output.

premailex - v0.2.1

Published by danschultzer over 6 years ago

Bug fixes

  • Premailex can be used without meeseeks installed #16
  • Single row tables won't be incorrectly parsed #17

Changes

  • The styles tags selector for HTMLInlineStyles can now be configured with the :css_selector option #13
premailex - v0.2.0

Published by danschultzer over 6 years ago

This release has been retired, as it couldn't compile without Meeseeks compiled

Changes

  • Added HTMLParser API layer so the underlying HTML parser can be changed easily #10 #11
  • Added Meeseeks support #10
  • Handles whitespace with inline elements #12
  • Preserves all whitespace in <body> when using HTMLInlineStyles with Meeseeks #12
  • Now handles <tbody> tags in HTMLToTextPlain #10
premailex - v0.1.5

Published by danschultzer over 6 years ago

Changes

  • CSS comments are now stripped and won't break inline styling #6
  • Floki requirement updated to 0.20 #7
premailex - v0.1.4

Published by danschultzer over 6 years ago

Changes

  • Relaxed httpoison requirements so both v0.13 and v1.0 can be used
  • Test on Elixir v1.6 and use 1.6 formatting
premailex - v0.1.3

Published by danschultzer over 6 years ago

Changes

  • Updated floki dependency to just use v0.19
  • Updated httpoison dependency to use v1.0
premailex - v0.1.2

Published by danschultzer over 6 years ago

Changes

  • Fixes duplicate traverse issue #2
  • Util module documentation
premailex - v0.1.1

Published by danschultzer almost 7 years ago

Changes

  • Updated floki to v0.19 for better pseudo selector support
premailex - v0.1.0

Published by danschultzer almost 7 years ago

Initial release of Premailex