Breaking changes
- The default export has been removed in #4
- import htmlTags from '@prettier/html-tags'
+ import {htmlTags} from '@prettier/html-tags'New feature
import {htmlVoidTags} from '@prettier/html-tags'
console.log(htmlVoidTags)
//=> ['area', 'base', 'basefont', …]- Added
<fencedframe>element by @fisker in #4
New Contributors
Full Changelog: 1.1.0...2.0.0