Skip to content

Releases: sindresorhus/html-tags

v4.0.0

30 Apr 16:07
Compare
Choose a tag to compare

Breaking

  • Require Node.js 18 3b93d6b
  • This package is now pure ESM. Please read this.
  • The require('html-tags/void') import was changed to a named import import {voidHtmlTags} from 'html-tags' 3b93d6b

v3.3.1...v4.0.0

v3.3.1

05 Apr 03:57
Compare
Choose a tag to compare
  • Add search HTML element to type definitions (#12) 273706f

v3.3.0...v3.3.1

v3.3.0

02 Apr 04:44
Compare
Choose a tag to compare

v3.2.0...v3.3.0

v3.2.0

06 Apr 07:34
Compare
Choose a tag to compare

v3.1.0...v3.2.0

v3.1.0

18 Aug 09:54
Compare
Choose a tag to compare
  • Remove the deprecated keygen tag a809631

v3.0.0...v3.1.0

v3.0.0

17 Apr 07:25
Compare
Choose a tag to compare

Breaking:

Enhancements:

v2.0.0...v3.0.0