Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ahangarha committed Aug 26, 2023
1 parent 8e19d5b commit a3caeb0
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# Changelog

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

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [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)

[unreleased]: https://github.com/dobidi/bidify-rb/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/dobidi/bidify-rb/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/dobidi/bidify-rb/compare/v0.1.1...v0.2.0
[0.1.1]: https://github.com/dobidi/bidify-rb/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/dobidi/bidify-rb/releases/tag/v0.1.0

0 comments on commit a3caeb0

Please sign in to comment.