Releases: motss/lit-ntml
Releases · motss/lit-ntml
v4.0.2-rc.0
Patch Changes
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
v4.0.0
Breaking changes
- Full support of ESM in Node 16 and above with
type=module
and required .js
extension in all imports
Changes
- Migrate to in-house dev tools for compiling, linting, testing, and setup
- Migrate to vitest for modern testing
v3.0.0
Breaking change
- b053d5a - Output ES modules only
Changes
- Update dependencies including TypeScript 4.4
2.20.0
Changes
- Update dependencies
- [Internal] Migrate to uvu + c8 for more lightweight yet performant testing tools (Now it takes 18 ~ 30ms) to run all tests which is not possible with Jest)
2.18.2
Notable changes
exports
support for node@14
and above
Remove support for older browser
Changes
- 💥 Remove UMD build for older support, only ESM build for modern browsers
- Improve
deno
and browser support to import ESM build of parse5
via full URL served from CDN. Please note that such change only affects UMD version and nothing has been changed for other builds.
v2.14.0
Changes
- [FEATURE] Add
htmlSync()
and htmlFragmentSync()
to parse literals in synchronous mode for better performance instead of better latency