reader_mode 0.2.0
reader_mode: ^0.2.0 copied to clipboard
A Dart port of Mozilla's Readability.js content extraction library.
Changelog #
All notable changes to this project will be documented in this file.
0.1.2 #
- feat: automated release workflow
- automated release workflow (#6)
- Rename example and add doc to .gitignore
- make license pub friendly
- docs for jsdom attributes
- Fix/pub score (#7)
- chore: release v0.1.1
- chore: release v0.1.1 (#8)
- Remove pub.dev publish job from release workflow
0.1.1 #
- automated release workflow (#6)
- Rename example and add doc to .gitignore
- make license pub friendly
- docs for jsdom attributes
- Fix/pub score (#7)
0.1.0 #
- Initial release as
reader_mode - Dart port of Mozilla's Readability.js content extraction library
- Dual parser support: JSDOMParser (default) and html package
isProbablyReaderable()function to check content before parsing- CLI tool for command-line content extraction
- JavaScript/WASM compilation support
- TypeScript type definitions
- Custom logger callback support
- Requires Dart SDK >=3.3.0