Skip to content

Releases: RusticPotatos/SwiftReadability

v0.1.8

Choose a tag to compare

@RusticPotatoes RusticPotatoes released this 08 Jul 03:18
604550e
Merge pull request #12 from RusticPotatos/performance-parity

Enhance Readability extraction logic: split double <br> chains into s…

v0.1.7

Choose a tag to compare

@RusticPotatoes RusticPotatoes released this 08 Jul 02:43
67ef91b

Performance improvements

v0.1.6

Choose a tag to compare

@RusticPotatoes RusticPotatoes released this 31 May 21:08
ba2d09c
Merge pull request #9 from RusticPotatos/author_cleanup

Refine readability extraction by enhancing noise filtering and adding…

v0.1.5

Choose a tag to compare

@RusticPotatoes RusticPotatoes released this 31 May 20:47
0078331

Expanded recirculation/noise cleanup for debug-page patterns like trending-top-bar, related-video, subscriptionPlea, author bio, and outbrain containers.

v0.1.4

Choose a tag to compare

@RusticPotatoes RusticPotatoes released this 30 May 02:17
37ef32f
  • Introduced new selectors for React mounts and ad containers.
  • Implemented methods to remove these elements during extraction.
  • Added regression tests to ensure inline anchor text is preserved and unwanted elements are removed.

v0.1.3

Choose a tag to compare

@RusticPotatoes RusticPotatoes released this 30 May 01:41
2bada31

What's Changed

  • Add logging infrastructure and enhance readability tests
  • Improved scoring, lazy loading improvements for images

v0.1.2

Choose a tag to compare

@RusticPotatoes RusticPotatoes released this 25 May 23:52
d365783
  1. Implemented a Logger class for structured logging with different log levels.
  2. Added methods for logging messages, reading logs, and exporting logs from a UIViewController.
  3. Introduced a global logger function to streamline logging throughout the application.
  4. Created multiple HTML fixtures for testing readability extraction, including:
  • article_latest_articles.html
  • article_mid_sponsor.html
  • article_tail_noise.html
  • article_techradar_popular_box.html
  1. Enhanced existing tests to validate the removal of unwanted content while preserving meaningful narrative

Public ReadabilityData Initializer

Choose a tag to compare

@RusticPotatoes RusticPotatoes released this 12 Jan 00:08

v0.1.1

v0.1.0

Choose a tag to compare

@RusticPotatoes RusticPotatoes released this 12 Jan 00:05
3c1d679

First Release