Skip to content

Releases: danschultzer/premailex

v0.3.19

20 Nov 04:37
Compare
Choose a tag to compare

v0.3.18

07 Apr 14:50
Compare
Choose a tag to compare
  • Fixed bug in Premailex.HTMLToPlainText.parse/3 with <thread>, <tbody>, <tfoot> being excluded if the HTML element had any attributes

v0.3.17

22 Feb 03:50
Compare
Choose a tag to compare
  • Premailex.HTMLInlineStyles.process/3 now warns when styles can't be loaded from URL's #74
  • Premailex.HTMLInlineStyles.process/1 now parses <thead> and <tfoot> elements #75
  • Premailex.CSSParser.parse/1 now handles escaped commas #77
  • Require Elixir 1.11 #74

v0.3.16

02 Jul 01:51
Compare
Choose a tag to compare
  • Premailex.CSSParser.to_string/1 now adds whitespace between inline style rules #73

v0.3.15

24 Mar 14:33
Compare
Choose a tag to compare
  • Fixed invalid spec in Premailex.Util.traverse/3 #71

v0.3.14

09 Mar 01:04
Compare
Choose a tag to compare
  • Added horizontal rule parsing to Premailex.HTMLToPlainText.process/1 #67
  • Premailex.Util.traverse/3 no longer strips comments #68
  • Premailex.HTMLInlineStyles.process/3 strips empty comments #68
  • Premailex.HTMLInlineStyles.process/3 now applies styles to <html> elements #69

v0.3.13

25 Nov 06:18
b025095
Compare
Choose a tag to compare

Fixed spec and docs issues. #58 #59

v0.3.12

18 Oct 19:03
c734fb3
Compare
Choose a tag to compare

Changes

  • Premailex.HTMLInlineStyles.process/3 now supports passing in CSS as an argument #57

v0.3.11

08 Oct 17:30
1371fab
Compare
Choose a tag to compare

Changes

  • Fixed bug where the inline styles where applied to more than the first match causing in some cases styles to be missing for subsequent parent elements #53
  • Relax floki requirement #54
  • Relax meeseeks requirement #54

v0.3.10

10 Jan 01:25
Compare
Choose a tag to compare

Changes

  • Support floki up to v0.24.x