Releases: danschultzer/premailex
Releases · danschultzer/premailex
v0.3.10
Changes
- Support floki up to
v0.24.x
v0.3.9
Changes
- Ignore
@font-face
at-rule #49
v0.3.8
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
Changes
- Preserve downlevel-revealed conditional comments in
Premailex.Util.traverse/3
#38
v0.3.6
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
Changes
- Accept
<table>
with <th>
elements. #35
v0.3.4
Changes
- HTTP adapter for HTTPoison that handles redirects #31 #32 (thanks Przemyslaw Mroczek @Lackoftactics)
v0.3.2
Changes
- Remove bypass for tests and make http adapter configurable #27
- Test with updated dependencies #26
v0.3.1
Bug fixes
- Handle url values in css rules correctly #25