Skip to content

Commit cbb93e3

Browse files
mircealunguclaude
andcommitted
Bump to v2.1.6, update changelog for style stripping and timeout
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent e7050d3 commit cbb93e3

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [2.1.6] - 2025-11-28
11+
12+
### Changed
13+
- Strip `<style>` tags before JSDOM parsing for 10-20x speedup on CSS-heavy sites
14+
- Sites like lequipe.fr (300KB+ inline CSS) now parse in ~2s instead of 30-40s
15+
- Eliminates most readability server timeouts during crawling
16+
17+
## [2.1.5] - 2025-11-27
18+
19+
### Added
20+
- 8-second timeout wrapper for readability operations to prevent hanging on complex HTML
21+
1022
## [2.1.4] - 2025-11-24
1123

1224
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "readability-server",
3-
"version": "2.1.5",
3+
"version": "2.1.6",
44
"description": "",
55
"main": "index.js",
66
"type": "module",

0 commit comments

Comments
 (0)