@bonniernews/atlas-html-stream
Version:
A super fast html-parser stream that outputs tag, text and closing nodes.
28 lines (20 loc) • 777 B
Markdown
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- removed null check of chunk in _transform, should never happen
- switch allegedly faster than if
- abide to eslint-config-exp
- add tests so that we reach 100% coverage
- Refactor a bit to reduce CPU footprint
- eslint requires nodejs v12 or later, but should still work on node 10
- Scope package as bonniernews
- Use bonniernews fork for atlas-seq-matcher
- Allow slashes in unquoted attributes