reader_mode 0.2.2
reader_mode: ^0.2.2 copied to clipboard
A Dart port of Mozilla's Readability.js content extraction library.
Changelog #
0.2.2 #
- chore: release v0.2.2
- deps: bump lints from 4.0.0 to 6.1.0 in the dart-dependencies group
- ci: enforce conventional commits on PRs
- docs: add version badge to README
0.2.1 #
- chore: release v0.2.1
- Delete CHANGELOG.md
- Fix CI
- Update CHANGELOG.md
0.2.0 #
- fix docs
0.1.2 #
- chore: release v0.1.2
- Remove pub.dev publish job from release workflow
0.1.1 #
- chore: release v0.1.1
- docs for jsdom attributes
- make license pub friendly
- Rename example and add doc to .gitignore
- feat: automated release workflow
0.1.0 #
- auto publish
- add changelog
- fix tagging race condition
- Rename package to reader_mode and update refs
- Use TAR for js and wasm to include all related files
- Add JS/WASM entrypoint and TypeScript typings
- Require Dart >=3.2 and update CI matrix
- Configure builders
- Promote wasm
- Add CI checks
- add logger method
- Docs
- Github workflows
- add rest of the neccesary dart files
- commit cleaned version of example and CLI
- init