Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.4 KB

CHANGELOG.md

File metadata and controls

46 lines (31 loc) · 1.4 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 - 2023-08-26

Security

  • Upgrade nokogiry for security issues with libxml2 dependency (#14)

0.3.0 - 2023-07-30

Added

  • Added a feature to stop budification if an element already has dir attribute and a greedy option to force bidification on all nested elements (#10)
  • Added options for only_tags, including_tags, and excluding_tags (#12)

0.2.0 - 2023-07-02

Changed

  • BREAKING: change the interface (#8)

Added

  • Added with_table_support option (#9)

0.1.1 - 2023-06-25

Added

  • Include div in the default bidifiable tags (#6)

Fixed

  • Fix issues with lists by stoping bidification on li tags (#4)

0.1.0 - 2023-06-22

The initial release with the core functionality (#1)