| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-03-10 | 809 Bytes | |
| v0.7.0 source code.tar.gz | 2025-03-10 | 273.6 kB | |
| v0.7.0 source code.zip | 2025-03-10 | 321.8 kB | |
| Totals: 3 Items | 596.2 kB | 0 | |
Breaking changes
- JSDOM is replaced with linkedom, which makes our JavaScript port SSR-friendly. [#888]
- The deprecated
HTMLProcessor.applyElementmethod is deleted. [#926]
What's Changed
- Add exports in package.json by @tushuhei in https://github.com/google/budoux/pull/892
- Remove duplicate NodeType definition by @tushuhei in https://github.com/google/budoux/pull/904
- Replace JSDOM with linkedom by @tushuhei in https://github.com/google/budoux/pull/905
- Isolate functions only used by tests by @tushuhei in https://github.com/google/budoux/pull/906
- Delete the deprecated
applyElementfunction by @tushuhei in https://github.com/google/budoux/pull/926
Full Changelog: https://github.com/google/budoux/compare/v0.6.4...v0.7.0