Releases: danschultzer/premailex
Releases · danschultzer/premailex
v0.3.0
Changes
- Meeseeks
v0.8.0
no longer supported #23
- Ensure Elixir 1.7 support #22
v0.2.2
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
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
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
Changes
- CSS comments are now stripped and won't break inline styling #6
- Floki requirement updated to
0.20
#7
v0.1.4
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
Changes
- Updated
floki
dependency to just use v0.19
- Updated
httpoison
dependency to use v1.0
v0.1.2
Changes
- Fixes duplicate traverse issue #2
- Util module documentation
v0.1.1
Changes
- Updated floki to v0.19 for better pseudo selector support