Skip to content

Releases: danschultzer/premailex

v0.3.0

01 Aug 19:31
Compare
Choose a tag to compare

Changes

  • Meeseeks v0.8.0 no longer supported #23
  • Ensure Elixir 1.7 support #22

v0.2.3

16 May 20:06
Compare
Choose a tag to compare

Changes

  • Meeseeks v0.9 support #19 #21

v0.2.2

27 Apr 21:28
Compare
Choose a tag to compare

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.

v0.2.1

25 Apr 15:41
Compare
Choose a tag to compare

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

v0.2.0

24 Apr 16:16
Compare
Choose a tag to compare

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

v0.1.5

13 Mar 21:03
Compare
Choose a tag to compare

Changes

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

v0.1.4

19 Jan 21:33
Compare
Choose a tag to compare

Changes

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

v0.1.3

18 Jan 18:12
Compare
Choose a tag to compare

Changes

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

v0.1.2

18 Jan 17:57
Compare
Choose a tag to compare

Changes

  • Fixes duplicate traverse issue #2
  • Util module documentation

v0.1.1

25 Nov 08:31
Compare
Choose a tag to compare

Changes

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