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
- Upgrade
nokogiry
for security issues with libxml2 dependency (#14)
0.3.0 - 2023-07-30
- 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
, andexcluding_tags
(#12)
0.2.0 - 2023-07-02
- BREAKING: change the interface (#8)
- Added
with_table_support
option (#9)
0.1.1 - 2023-06-25
- Include
div
in the default bidifiable tags (#6)
- 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)