Skip to content

Releases: motss/lit-ntml

v4.0.2

21 Feb 15:46
c4f8983
Compare
Choose a tag to compare

Patch Changes

v4.0.2-rc.0

21 Feb 15:07
a7c4b44
Compare
Choose a tag to compare
v4.0.2-rc.0 Pre-release
Pre-release

Patch Changes

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

v4.0.0

24 Oct 11:11
Compare
Choose a tag to compare

Breaking changes

  1. Full support of ESM in Node 16 and above with type=module and required .js extension in all imports

Changes

  1. Migrate to in-house dev tools for compiling, linting, testing, and setup
  2. Migrate to vitest for modern testing

v3.0.0

29 Aug 12:58
Compare
Choose a tag to compare

Breaking change

  1. b053d5a - Output ES modules only

Changes

  1. Update dependencies including TypeScript 4.4

2.20.0

07 Jul 03:51
Compare
Choose a tag to compare

Changes

  1. Update dependencies
  2. [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

08 Feb 03:52
Compare
Choose a tag to compare

Notable changes

  1. exports support for node@14 and above

v2.17.0

09 Oct 10:36
Compare
Choose a tag to compare

Notable changes

  • Update parse5 to v6.0.1.

Remove support for older browser

18 Apr 12:18
Compare
Choose a tag to compare

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.2.-rc.0

22 Mar 07:51
Compare
Choose a tag to compare
v2.14.2-rc.0

2.14.2-rc.0

v2.14.0

22 Mar 09:14
Compare
Choose a tag to compare

Changes

  • [FEATURE] Add htmlSync() and htmlFragmentSync() to parse literals in synchronous mode for better performance instead of better latency