Skip to content
This repository was archived by the owner on Dec 24, 2024. It is now read-only.

Latest commit

 

History

History
49 lines (37 loc) · 1.92 KB

CHANGELOG.md

File metadata and controls

49 lines (37 loc) · 1.92 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.3.1.2] - 2022-03-29

Changed

  • run rspec on github actions (#2)

[0.3.1.1] - 2022-03-29

Update

  • Update nokogiri requirement from ~> 1.10.3 to >= 1.10.3, < 1.14.0 (#1)

0.3.1 - 2019-06-12

Security

0.3.0 - 2019-02-15

Added

  • Zero-width non-joiners are now stripped (#5)
  • Support both UTF-8 and Windows-1252 encoded files
  • Support converting <pre> blocks, including whitespace within these blocks
  • MS Office (MsoNormal) documents are now rendered closer to actual render output
    • Note this assumes that the input MS Office document has standard MsoNormal CSS. This component is not designed to try and interpret CSS within an HTML document.

Changed

  • Behaviour with multiple and nested <p>, <div> tags has been improved to be more in line with actual browser render behaviour (see test suite)

Fixed

  • Update nokogiri dependency to 1.8.5

0.2.1 - 2017-09-27

Fixed

  • Convert non-string input into strings (#3)