Sha256: 25c09d549c00528f60b28f0a749cd9a33049d2e8c7e62b1a153cf3230da4d5f6

Contents?: true

Size: 845 Bytes

Versions: 4

Compression:

Stored size: 845 Bytes

Contents

## 3.0.6 (2024-07-12)

- Stop depending on Active::Support (#present?)

## 3.0.3 (2023-04-27)

- Add support for extracting text from tables in DOCX files.

## 3.0.2 (2023-04-17)

- Coerces filename in `SimpleTextExtract.supports?(filename:)` to string.

## 3.0.1 (2023-04-17)

- Fixes printing of Roo::Excelx::Cell::Empty for empty rows

## 3.0.0 (2023-04-14)

- [BREAKING CHANGE] Improves format of text extracts to better support post processing into sentences/rows. This will only cause issues if you have tests/code that relies on the specific format of whitespace characters in the resulting extracts. For example, the docx extract will now preserve newline characters.
- Improves memory allocation for xlsx files using `Roo#each_row_streaming`
- Adds github actions as ci
- Simplifies private api away from individual "format extractors"

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
simple_text_extract-3.0.9 CHANGELOG.md
simple_text_extract-3.0.8 CHANGELOG.md
simple_text_extract-3.0.7 CHANGELOG.md
simple_text_extract-3.0.6 CHANGELOG.md