Skip to content

Releases: danschultzer/premailex

v0.3.10

10 Jan 01:25
Compare
Choose a tag to compare

Changes

  • Support floki up to v0.24.x

v0.3.9

06 Oct 16:09
Compare
Choose a tag to compare

Changes

  • Ignore @font-face at-rule #49

v0.3.8

22 Aug 15:28
Compare
Choose a tag to compare

Changes

  • Removed HTTPoison and use :httpc instead #42
  • Fixed bug where HTML with no style tags resulted in all existing inline styles being removed #44
  • Added is_binary/1 guard to Premailex.to_inline_css/2 and Premailex.to_text/1 #45

v0.3.7

05 Jul 21:50
Compare
Choose a tag to compare

Changes

  • Preserve downlevel-revealed conditional comments in Premailex.Util.traverse/3 #38

v0.3.6

05 Jul 21:49
Compare
Choose a tag to compare

Changes

  • Preserve conditional comments in Premailex.Util.traverse/3 so they can show up in output from Premailex.HTMLInlineStyles.process/2 #37

v0.3.5

21 Mar 15:19
Compare
Choose a tag to compare

Changes

  • Accept <table> with <th> elements. #35

v0.3.4

08 Dec 20:07
Compare
Choose a tag to compare

Changes

  • HTTP adapter for HTTPoison that handles redirects #31 #32 (thanks Przemyslaw Mroczek @Lackoftactics)

v0.3.3

26 Nov 00:37
Compare
Choose a tag to compare

Changes

  • Ignore @media queries #28 #29

v0.3.2

05 Nov 16:22
Compare
Choose a tag to compare

Changes

  • Remove bypass for tests and make http adapter configurable #27
  • Test with updated dependencies #26

v0.3.1

11 Aug 05:48
Compare
Choose a tag to compare

Bug fixes

  • Handle url values in css rules correctly #25